[
  {
    "path": ".gitattributes",
    "content": "###############################################################################\n# Set default behavior to automatically normalize line endings.\n###############################################################################\n* text=auto\n\n###############################################################################\n# Set default behavior for command prompt diff.\n#\n# This is need for earlier builds of msysgit that does not have it on by\n# default for csharp files.\n# Note: This is only used by command line\n###############################################################################\n#*.cs     diff=csharp\n\n###############################################################################\n# Set the merge driver for project and solution files\n#\n# Merging from the command prompt will add diff markers to the files if there\n# are conflicts (Merging from VS is not affected by the settings below, in VS\n# the diff markers are never inserted). Diff markers may cause the following \n# file extensions to fail to load in VS. An alternative would be to treat\n# these files as binary and thus will always conflict and require user\n# intervention with every merge. To do so, just uncomment the entries below\n###############################################################################\n#*.sln       merge=binary\n#*.csproj    merge=binary\n#*.vbproj    merge=binary\n#*.vcxproj   merge=binary\n#*.vcproj    merge=binary\n#*.dbproj    merge=binary\n#*.fsproj    merge=binary\n#*.lsproj    merge=binary\n#*.wixproj   merge=binary\n#*.modelproj merge=binary\n#*.sqlproj   merge=binary\n#*.wwaproj   merge=binary\n\n###############################################################################\n# behavior for image files\n#\n# image files are treated as binary by default.\n###############################################################################\n#*.jpg   binary\n#*.png   binary\n#*.gif   binary\n\n###############################################################################\n# diff behavior for common document formats\n# \n# Convert binary document formats to text before diffing them. This feature\n# is only available from the command line. Turn it on by uncommenting the \n# entries below.\n###############################################################################\n#*.doc   diff=astextplain\n#*.DOC   diff=astextplain\n#*.docx  diff=astextplain\n#*.DOCX  diff=astextplain\n#*.dot   diff=astextplain\n#*.DOT   diff=astextplain\n#*.pdf   diff=astextplain\n#*.PDF   diff=astextplain\n#*.rtf   diff=astextplain\n#*.RTF   diff=astextplain\n"
  },
  {
    "path": ".gitignore",
    "content": "## Ignore Visual Studio temporary files, build results, and\n## files generated by popular Visual Studio add-ons.\n##\n## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore\n\n# User-specific files\n*.rsuser\n*.suo\n*.user\n*.userosscache\n*.sln.docstates\n\n# User-specific files (MonoDevelop/Xamarin Studio)\n*.userprefs\n\n# Build results\n[Dd]ebug/\n[Dd]ebugPublic/\n[Rr]elease/\n[Rr]eleases/\nx64/\nx86/\n[Aa][Rr][Mm]/\n[Aa][Rr][Mm]64/\nbld/\n[Bb]in/\n[Oo]bj/\n[Ll]og/\n\n# Visual Studio 2015/2017 cache/options directory\n.vs/\n# Uncomment if you have tasks that create the project's static files in wwwroot\n#wwwroot/\n\n# Visual Studio 2017 auto generated files\nGenerated\\ Files/\n\n# MSTest test Results\n[Tt]est[Rr]esult*/\n[Bb]uild[Ll]og.*\n\n# NUNIT\n*.VisualState.xml\nTestResult.xml\n\n# Build Results of an ATL Project\n[Dd]ebugPS/\n[Rr]eleasePS/\ndlldata.c\n\n# Benchmark Results\nBenchmarkDotNet.Artifacts/\n\n# .NET Core\nproject.lock.json\nproject.fragment.lock.json\nartifacts/\n\n# StyleCop\nStyleCopReport.xml\n\n# Files built by Visual Studio\n*_i.c\n*_p.c\n*_h.h\n*.ilk\n*.meta\n*.obj\n*.iobj\n*.pch\n*.pdb\n*.ipdb\n*.pgc\n*.pgd\n*.rsp\n*.sbr\n*.tlb\n*.tli\n*.tlh\n*.tmp\n*.tmp_proj\n*_wpftmp.csproj\n*.log\n*.vspscc\n*.vssscc\n.builds\n*.pidb\n*.svclog\n*.scc\n\n# Chutzpah Test files\n_Chutzpah*\n\n# Visual C++ cache files\nipch/\n*.aps\n*.ncb\n*.opendb\n*.opensdf\n*.sdf\n*.cachefile\n*.VC.db\n*.VC.VC.opendb\n\n# Visual Studio profiler\n*.psess\n*.vsp\n*.vspx\n*.sap\n\n# Visual Studio Trace Files\n*.e2e\n\n# TFS 2012 Local Workspace\n$tf/\n\n# Guidance Automation Toolkit\n*.gpState\n\n# ReSharper is a .NET coding add-in\n_ReSharper*/\n*.[Rr]e[Ss]harper\n*.DotSettings.user\n\n# JustCode is a .NET coding add-in\n.JustCode\n\n# TeamCity is a build add-in\n_TeamCity*\n\n# DotCover is a Code Coverage Tool\n*.dotCover\n\n# AxoCover is a Code Coverage Tool\n.axoCover/*\n!.axoCover/settings.json\n\n# Visual Studio code coverage results\n*.coverage\n*.coveragexml\n\n# NCrunch\n_NCrunch_*\n.*crunch*.local.xml\nnCrunchTemp_*\n\n# MightyMoose\n*.mm.*\nAutoTest.Net/\n\n# Web workbench (sass)\n.sass-cache/\n\n# Installshield output folder\n[Ee]xpress/\n\n# DocProject is a documentation generator add-in\nDocProject/buildhelp/\nDocProject/Help/*.HxT\nDocProject/Help/*.HxC\nDocProject/Help/*.hhc\nDocProject/Help/*.hhk\nDocProject/Help/*.hhp\nDocProject/Help/Html2\nDocProject/Help/html\n\n# Click-Once directory\npublish/\n\n# Publish Web Output\n*.[Pp]ublish.xml\n*.azurePubxml\n# Note: Comment the next line if you want to checkin your web deploy settings,\n# but database connection strings (with potential passwords) will be unencrypted\n*.pubxml\n*.publishproj\n\n# Microsoft Azure Web App publish settings. Comment the next line if you want to\n# checkin your Azure Web App publish settings, but sensitive information contained\n# in these scripts will be unencrypted\nPublishScripts/\n\n# NuGet Packages\n*.nupkg\n# The packages folder can be ignored because of Package Restore\n**/[Pp]ackages/*\n# except build/, which is used as an MSBuild target.\n!**/[Pp]ackages/build/\n# Uncomment if necessary however generally it will be regenerated when needed\n#!**/[Pp]ackages/repositories.config\n# NuGet v3's project.json files produces more ignorable files\n*.nuget.props\n*.nuget.targets\n\n# Microsoft Azure Build Output\ncsx/\n*.build.csdef\n\n# Microsoft Azure Emulator\necf/\nrcf/\n\n# Windows Store app package directories and files\nAppPackages/\nBundleArtifacts/\nPackage.StoreAssociation.xml\n_pkginfo.txt\n*.appx\n\n# Visual Studio cache files\n# files ending in .cache can be ignored\n*.[Cc]ache\n# but keep track of directories ending in .cache\n!?*.[Cc]ache/\n\n# Others\nClientBin/\n~$*\n*~\n*.dbmdl\n*.dbproj.schemaview\n*.jfm\n*.pfx\n*.publishsettings\norleans.codegen.cs\n\n# Including strong name files can present a security risk\n# (https://github.com/github/gitignore/pull/2483#issue-259490424)\n#*.snk\n\n# Since there are multiple workflows, uncomment next line to ignore bower_components\n# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)\n#bower_components/\n\n# RIA/Silverlight projects\nGenerated_Code/\n\n# Backup & report files from converting an old project file\n# to a newer Visual Studio version. Backup files are not needed,\n# because we have git ;-)\n_UpgradeReport_Files/\nBackup*/\nUpgradeLog*.XML\nUpgradeLog*.htm\nServiceFabricBackup/\n*.rptproj.bak\n\n# SQL Server files\n*.mdf\n*.ldf\n*.ndf\n\n# Business Intelligence projects\n*.rdl.data\n*.bim.layout\n*.bim_*.settings\n*.rptproj.rsuser\n*- Backup*.rdl\n\n# Microsoft Fakes\nFakesAssemblies/\n\n# GhostDoc plugin setting file\n*.GhostDoc.xml\n\n# Node.js Tools for Visual Studio\n.ntvs_analysis.dat\nnode_modules/\n\n# Visual Studio 6 build log\n*.plg\n\n# Visual Studio 6 workspace options file\n*.opt\n\n# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)\n*.vbw\n\n# Visual Studio LightSwitch build output\n**/*.HTMLClient/GeneratedArtifacts\n**/*.DesktopClient/GeneratedArtifacts\n**/*.DesktopClient/ModelManifest.xml\n**/*.Server/GeneratedArtifacts\n**/*.Server/ModelManifest.xml\n_Pvt_Extensions\n\n# Paket dependency manager\n.paket/paket.exe\npaket-files/\n\n# FAKE - F# Make\n.fake/\n\n# JetBrains Rider\n.idea/\n*.sln.iml\n\n# CodeRush personal settings\n.cr/personal\n\n# Python Tools for Visual Studio (PTVS)\n__pycache__/\n*.pyc\n\n# Cake - Uncomment if you are using it\n# tools/**\n# !tools/packages.config\n\n# Tabs Studio\n*.tss\n\n# Telerik's JustMock configuration file\n*.jmconfig\n\n# BizTalk build output\n*.btp.cs\n*.btm.cs\n*.odx.cs\n*.xsd.cs\n\n# OpenCover UI analysis results\nOpenCover/\n\n# Azure Stream Analytics local run output\nASALocalRun/\n\n# MSBuild Binary and Structured Log\n*.binlog\n\n# NVidia Nsight GPU debugger configuration file\n*.nvuser\n\n# MFractors (Xamarin productivity tool) working folder\n.mfractor/\n\n# Local History for Visual Studio\n.localhistory/\n\n# BeatPulse healthcheck temp database\nhealthchecksdb"
  },
  {
    "path": "AnalysisReport.sarif",
    "content": "﻿{\n  \"$schema\": \"https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json\",\n  \"version\": \"2.1.0\",\n  \"runs\": [\n    {\n      \"tool\": {\n        \"driver\": {\n          \"name\": \"Dependency Analysis\",\n          \"semanticVersion\": \"0.4.336902\",\n          \"informationUri\": \"https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview\",\n          \"rules\": [\n            {\n              \"id\": \"UA106\",\n              \"name\": \"PackageToBeAdded\",\n              \"fullDescription\": {\n                \"text\": \"Packages that need to be added in order to upgrade the project to chosen TFM\"\n              },\n              \"helpUri\": \"https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview\"\n            }\n          ]\n        }\n      },\n      \"results\": [\n        {\n          \"ruleId\": \"UA106\",\n          \"message\": {\n            \"text\": \"Package Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.336902 needs to be added.\"\n          },\n          \"locations\": [\n            {\n              \"physicalLocation\": {\n                \"artifactLocation\": {\n                  \"uri\": \"file:///C:/Users/zesty.fernandez/Documents/GitHub/UWUVCI-AIO-WPF/UWUVCI%20AIO%20WPF/UWUVCI%20AIO%20WPF.csproj\"\n                },\n                \"region\": {}\n              }\n            }\n          ]\n        },\n        {\n          \"ruleId\": \"UA106\",\n          \"message\": {\n            \"text\": \"Package Microsoft.Windows.Compatibility, Version=6.0.0 needs to be added.\"\n          },\n          \"locations\": [\n            {\n              \"physicalLocation\": {\n                \"artifactLocation\": {\n                  \"uri\": \"file:///C:/Users/zesty.fernandez/Documents/GitHub/UWUVCI-AIO-WPF/UWUVCI%20AIO%20WPF/UWUVCI%20AIO%20WPF.csproj\"\n                },\n                \"region\": {}\n              }\n            }\n          ]\n        }\n      ],\n      \"columnKind\": \"utf16CodeUnits\"\n    },\n    {\n      \"tool\": {\n        \"driver\": {\n          \"name\": \"API Upgradability\",\n          \"semanticVersion\": \"0.4.336902\",\n          \"informationUri\": \"https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview\"\n        }\n      },\n      \"results\": [],\n      \"columnKind\": \"utf16CodeUnits\"\n    }\n  ]\n}"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<https://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<https://www.gnu.org/licenses/why-not-lgpl.html>.\n"
  },
  {
    "path": "README.md",
    "content": "# UWUVCI-AIO-WPF\n \n Wii U All-in-One Injector.\n \n ## Systems Supported\n \n * DS\n * GBA\n * N64\n * Snes\n * Nes\n * Turbo Grafx\n * MSX\n * Wii\n * GCN\n \n ## Questions and Concerns\n \n Check out our discord:\n * https://discord.gg/mPZpqJJVmZ\n \n Check out the official video guide:\n * https://www.youtube.com/watch?v=1vzD_R-xPx4&list=PLbQMtrmXFIxQ1hpvu9m1th41vsaqnZ2Id\n \n ## This repo is no longer in active development\n \n * The latest version of this writing is 3.N\n * Any future updates will be community-driven\n * Repo is still being managed, so feel free to fork/PR\n"
  },
  {
    "path": "UWUVCI AIO WPF/App.config",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<configuration>\n    <configSections>\n        <sectionGroup name=\"userSettings\" type=\"System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\">\n            <section name=\"UWUVCI_AIO_WPF.Properties.Settings\" type=\"System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\" allowExeDefinition=\"MachineToLocalUser\" requirePermission=\"false\" />\n        </sectionGroup>\n    </configSections>\n    <startup> \n        <supportedRuntime version=\"v4.0\" sku=\".NETFramework,Version=v4.8\" />\n    </startup>\n  <runtime>\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\">\n      <dependentAssembly>\n        <assemblyIdentity name=\"Newtonsoft.Json\" publicKeyToken=\"30ad4fe6b2a6aeed\" culture=\"neutral\" />\n        <bindingRedirect oldVersion=\"0.0.0.0-13.0.0.0\" newVersion=\"13.0.0.0\" />\n      </dependentAssembly>\n      <dependentAssembly>\n        <assemblyIdentity name=\"System.ValueTuple\" publicKeyToken=\"cc7b13ffcd2ddd51\" culture=\"neutral\" />\n        <bindingRedirect oldVersion=\"0.0.0.0-4.0.3.0\" newVersion=\"4.0.3.0\" />\n      </dependentAssembly>\n      <dependentAssembly>\n        <assemblyIdentity name=\"System.Runtime.CompilerServices.Unsafe\" publicKeyToken=\"b03f5f7f11d50a3a\" culture=\"neutral\" />\n        <bindingRedirect oldVersion=\"0.0.0.0-6.0.1.0\" newVersion=\"6.0.1.0\" />\n      </dependentAssembly>\n      <dependentAssembly>\n        <assemblyIdentity name=\"Microsoft.Extensions.Http\" publicKeyToken=\"adb9793829ddae60\" culture=\"neutral\" />\n        <bindingRedirect oldVersion=\"0.0.0.0-9.0.0.2\" newVersion=\"9.0.0.2\" />\n      </dependentAssembly>\n      <dependentAssembly>\n        <assemblyIdentity name=\"Microsoft.Extensions.Logging.Abstractions\" publicKeyToken=\"adb9793829ddae60\" culture=\"neutral\" />\n        <bindingRedirect oldVersion=\"0.0.0.0-9.0.0.2\" newVersion=\"9.0.0.2\" />\n      </dependentAssembly>\n      <dependentAssembly>\n        <assemblyIdentity name=\"System.Buffers\" publicKeyToken=\"cc7b13ffcd2ddd51\" culture=\"neutral\" />\n        <bindingRedirect oldVersion=\"0.0.0.0-4.0.4.0\" newVersion=\"4.0.4.0\" />\n      </dependentAssembly>\n      <dependentAssembly>\n        <assemblyIdentity name=\"Microsoft.Win32.Registry\" publicKeyToken=\"b03f5f7f11d50a3a\" culture=\"neutral\" />\n        <bindingRedirect oldVersion=\"0.0.0.0-5.0.0.0\" newVersion=\"5.0.0.0\" />\n      </dependentAssembly>\n      <dependentAssembly>\n        <assemblyIdentity name=\"System.Memory\" publicKeyToken=\"cc7b13ffcd2ddd51\" culture=\"neutral\" />\n        <bindingRedirect oldVersion=\"0.0.0.0-4.0.2.0\" newVersion=\"4.0.2.0\" />\n      </dependentAssembly>\n      <dependentAssembly>\n        <assemblyIdentity name=\"System.Threading.Tasks.Extensions\" publicKeyToken=\"cc7b13ffcd2ddd51\" culture=\"neutral\" />\n        <bindingRedirect oldVersion=\"0.0.0.0-4.2.1.0\" newVersion=\"4.2.1.0\" />\n      </dependentAssembly>\n      <dependentAssembly>\n        <assemblyIdentity name=\"ICSharpCode.SharpZipLib\" publicKeyToken=\"1b03e6acf1164f73\" culture=\"neutral\" />\n        <bindingRedirect oldVersion=\"0.0.0.0-1.4.2.13\" newVersion=\"1.4.2.13\" />\n      </dependentAssembly>\n      <dependentAssembly>\n        <assemblyIdentity name=\"Microsoft.Web.WebView2.WinForms\" publicKeyToken=\"2a8ab48044d2601e\" culture=\"neutral\" />\n        <bindingRedirect oldVersion=\"0.0.0.0-1.0.3065.39\" newVersion=\"1.0.3065.39\" />\n      </dependentAssembly>\n      <dependentAssembly>\n        <assemblyIdentity name=\"Microsoft.Web.WebView2.Core\" publicKeyToken=\"2a8ab48044d2601e\" culture=\"neutral\" />\n        <bindingRedirect oldVersion=\"0.0.0.0-1.0.3065.39\" newVersion=\"1.0.3065.39\" />\n      </dependentAssembly>\n    </assemblyBinding>\n  </runtime>\n</configuration>\n"
  },
  {
    "path": "UWUVCI AIO WPF/App.xaml",
    "content": "﻿<Application x:Class=\"UWUVCI_AIO_WPF.App\"\n             xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n             xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n             xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n             Startup=\"Application_Startup\"\n             >\n    <Application.Resources>\n        \n        <ResourceDictionary>\n            <ResourceDictionary.MergedDictionaries>\n                <ResourceDictionary Source=\"pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Light.xaml\" />\n                <ResourceDictionary Source=\"pack://application:,,,/MaterialDesignThemes.Wpf;component/Themes/MaterialDesignTheme.Defaults.xaml\" />\n                <ResourceDictionary Source=\"pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Primary/MaterialDesignColor.Blue.xaml\" />\n                <ResourceDictionary Source=\"pack://application:,,,/MaterialDesignColors;component/Themes/Recommended/Accent/MaterialDesignColor.Indigo.xaml\" />\n            </ResourceDictionary.MergedDictionaries>\n            <local:MainViewModel x:Key=\"mvm\"/>\n            <FontFamily x:Key=\"NFont\">pack://application:,,,/Font/#FOT-RodinNTLG Pro B</FontFamily>\n        </ResourceDictionary>\n    </Application.Resources>\n</Application>\n"
  },
  {
    "path": "UWUVCI AIO WPF/App.xaml.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Timers;\nusing System.Windows;\nusing System.Windows.Controls;\nusing UWUVCI_AIO_WPF.UI.Windows;\nusing UWUVCI_AIO_WPF.Helpers;\nusing GameBaseClassLibrary;\n\nnamespace UWUVCI_AIO_WPF\n{\n    public partial class App : Application\n    {\n        Timer t = new Timer(5000);\n        private StartupEventArgs _startupArgs;\n        private static string AppDataPath = Path.Combine(\n            Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),\n            \"UWUVCI-V3\");\n\n        private void Application_Startup(object sender, StartupEventArgs e)\n        {\n            // Ensure the settings directory exists before attempting to load settings\n            if (!Directory.Exists(AppDataPath))\n                Directory.CreateDirectory(AppDataPath);\n\n            // Redirect Console.WriteLine to the logger at the very beginning\n            Console.SetOut(new ConsoleLoggerWriter());\n\n            // Check if running from OneDrive\n            if (IsRunningFromOneDrive())\n            {\n                MessageBox.Show(\"UWUVCI AIO cannot be run from a OneDrive folder due to compatibility issues. \\n\\n\" +\n                    \"Please move it to another location (e.g., C:\\\\Programs or C:\\\\Users\\\\YourName\\\\UWUVCI_AIO) before launching.\",\n                    \"Error: OneDrive Detected\", MessageBoxButton.OK, MessageBoxImage.Error);\n                Environment.Exit(1); // Terminate the application\n            }\n\n            // Add global event handlers for drag-and-drop\n            EventManager.RegisterClassHandler(typeof(TextBox), UIElement.PreviewDragOverEvent, new DragEventHandler(GlobalTextBox_PreviewDragOver));\n            EventManager.RegisterClassHandler(typeof(TextBox), UIElement.PreviewDropEvent, new DragEventHandler(GlobalTextBox_PreviewDrop));\n\n            if (File.Exists(\"tools.json\"))\n                File.Delete(\"tools.json\");\n\n            _startupArgs = e;\n            JsonSettingsManager.LoadSettings();\n\n            if (!JsonSettingsManager.Settings.IsFirstLaunch)\n            {\n                LaunchMainApplication(e);\n            }\n            else\n            {\n                if (MacLinuxHelper.IsRunningUnderWineOrSimilar())\n                {\n                    MessageBox.Show(\"UWUVCI cannot tell if you went through the tutorial or not. We will assume you did, but if you didn't, in the main application click the gear icon, and then click the button that says 'Show Tutorial Screens'.\",\n                        \"UWUVCI Tutorial..?\", MessageBoxButton.OK, MessageBoxImage.Question);\n                    JsonSettingsManager.Settings.IsFirstLaunch = false;\n                    JsonSettingsManager.SaveSettings();\n                    LaunchMainApplication(e);\n                }\n                else\n                {\n                    new IntroductionWindow().ShowDialog();\n                }\n            }\n\n            if (JsonSettingsManager.Settings.ShowZestyFork)\n            {\n                var result = MessageBox.Show(\"There is a more updated fork that is recommended to use going forward. Press 'Yes' to check it out now. If not, you can always find it under the Settings (gear icon).\", \"ZestyTS's UWUVCI V3\", MessageBoxButton.YesNo,MessageBoxImage.Exclamation);\n                \n                if (result == MessageBoxResult.Yes)\n                {\n                    Process.Start(\"https://zestyts.itch.io/uwuvci-v3\");\n                }\n                JsonSettingsManager.Settings.ShowZestyFork = false;\n                JsonSettingsManager.SaveSettings();\n            }\n        }\n\n        private static void GlobalTextBox_PreviewDragOver(object sender, DragEventArgs e)\n        {\n            e.Effects = e.Data.GetDataPresent(DataFormats.FileDrop) ? DragDropEffects.Copy : DragDropEffects.None;\n            e.Handled = true;\n        }\n        private bool IsRunningFromOneDrive()\n        {\n            string exePath = Process.GetCurrentProcess().MainModule.FileName;\n            return exePath.ToLower().Contains(\"onedrive\");\n        }\n\n        private static void GlobalTextBox_PreviewDrop(object sender, DragEventArgs e)\n        {\n            if (e.Data.GetDataPresent(DataFormats.FileDrop))\n            {\n                string[] files = (string[])e.Data.GetData(DataFormats.FileDrop);\n                if (files != null && files.Length > 0)\n                {\n                    TextBox txtBox = sender as TextBox;\n                    if (txtBox != null)\n                    {\n                        // Assign to ViewModel properties dynamically\n                        if (Current.MainWindow is MainWindow mainWindow &&\n                            mainWindow.Content is Grid grid &&\n                            grid.DataContext is MainViewModel mvm)\n                        {\n                            if (mvm.GameConfiguration.Console == GameConsoles.WII || mvm.GameConfiguration.Console == GameConsoles.GCN)\n                                return;\n\n                            string filePath = files[0];\n\n                            // Temporarily make writable to allow drop\n                            txtBox.IsReadOnly = false;\n                            txtBox.Text = filePath;\n                            txtBox.IsReadOnly = true;\n\n                            switch (txtBox.Name)\n                            {\n                                case \"rp\":  // Special handling for ROM Path\n                                    mvm.RomSet = true;\n                                    mvm.RomPath = filePath;\n                                    if (mvm.BaseDownloaded)\n                                    {\n                                        mvm.CanInject = true;\n                                    }\n\n                                    // Call the correct `getBootIMG*()` method dynamically\n                                    switch (mvm.GameConfiguration.Console)\n                                    {\n                                        case GameConsoles.NDS:\n                                            mvm.getBootIMGNDS(mvm.RomPath);\n                                            break;\n                                        case GameConsoles.NES:\n                                            mvm.getBootIMGNES(mvm.RomPath);\n                                            break;\n                                        case GameConsoles.SNES:\n                                            mvm.getBootIMGSNES(mvm.RomPath);\n                                            break;\n                                        case GameConsoles.MSX:\n                                            mvm.getBootIMGMSX(mvm.RomPath);\n                                            break;\n                                        case GameConsoles.N64:\n                                            mvm.getBootIMGN64(mvm.RomPath);\n                                            break;\n                                        case GameConsoles.GBA:\n                                            var fileExtension = Path.GetExtension(filePath).ToLower();\n                                            if (fileExtension != \".gb\" && fileExtension != \".gbc\")\n                                                mvm.getBootIMGGBA(mvm.RomPath);\n                                            break;\n                                        case GameConsoles.TG16:\n                                            mvm.getBootIMGTG(mvm.RomPath);\n                                            break;\n                                        default:\n                                            Console.WriteLine(\"Unsupported console type: \" + mvm.GameConfiguration.Console);\n                                            break;\n                                    }\n                                    break;\n\n                                case \"ic\":\n                                    mvm.GameConfiguration.TGAIco.ImgPath = filePath;\n                                    break;\n                                case \"tv\":\n                                    mvm.GameConfiguration.TGATv.ImgPath = filePath;\n                                    break;\n                                case \"drc\":\n                                    mvm.GameConfiguration.TGADrc.ImgPath = filePath;\n                                    break;\n                                case \"log\":\n                                    mvm.GameConfiguration.TGALog.ImgPath = filePath;\n                                    break;\n                                case \"ini\":\n                                    mvm.GameConfiguration.N64Stuff.INIPath = filePath;\n                                    break;\n                                case \"sound\":\n                                    mvm.BootSound = filePath;\n                                    break;\n                            }\n                        }\n                    }\n                }\n            }\n        }\n\n\n        public void LaunchMainApplication()\n        {\n            LaunchMainApplication(_startupArgs);\n        }\n\n        private void LaunchMainApplication(StartupEventArgs e)\n        {\n            if (Directory.Exists(@\"custom\") && File.Exists(@\"custom\\main.dol\"))\n            {\n                if (!Directory.Exists(@\"bin\\Tools\"))\n                    Directory.CreateDirectory(@\"bin\\Tools\");\n\n                File.Copy(@\"custom\\main.dol\", @\"bin\\Tools\\nintendont.dol\", true);\n                File.Copy(@\"custom\\main.dol\", @\"bin\\Tools\\nintendont_force.dol\", true);\n            }\n\n            bool check = true;\n            bool bypass = false;\n            if (e.Args.Length >= 1)\n                foreach (var s in e.Args)\n                {\n                    if (s == \"--skip\") check = false;\n                    if (s == \"--spacebypass\") bypass = true;\n                }\n\n            Process[] pname = Process.GetProcessesByName(\"UWUVCI AIO\");\n            if (pname.Length > 1 && check)\n            {\n                t.Elapsed += KillProg;\n                t.Start();\n                Custom_Message cm = new Custom_Message(\"Another Instance Running\",\n                    \" You already got another instance of UWUVCI AIO running. \\n This instance will terminate in 5 seconds. \");\n                cm.ShowDialog();\n                KillProg(null, null);\n            }\n            else\n            {\n                MainWindow wnd = new MainWindow();\n                double height = SystemParameters.PrimaryScreenHeight;\n                double width = SystemParameters.PrimaryScreenWidth;\n                if (width < 1150 || height < 700)\n                {\n                    t.Elapsed += KillProg;\n                    t.Start();\n                    Custom_Message cm = new Custom_Message(\"Resolution not supported\",\n                        \"Your screen resolution is not supported, please use a resolution of at least 1152x864\\nIf your resolution is higher than this, then it's because of your zoom level, either way, please change your display settings.\\nThis instance will terminate in 5 seconds.\");\n                    cm.ShowDialog();\n                    KillProg(null, null);\n                }\n\n                if (bypass)\n                    wnd.allowBypass();\n\n                if (e.Args.Length >= 1 && e.Args[0] == \"--debug\")\n                    wnd.setDebug(bypass);\n\n                wnd.Show();\n            }\n        }\n\n        private void KillProg(object sender, ElapsedEventArgs e)\n        {\n            t.Stop();\n            Environment.Exit(1);\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/AssemblyInfo1.cs",
    "content": "﻿"
  },
  {
    "path": "UWUVCI AIO WPF/Classes/BootImage.cs",
    "content": "﻿using System;\nusing System.Drawing;\nusing System.Drawing.Drawing2D;\nusing System.Drawing.Text;\nusing System.Globalization;\nusing System.Reflection;\n\nnamespace UWUVCI_AIO_WPF.Classes\n{\n    public class BootImage : IDisposable\n    {\n        private bool disposed = false;\n        private Bitmap _frame;\n        private Bitmap _titleScreen;\n        private Font font;\n\n        public string _imageVar;\n        public Rectangle _rectangleGBA = new Rectangle(132, 260, 399, 266);\n        public Rectangle _rectangleGBC = new Rectangle(183, 260, 296, 266);\n        public Rectangle _rectangleH4V3 = new Rectangle(131, 249, 400, 300);\n        public Rectangle _rectangleWII = new Rectangle(224, 200, 832, 333);\n\n        public Bitmap Frame\n        {\n            set { _frame?.Dispose(); _frame = value; }\n            get { return _frame; }\n        }\n\n        public Bitmap TitleScreen\n        {\n            set { _titleScreen?.Dispose(); _titleScreen = value; }\n            get { return _titleScreen; }\n        }\n\n        public string NameLine1;\n        public string NameLine2;\n        public int Released;\n        public int Players;\n        public bool Longname;\n\n        public BootImage()\n        {\n            NameLine1 = null;\n            NameLine2 = null;\n            Released = 0;\n            Players = 0;\n            Longname = false;\n        }\n\n        ~BootImage()\n        {\n            Dispose(false);\n        }\n\n        public void Dispose()\n        {\n            Dispose(true);\n            GC.SuppressFinalize(this);\n        }\n\n        protected virtual void Dispose(bool disposing)\n        {\n            if (!disposed)\n            {\n                if (disposing)\n                {\n                    _frame?.Dispose();\n                    _titleScreen?.Dispose();\n                }\n                disposed = true;\n            }\n        }\n\n        private bool ContainsJapanese(string text)\n        {\n            if (string.IsNullOrEmpty(text))\n                return false;\n\n            foreach (char c in text)\n            {\n                if (char.GetUnicodeCategory(c) == UnicodeCategory.OtherLetter) // this covers Hiragana, Katakana, and Kanji\n                    return true;\n            }\n            return false;\n        }\n\n        private Font GetFont()\n        {\n            try\n            {\n                var privateFonts = new PrivateFontCollection();\n                privateFonts.AddFontFile(@\"bin\\Tools\\font.otf\");\n                return new Font(privateFonts.Families[0], 10.0F, FontStyle.Regular, GraphicsUnit.Point);\n            }\n            catch\n            {\n                return new Font(\"Trebuchet MS\", 10.0F, FontStyle.Bold, GraphicsUnit.Point);\n            }\n        }\n\n        private Rectangle GetRectangleForConsole(string console)\n        {\n            _imageVar = \"_rectangle\" + console;\n            try\n            {\n                var fieldInfo = GetType().GetField(_imageVar, BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic);\n                return fieldInfo != null ? (Rectangle)fieldInfo.GetValue(this) : _rectangleH4V3;\n            }\n            catch\n            {\n                return _rectangleH4V3;\n            }\n        }\n\n        private void DrawText(Graphics g, string text, Font font, Rectangle rectangle, Pen shadow, Pen outline, Brush brush)\n        {\n            using (var path = new GraphicsPath())\n            {\n                path.AddString(text, font.FontFamily, (int)FontStyle.Regular, g.DpiY * 25.0F / 72.0F, rectangle, new StringFormat());\n                g.DrawPath(shadow, path);\n                g.DrawPath(outline, path);\n                g.FillPath(brush, path);\n            }\n        }\n\n        public Bitmap Create(string console)\n        {\n            Bitmap img = new Bitmap(1280, 720);\n            Graphics g = Graphics.FromImage(img);\n            g.PixelOffsetMode = PixelOffsetMode.Half;\n            g.SmoothingMode = SmoothingMode.AntiAlias;\n            g.CompositingMode = CompositingMode.SourceOver;\n            g.CompositingQuality = CompositingQuality.HighQuality;\n            g.TextRenderingHint = TextRenderingHint.ClearTypeGridFit;\n            g.Clear(Color.White);\n            try\n            {\n                PrivateFontCollection privateFonts = new PrivateFontCollection();\n                privateFonts.AddFontFile(@\"bin\\Tools\\font.otf\");\n                font = new Font(privateFonts.Families[0], 10.0F, FontStyle.Regular, GraphicsUnit.Point);\n            }\n            catch (Exception)\n            {\n                font = new Font(\"Trebuchet MS\", 10.0F, FontStyle.Bold, GraphicsUnit.Point);\n            }\n\n            SolidBrush brush = new SolidBrush(Color.FromArgb(32, 32, 32));\n            Pen outline = new Pen(Color.FromArgb(222, 222, 222), 4.0F);\n            Pen shadow = new Pen(Color.FromArgb(190, 190, 190), 6.0F);\n            StringFormat format = new StringFormat();\n\n            _imageVar = \"_rectangle\" + console;\n            Rectangle rectangle;\n            try\n            {\n                FieldInfo fieldInfo = GetType().GetField(_imageVar, BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic);\n\n                rectangle = fieldInfo != null\n                    ? (Rectangle)fieldInfo.GetValue(this)\n                    : _rectangleH4V3;\n\n            }\n            catch\n            {\n                //if rectangle isn't able to get set then H4V3 should be used.\n                rectangle = _rectangleH4V3;\n            }\n\n            if (TitleScreen != null)\n                g.DrawImage(TitleScreen, rectangle);\n            else\n                g.FillRectangle(new SolidBrush(Color.Black), rectangle);\n\n            if (Frame != null)\n                g.DrawImage(Frame, new Rectangle(0, 0, 1280, 720));\n\n            var isNotEnglish = false;\n\n            if (!string.IsNullOrEmpty(NameLine1) || !string.IsNullOrEmpty(NameLine2))\n            {\n                if (ContainsJapanese(NameLine1) || ContainsJapanese(NameLine2))\n                    isNotEnglish = true;\n\n                Pen outlineBold = new Pen(Color.FromArgb(222, 222, 222), 5.0F);\n                Pen shadowBold = new Pen(Color.FromArgb(190, 190, 190), 7.0F);\n                Rectangle rectangleNL1 = Longname ? new Rectangle(578, 313, 640, 50) : new Rectangle(578, 340, 640, 50);\n                Rectangle rectangleNL2 = new Rectangle(578, 368, 640, 50);\n                GraphicsPath nl1 = new GraphicsPath();\n                GraphicsPath nl2 = new GraphicsPath();\n\n                if (Longname)\n                {\n                    nl1.AddString(NameLine1, font.FontFamily,\n                        (int)(FontStyle.Bold),\n                        g.DpiY * 37.0F / 72.0F, rectangleNL1, format);\n                    g.DrawPath(shadowBold, nl1);\n                    g.DrawPath(outlineBold, nl1);\n                    g.FillPath(brush, nl1);\n                    nl2.AddString(NameLine2, font.FontFamily,\n                        (int)(FontStyle.Bold),\n                        g.DpiY * 37.0F / 72.0F, rectangleNL2, format);\n                    g.DrawPath(shadowBold, nl2);\n                    g.DrawPath(outlineBold, nl2);\n                    g.FillPath(brush, nl2);\n                }\n                else\n                {\n                    nl1.AddString(NameLine1, font.FontFamily,\n                        (int)(FontStyle.Bold),\n                        g.DpiY * 37.0F / 72.0F, rectangleNL1, format);\n                    g.DrawPath(shadowBold, nl1);\n                    g.DrawPath(outlineBold, nl1);\n                    g.FillPath(brush, nl1);\n                }\n            }\n\n\n            if (Released > 0)\n            {\n                GraphicsPath r = new GraphicsPath();\n\n                var releasedString = \"Released: \" + Released.ToString();\n                if (isNotEnglish)\n                    releasedString = Released.ToString() + \"年発売\";\n\n                r.AddString(releasedString, font.FontFamily,\n                    (int)(FontStyle.Regular),\n                    g.DpiY * 25.0F / 72.0F, new Rectangle(586, 450, 600, 40), format);\n                g.DrawPath(shadow, r);\n                g.DrawPath(outline, r);\n                g.FillPath(brush, r);\n            }\n\n            if (Players > 0)\n            {\n                string pStr = Players >= 4 ? \"1-4\" : (Players == 1 ? \"1\" : \"1-\" + Players.ToString());\n\n                if (isNotEnglish)\n                    pStr = \"プレイ人数　\" + pStr + \"人\";\n                else\n                    pStr = \"Players: \" + pStr;\n\n                GraphicsPath p = new GraphicsPath();\n\n                p.AddString(pStr, font.FontFamily,\n                (int)(FontStyle.Regular),\n                g.DpiY * 25.0F / 72.0F, new Rectangle(586, 496, 600, 40), format);\n\n                g.DrawPath(shadow, p);\n                g.DrawPath(outline, p);\n                g.FillPath(brush, p);\n            }\n\n            return img;\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Classes/DeflickerDitheringRemover.cs",
    "content": "﻿using System;\nusing System.IO;\nusing System.Windows;\nusing UWUVCI_AIO_WPF.Helpers;\n\npublic static class DeflickerDitheringRemover\n{\n    private static readonly byte[] DeflickerPattern = {\n        0x2C, 0x03, 0x00, 0x00, 0x41, 0x82, 0x00, 0xF8,\n        0x89, 0x04, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00,\n        0x89, 0x44, 0x00, 0x01, 0x38, 0x60, 0x00, 0x00,\n        0x51, 0x00, 0x07, 0x3E, 0x88, 0xE4, 0x00, 0x06,\n        0x51, 0x40, 0x26, 0x36, 0x89, 0x04, 0x00, 0x0C,\n        0x50, 0xE3, 0x07, 0x3E, 0x38, 0xE0, 0x00, 0x00,\n        0x51, 0x07, 0x07, 0x3E, 0x89, 0x44, 0x00, 0x0D,\n        0x89, 0x64, 0x00, 0x07, 0x39, 0x00, 0x00, 0x00,\n        0x51, 0x47, 0x26, 0x36, 0x89, 0x44, 0x00, 0x02,\n        0x89, 0x24, 0x00, 0x12, 0x51, 0x63, 0x26, 0x36,\n        0x51, 0x40, 0x45, 0x2E, 0x89, 0x44, 0x00, 0x0E,\n        0x51, 0x28, 0x07, 0x3E, 0x89, 0x24, 0x00, 0x13,\n        0x51, 0x47, 0x45, 0x2E, 0x89, 0x44, 0x00, 0x03,\n        0x51, 0x28, 0x26, 0x36, 0x89, 0x24, 0x00, 0x14,\n        0x51, 0x40, 0x64, 0x26, 0x89, 0x44, 0x00, 0x0F,\n        0x51, 0x28, 0x45, 0x2E, 0x89, 0x24, 0x00, 0x15,\n        0x51, 0x47, 0x64, 0x26, 0x89, 0x44, 0x00, 0x04,\n        0x89, 0x64, 0x00, 0x08, 0x51, 0x28, 0x64, 0x26,\n        0x51, 0x40, 0x83, 0x1E, 0x89, 0x44, 0x00, 0x10,\n        0x89, 0x24, 0x00, 0x16, 0x51, 0x63, 0x45, 0x2E,\n        0x89, 0x64, 0x00, 0x09, 0x51, 0x47, 0x83, 0x1E,\n        0x89, 0x44, 0x00, 0x05, 0x51, 0x28, 0x83, 0x1E,\n        0x89, 0x24, 0x00, 0x11, 0x51, 0x63, 0x64, 0x26,\n        0x89, 0x64, 0x00, 0x0A, 0x51, 0x40, 0xA2, 0x16,\n        0x89, 0x44, 0x00, 0x0B, 0x51, 0x27, 0xA2, 0x16,\n        0x88, 0x84, 0x00, 0x17, 0x39, 0x20, 0x00, 0x01,\n        0x51, 0x63, 0x83, 0x1E, 0x51, 0x43, 0xA2, 0x16,\n        0x50, 0x88, 0xA2, 0x16, 0x51, 0x20, 0xC0, 0x0E,\n        0x39, 0x40, 0x00, 0x02, 0x39, 0x20, 0x00, 0x03,\n        0x38, 0x80, 0x00, 0x04, 0x51, 0x43, 0xC0, 0x0E,\n        0x51, 0x27, 0xC0, 0x0E, 0x50, 0x88, 0xC0, 0x0E,\n        0x48, 0x00, 0x00, 0x24, 0x3D, 0x00, 0x01, 0x66,\n        0x3C, 0x60, 0x02, 0x66, 0x3C, 0xE0, 0x03, 0x66,\n        0x3C, 0x80, 0x04, 0x66, 0x38, 0x08, 0x66, 0x66,\n        0x38, 0x63, 0x66, 0x66, 0x38, 0xE7, 0x66, 0x66,\n        0x39, 0x04, 0x66, 0x66, 0x3D, 0x20, 0xCC, 0x01,\n        0x39, 0x40, 0x00, 0x61, 0x99, 0x49, 0x80, 0x00,\n        0x2C, 0x05, 0x00, 0x00, 0x38, 0x80, 0x00, 0x53,\n        0x39, 0x60, 0x00, 0x00, 0x90, 0x09, 0x80, 0x00,\n        0x38, 0x00, 0x00, 0x54, 0x39, 0x80, 0x00, 0x00,\n        0x50, 0x8B, 0xC0, 0x0E, 0x99, 0x49, 0x80, 0x00,\n        0x50, 0x0C, 0xC0, 0x0E, 0x90, 0x69, 0x80, 0x00,\n        0x99, 0x49, 0x80, 0x00, 0x90, 0xE9, 0x80, 0x00,\n        0x99, 0x49, 0x80, 0x00, 0x91, 0x09, 0x80, 0x00,\n        0x41, 0x82, 0x00, 0x40\n    };\n\n    private static readonly byte[] DeflickerReplacement = { 0x48, 0x00, 0x00, 0x40 };\n\n    private static readonly byte[] DitheringPattern = {\n        0x3C, 0x80, 0xCC, 0x01, 0x38, 0xA0, 0x00, 0x61,\n        0x38, 0x00, 0x00, 0x00, 0x80, 0xC7, 0x02, 0x20,\n        0x50, 0x66, 0x17, 0x7A, 0x98, 0xA4, 0x80, 0x00,\n        0x90, 0xC4, 0x80, 0x00, 0x90, 0xC7, 0x02, 0x20,\n        0xB0, 0x07, 0x00, 0x02, 0x4E, 0x80, 0x00, 0x20 };\n\n    private static readonly byte[] DitheringReplacement = { 0x48, 0x00, 0x00, 0x28 };\n\n    private static readonly byte[] VFilterPattern = { 0x08, 0x08, 0x0A, 0x0C, 0x0A, 0x08, 0x08 };\n    private static readonly byte[] VFilterReplacement = { 0x04, 0x04, 0x10, 0x10, 0x10, 0x04, 0x04 };\n\n    public static void ProcessFile(string inputFilePath, string outputFilePath, bool applyDeflicker, bool applyDithering, bool applyVFilter)\n    {\n        if (string.IsNullOrEmpty(inputFilePath))\n        {\n            Logger.Log($\"Invalid input file path: {nameof(inputFilePath)}\");\n            throw new ArgumentException(\"Invalid input file path\", nameof(inputFilePath));\n        }\n\n        if (string.IsNullOrEmpty(outputFilePath))\n        {\n            Logger.Log($\"Invalid input file path: {nameof(outputFilePath)}\");\n            throw new ArgumentException(\"Invalid output file path\", nameof(outputFilePath));\n        }\n\n        byte[] fileBuffer = File.ReadAllBytes(inputFilePath);\n\n        if (applyDeflicker)\n            ApplyDeflickerPatch(fileBuffer);\n\n        if (applyDithering)\n            ApplyDitheringPatch(fileBuffer);\n\n        if (applyVFilter)\n            ApplyVFilterPatch(fileBuffer);\n\n        File.WriteAllBytes(outputFilePath, fileBuffer);\n    }\n\n    private static void ApplyDeflickerPatch(byte[] buffer)\n    {\n        int deflickerPatternLength = DeflickerPattern.Length;  // This is 252 bytes\n        int replacementLength = DeflickerReplacement.Length;   // This is 4 bytes\n\n        for (int i = 0; i <= buffer.Length - deflickerPatternLength; i++)\n            if (IsMatch(buffer, i, DeflickerPattern))\n            {\n                int replacePosition = i + deflickerPatternLength - replacementLength;\n\n                // Replace the last 4 bytes of the matched pattern\n                Array.Copy(DeflickerReplacement, 0, buffer, replacePosition, replacementLength);\n\n                break; // Stop after the first match\n            }\n    }\n\n    private static void ApplyDitheringPatch(byte[] buffer)\n    {\n        for (int i = 8; i <= buffer.Length - DitheringPattern.Length; i++)\n            if (IsMatch(buffer, i, DitheringPattern))\n            {\n                // Replace the 4 bytes preceding the pattern\n                Array.Copy(DitheringReplacement, 0, buffer, i - 4, DitheringReplacement.Length);\n\n                break;\n            }\n    }\n\n    private static void ApplyVFilterPatch(byte[] buffer)\n    {\n        for (int i = 0; i <= buffer.Length - VFilterPattern.Length; i++)\n            if (IsMatch(buffer, i, VFilterPattern))\n            {\n                // Replace the pattern directly\n                Array.Copy(VFilterReplacement, 0, buffer, i, VFilterReplacement.Length);\n            }\n    }\n\n    private static bool IsMatch(byte[] buffer, int position, byte[] pattern)\n    {\n        for (int i = 0; i < pattern.Length; i++)\n            if (buffer[position + i] != pattern[i])\n                return false;\n        return true;\n    }\n    // This is dev code to quickly check to see how the applying went.\n    public static bool AreFilesDifferent(string filePath1, string filePath2)\n    {\n        byte[] file1 = File.ReadAllBytes(filePath1);\n        byte[] file2 = File.ReadAllBytes(filePath2);\n\n        if (file1.Length != file2.Length)\n            return true;\n\n        for (int i = 0; i < file1.Length; i++)\n            if (file1[i] != file2[i])\n            {\n                MessageBox.Show($\"Files are different starting at byte position: {i}\");\n                MessageBox.Show($\"Original Byte: {file1[i]:X2}\");\n                MessageBox.Show($\"Modified Byte: {file2[i]:X2}\");\n                return true;\n            }\n\n        return false;\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Classes/Dol.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.Linq;\nusing UWUVCI_AIO_WPF.Models;\nusing UWUVCI_AIO_WPF.Helpers;\n\nnamespace UWUVCI_AIO_WPF.Classes\n{\n    public class Dol\n    {\n        public void ApplyMultipleFilesToDol(IEnumerable<string> filePaths, string dolFilePath)\n        {\n            try\n            {\n                Logger.Log($\"Starting to process {filePaths.Count()} files for DOL patching.\");\n\n                var allCodes = new List<GctCode>();\n\n                // Load codes from all provided files\n                foreach (var filePath in filePaths)\n                {\n                    Logger.Log($\"Processing file: {filePath}\");\n                    var codes = GctCode.LoadFromFile(filePath);\n                    Logger.Log($\"Parsed {codes.Count} codes from {filePath}.\");\n                    allCodes.AddRange(codes);\n                }\n\n                // Validate combined codes\n                if (!ValidateCodes(allCodes, dolFilePath))\n                {\n                    Logger.Log(\"Validation failed for the provided codes. Aborting patching.\");\n                    return;\n                }\n\n                Logger.Log($\"Combined total of {allCodes.Count} codes from all files.\");\n\n                // Patch the DOL file\n                PatchDolFile(dolFilePath, allCodes);\n\n                // Inject the codehandler\n                InjectCodehandler(dolFilePath, \"path/to/codehandler.bin\"); // Adjust the path if needed\n\n                Logger.Log(\"All files applied and patched successfully.\");\n            }\n            catch (Exception ex)\n            {\n                Logger.Log($\"Error applying files to DOL: {ex.Message}\");\n            }\n        }\n\n        public void PatchDolFile(string dolFilePath, List<GctCode> gctCodes)\n        {\n            try\n            {\n                Logger.Log($\"Patching DOL file {dolFilePath} with GCT codes.\");\n\n                if (!File.Exists(dolFilePath))\n                {\n                    Logger.Log($\"DOL file '{dolFilePath}' not found.\");\n                    throw new FileNotFoundException($\"DOL file '{dolFilePath}' not found.\");\n                }\n\n                var sections = DolSection.ReadDolHeader(dolFilePath);\n                byte[] dolData = File.ReadAllBytes(dolFilePath);\n\n                foreach (var code in gctCodes)\n                {\n                    int offset = MemoryToDolOffset(code.Address, sections);\n\n                    if (offset >= 0 && offset < dolData.Length - 4) // Ensure offset is within bounds\n                    {\n                        byte[] valueBytes = BitConverter.GetBytes(code.Value);\n                        if (BitConverter.IsLittleEndian)\n                            Array.Reverse(valueBytes); // Convert to big-endian\n\n                        Array.Copy(valueBytes, 0, dolData, offset, 4);\n                    }\n                    else\n                    {\n                        Logger.Log($\"Address {code.Address:X8} is out of bounds for the DOL file.\");\n                    }\n                }\n\n                string outputPath = Path.Combine(Path.GetDirectoryName(dolFilePath), \"patched_dol.dol\");\n                File.WriteAllBytes(outputPath, dolData);\n\n                Logger.Log($\"Patched DOL saved to: {outputPath}\");\n            }\n            catch (Exception ex)\n            {\n                Logger.Log($\"Error patching DOL file: {ex.Message}\");\n                throw;\n            }\n        }\n\n        private bool ValidateCodes(List<GctCode> codes, string dolFilePath)\n        {\n            Logger.Log(\"Validating codes before patching...\");\n\n            var sections = DolSection.ReadDolHeader(dolFilePath);\n\n            foreach (var code in codes)\n            {\n                bool valid = sections.Any(section =>\n                    code.Address >= section.MemoryAddress &&\n                    code.Address < section.MemoryAddress + section.Size);\n\n                if (!valid)\n                {\n                    Logger.Log($\"Invalid code: Address {code.Address:X8} is not within any DOL section.\");\n                    return false;\n                }\n            }\n\n            Logger.Log(\"All codes are valid.\");\n            return true;\n        }\n\n        public int MemoryToDolOffset(uint memoryAddress, List<DolSection> sections)\n        {\n            if (sections == null || sections.Count == 0)\n            {\n                Logger.Log(\"Sections list is null or empty.\");\n                throw new ArgumentException(\"Sections list cannot be null or empty.\");\n            }\n\n            foreach (var section in sections)\n            {\n                if (memoryAddress >= section.MemoryAddress && memoryAddress < section.MemoryAddress + section.Size)\n                {\n                    return (int)(section.FileOffset + (memoryAddress - section.MemoryAddress));\n                }\n            }\n\n            Logger.Log($\"Memory address {memoryAddress:X} not found in any section.\");\n            return -1; // Address not found\n        }\n\n        public void InjectCodehandler(string dolFilePath, string codehandlerPath)\n        {\n            try\n            {\n                Logger.Log($\"Starting codehandler injection for {dolFilePath}.\");\n\n                if (!File.Exists(dolFilePath) || !File.Exists(codehandlerPath))\n                {\n                    Logger.Log(\"DOL file or codehandler file not found.\");\n                    throw new FileNotFoundException(\"DOL file or codehandler file not found.\");\n                }\n\n                byte[] dolData = File.ReadAllBytes(dolFilePath);\n                byte[] codehandlerData = File.ReadAllBytes(codehandlerPath);\n\n                int injectionOffset = FindFreeSpace(dolData, codehandlerData.Length);\n\n                if (injectionOffset < 0)\n                {\n                    Logger.Log(\"No free space available for codehandler injection.\");\n                    throw new Exception(\"No free space available for codehandler injection.\");\n                }\n\n                Array.Copy(codehandlerData, 0, dolData, injectionOffset, codehandlerData.Length);\n\n                // Update entry point in DOL\n                PatchDolEntryPoint(dolData, injectionOffset);\n\n                string outputPath = Path.Combine(Path.GetDirectoryName(dolFilePath), \"patched_dol.dol\");\n                File.WriteAllBytes(outputPath, dolData);\n\n                Logger.Log($\"Codehandler injected successfully. Patched DOL saved to: {outputPath}\");\n            }\n            catch (Exception ex)\n            {\n                Logger.Log($\"Error during codehandler injection: {ex.Message}\");\n                throw;\n            }\n        }\n\n        private void PatchDolEntryPoint(byte[] dolData, int injectionOffset)\n        {\n            uint newEntryPoint = (uint)(0x80000000 + injectionOffset); // Convert offset to memory address\n            Array.Copy(BitConverter.GetBytes(newEntryPoint), 0, dolData, 0xE0, 4); // Replace entry point\n            Logger.Log($\"Updated DOL entry point to: {newEntryPoint:X}\");\n        }\n\n        private int FindFreeSpace(byte[] fileData, int requiredSize)\n        {\n            Logger.Log($\"Searching for {requiredSize} bytes of free space in the file.\");\n\n            for (int i = 0; i < fileData.Length - requiredSize; i++)\n            {\n                bool isFree = true;\n                for (int j = 0; j < requiredSize; j++)\n                {\n                    if (fileData[i + j] != 0x00)\n                    {\n                        isFree = false;\n                        break;\n                    }\n                }\n                if (isFree)\n                {\n                    Logger.Log($\"Found free space at offset {i}.\");\n                    return i;\n                }\n            }\n\n            Logger.Log(\"No free space found in the file.\");\n            return -1; // No free space found\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Classes/GameConfig.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System;\nusing UWUVCI_AIO_WPF.Models;\n\nnamespace UWUVCI_AIO_WPF\n{\n    [Serializable]\n    public class GameConfig\n    {\n        public GameConfig Clone()\n        {\n            return MemberwiseClone() as GameConfig;\n        }\n        public GameConsoles Console { get; set; }\n        public GameBases BaseRom { get; set; }\n\n        private string cBasePath;\n\n        public string CBasePath\n        {\n            get { return cBasePath; }\n            set { cBasePath = value;\n\n            }\n        }\n\n        public byte[] bootsound;\n        public string extension = \"\";\n        public bool fourbythree = false;\n        public bool disgamepad = false;\n        public bool donttrim = false;\n        public bool lr = false;\n        public bool motepass = false;\n        public bool jppatch = false;\n        public bool pokepatch = false;\n\n        public bool tgcd = false;\n\n        public int Index;\n\n        public bool pixelperfect = false;\n        public string GameName { get; set; }\n\n        public bool vm = false;\n        public bool vmtopal = false;\n\n\n        public bool rf = false;\n        public bool rfus = false;\n        public bool rfjp = false;\n\n\n\n        public PNGTGA TGAIco { get; set; } = new PNGTGA();\n\n\n\n        public PNGTGA TGADrc { get; set; } = new PNGTGA();\n        public PNGTGA TGATv { get; set; } = new PNGTGA();\n        public PNGTGA TGALog { get; set; } = new PNGTGA();\n        public N64Conf N64Stuff { get; set; } = new N64Conf();\n        public N64Conf GBAStuff { get; set; } = new N64Conf();\n\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Classes/GameCubeISO.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.IO;\n\nnamespace UWUVCI_AIO_WPF.Classes\n{\n    public class GameCubeISO\n    {\n        private TOCManager TOCManager { get; set; } = new TOCManager();\n        public string IsoPath { get; private set; }\n        public string ExtractedPath { get; private set; }\n\n        public GameCubeISO(string isoPath)\n        {\n            if (string.IsNullOrWhiteSpace(isoPath) || !File.Exists(isoPath))\n                throw new FileNotFoundException(\"ISO file not found.\");\n            IsoPath = isoPath;\n        }\n\n        /// <summary>\n        /// Extracts the ISO into a directory.\n        /// </summary>\n        public void Extract(string outputPath)\n        {\n            if (string.IsNullOrWhiteSpace(outputPath))\n                throw new ArgumentException(\"Output path cannot be empty.\");\n\n            ExtractedPath = outputPath;\n            Directory.CreateDirectory(ExtractedPath);\n\n            // Path to the TOC file\n            string tocPath = Path.Combine(ExtractedPath, \"&&systemdata\", \"Game.toc\");\n            if (!File.Exists(tocPath))\n                throw new FileNotFoundException(\"Game.toc not found in the extracted directory.\");\n\n            Console.WriteLine(\"Parsing TOC...\");\n            ParseTOCFromFile(tocPath);\n\n            if (TOCManager.TOCEntries.Count == 0)\n                throw new InvalidOperationException(\"No valid entries found in the TOC.\");\n\n            Console.WriteLine($\"Found {TOCManager.TOCEntries.Count} entries in the TOC.\");\n\n            using var fs = new FileStream(IsoPath, FileMode.Open, FileAccess.Read);\n            using var reader = new BinaryReader(fs);\n\n            Console.WriteLine(\"Extracting files...\");\n            TOCManager.ExtractFiles(reader, ExtractedPath);\n\n            Console.WriteLine($\"Extraction complete: {ExtractedPath}\");\n        }\n\n        /// <summary>\n        /// Rebuilds the ISO from the extracted directory.\n        /// </summary>\n        public void Rebuild(string extractedPath, string outputIsoPath)\n        {\n            if (!Directory.Exists(extractedPath))\n                throw new DirectoryNotFoundException($\"Extracted directory not found: {extractedPath}\");\n\n            // Paths for essential system files\n            string systemDataPath = Path.Combine(extractedPath, \"&&systemdata\");\n            if (!Directory.Exists(systemDataPath))\n                throw new DirectoryNotFoundException($\"System data directory not found: {systemDataPath}\");\n\n            string hdrFilePath = Path.Combine(systemDataPath, \"ISO.hdr\");\n            string dolFilePath = Path.Combine(systemDataPath, \"Start.dol\");\n            string apploaderFilePath = Path.Combine(systemDataPath, \"AppLoader.ldr\");\n            string tocFilePath = Path.Combine(systemDataPath, \"Game.toc\");\n\n            if (!File.Exists(hdrFilePath) || !File.Exists(dolFilePath) || !File.Exists(apploaderFilePath) || !File.Exists(tocFilePath))\n                throw new FileNotFoundException(\"One or more essential system files are missing.\");\n\n            Console.WriteLine(\"Rebuilding ISO...\");\n\n            using var writer = new BinaryWriter(File.Create(outputIsoPath));\n\n            // Write the ISO header\n            Console.WriteLine(\"Writing ISO header...\");\n            WriteSystemFile(writer, hdrFilePath);\n\n            // Write the DOL file\n            Console.WriteLine(\"Writing Start.dol...\");\n            WriteSystemFile(writer, dolFilePath);\n\n            // Write the Apploader\n            Console.WriteLine(\"Writing AppLoader.ldr...\");\n            WriteSystemFile(writer, apploaderFilePath);\n\n            // Parse the TOC\n            Console.WriteLine(\"Parsing TOC...\");\n            List<TOCItem> tocEntries = ParseTOCFromFile(tocFilePath);\n\n            // Write game files\n            Console.WriteLine(\"Writing game files...\");\n            foreach (var entry in tocEntries)\n            {\n                // Directories are skipped\n                if (entry.IsDirectory) continue;\n\n                string filePath = Path.Combine(extractedPath, entry.Name.Replace('/', Path.DirectorySeparatorChar));\n                if (!File.Exists(filePath))\n                    throw new FileNotFoundException($\"File not found: {filePath}\");\n\n                WriteGameFile(writer, filePath, entry.Position);\n            }\n\n            Console.WriteLine($\"Rebuild complete. ISO saved to: {outputIsoPath}\");\n        }\n\n        /// <summary>\n        /// Parses the TOC file to determine the list of files and directories in the ISO.\n        /// </summary>\n        private List<TOCItem> ParseTOCFromFile(string tocPath)\n        {\n            var tocEntries = new List<TOCItem>();\n\n            using var reader = new BinaryReader(File.OpenRead(tocPath));\n            while (reader.BaseStream.Position < reader.BaseStream.Length)\n            {\n                uint fileOffset = reader.ReadUInt32(); // File position in ISO\n                uint fileSize = reader.ReadUInt32();   // File size\n                byte flags = reader.ReadByte();        // Flags (e.g., directory or file)\n                reader.BaseStream.Seek(3, SeekOrigin.Current); // Skip padding\n                uint nameOffset = reader.ReadUInt32(); // Offset to the name in the string table\n\n                // Resolve file name\n                long currentPos = reader.BaseStream.Position;\n                reader.BaseStream.Seek(nameOffset, SeekOrigin.Begin);\n                string name = ReadNullTerminatedString(reader);\n                reader.BaseStream.Seek(currentPos, SeekOrigin.Begin);\n\n                tocEntries.Add(new TOCItem\n                {\n                    Position = (int)fileOffset,\n                    Length = (int)fileSize,\n                    IsDirectory = (flags & 0x02) != 0,\n                    Name = name\n                });\n            }\n\n            return tocEntries;\n        }\n\n        /// <summary>\n        /// Writes system files (e.g., ISO.hdr, Start.dol) to the ISO.\n        /// </summary>\n        private void WriteSystemFile(BinaryWriter writer, string filePath)\n        {\n            byte[] data = File.ReadAllBytes(filePath);\n            writer.Write(data);\n\n            // Align to 0x8000-byte boundaries\n            long padding = AlignToBlock(data.Length, 0x8000) - data.Length;\n            writer.Write(new byte[padding]);\n        }\n\n        /// <summary>\n        /// Writes game files based on their TOC entries.\n        /// </summary>\n        private void WriteGameFile(BinaryWriter writer, string filePath, long position)\n        {\n            byte[] data = File.ReadAllBytes(filePath);\n\n            // Seek to the correct position in the ISO\n            writer.Seek((int)position, SeekOrigin.Begin);\n            writer.Write(data);\n\n            // Add padding to align to the next block if needed\n            long padding = AlignToBlock(data.Length, 0x8000) - data.Length;\n            writer.Write(new byte[padding]);\n        }\n\n        /// <summary>\n        /// Aligns a value to the next 0x8000-byte boundary.\n        /// </summary>\n        private long AlignToBlock(long value, int blockSize)\n        {\n            return (value + blockSize - 1) / blockSize * blockSize;\n        }\n\n        /// <summary>\n        /// Reads a null-terminated string from the binary stream.\n        /// </summary>\n        private string ReadNullTerminatedString(BinaryReader reader)\n        {\n            var bytes = new List<byte>();\n            byte b;\n            while ((b = reader.ReadByte()) != 0)\n                bytes.Add(b);\n            return System.Text.Encoding.ASCII.GetString(bytes.ToArray());\n        }\n    }\n\n    public class TOCManager\n    {\n        public List<TOCItem> TOCEntries { get; private set; } = new List<TOCItem>();\n\n        public void ExtractFiles(BinaryReader reader, string outputDirectory)\n        {\n            foreach (var entry in TOCEntries)\n            {\n                var outputPath = Path.Combine(outputDirectory, entry.Name);\n\n                // Create directories for output\n                if (entry.IsDirectory)\n                {\n                    Directory.CreateDirectory(outputPath);\n                    continue;\n                }\n\n                // Ensure the parent directory exists\n                Directory.CreateDirectory(Path.GetDirectoryName(outputPath) ?? string.Empty);\n\n                // Seek to the file's position in the ISO\n                reader.BaseStream.Seek(entry.Position, SeekOrigin.Begin);\n\n                // Extract file in chunks\n                using var outputFile = new FileStream(outputPath, FileMode.Create, FileAccess.Write);\n                long remaining = entry.Length;\n                const int bufferSize = 0x8000; // 32KB chunks\n                byte[] buffer = new byte[bufferSize];\n\n                while (remaining > 0)\n                {\n                    int bytesToRead = (int)Math.Min(bufferSize, remaining);\n                    int bytesRead = reader.Read(buffer, 0, bytesToRead);\n                    outputFile.Write(buffer, 0, bytesRead);\n                    remaining -= bytesRead;\n                }\n            }\n        }\n    }\n\n    public class TOCItem\n    {\n        public int Position { get; set; }\n        public int Length { get; set; }\n        public bool IsDirectory { get; set; }\n        public string Name { get; set; }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Classes/Injection.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.IO;\nusing System.IO.Compression;\nusing System.Linq;\nusing System.Runtime.InteropServices;\nusing System.Text;\nusing System.Text.RegularExpressions;\nusing System.Threading;\nusing System.Windows;\nusing System.Windows.Threading;\nusing System.Xml;\nusing UWUVCI_AIO_WPF.Classes;\nusing UWUVCI_AIO_WPF.UI.Windows;\nusing Newtonsoft.Json;\nusing MessageBox = System.Windows.MessageBox;\nusing UWUVCI_AIO_WPF.Models;\nusing WiiUDownloaderLibrary.Models;\nusing WiiUDownloaderLibrary;\nusing Newtonsoft.Json.Linq;\nusing UWUVCI_AIO_WPF.Helpers;\nusing System.Diagnostics.Eventing.Reader;\n\nnamespace UWUVCI_AIO_WPF\n{\n    public static class StringExtensions\n    {\n        public static string ToHex(this string input)\n        {\n            StringBuilder sb = new StringBuilder();\n            foreach (char c in input)\n                sb.AppendFormat(\"{0:X2}\", (int)c);\n            return sb.ToString().Trim();\n        }\n    }\n    internal static class Injection\n    {\n        [DllImport(\"User32.dll\")]\n        static extern int SetForegroundWindow(IntPtr point);\n        [DllImport(\"user32.dll\")]\n        public static extern int SendMessage(\n            int hWnd,     // handle to destination window\n            uint Msg,      // message\n            long wParam,   // first message parameter\n            long lParam    // second message parameter\n        );\n        [return: MarshalAs(UnmanagedType.Bool)]\n        [DllImport(\"user32.dll\", SetLastError = true)]\n        static extern bool PostMessage(IntPtr hWnd, int Msg, System.Windows.Forms.Keys wParam, int lParam);\n        private static int WM_KEYUP = 0x101;\n        private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"temp\");\n        private static readonly string baseRomPath = Path.Combine(tempPath, \"baserom\");\n        private static readonly string imgPath = Path.Combine(tempPath, \"img\");\n        private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"Tools\");\n        static string code = null;\n        static MainViewModel mvvm;\n        private static bool IsNativeWindows = !MacLinuxHelper.IsRunningUnderWineOrSimilar();\n\n        /*\n         * GameConsole: Can either be NDS, N64, GBA, NES, SNES or TG16\n         * baseRom = Name of the BaseRom, which is the folder name too (example: Super Metroid EU will be saved at the BaseRom path under the folder SMetroidEU, so the BaseRom is in this case SMetroidEU).\n         * customBasePath = Path to the custom Base. Is null if no custom base is used.\n         * injectRomPath = Path to the Rom to be injected into the Base Game.\n         * bootImages = String array containing the paths for\n         *              bootTvTex: PNG or TGA (PNG gets converted to TGA using UPNG). Needs to be in the dimensions 1280x720 and have a bit depth of 24. If null, the original BootImage will be used.\n         *              bootDrcTex: PNG or TGA (PNG gets converted to TGA using UPNG). Needs to be in the dimensions 854x480 and have a bit depth of 24. If null, the original BootImage will be used.\n         *              iconTex: PNG or TGA (PNG gets converted to TGA using UPNG). Needs to be in the dimensions 128x128 and have a bit depth of 32. If null, the original BootImage will be used.\n         *              bootLogoTex: PNG or TGA (PNG gets converted to TGA using UPNG). Needs to be in the dimensions 170x42 and have a bit depth of 32. If null, the original BootImage will be used.\n         * gameName = The name of the final game to be entered into the .xml files.\n         * iniPath = Only used for N64. Path to the INI configuration. If \"blank\", a blank ini will be used.\n         * darkRemoval = Only used for N64. Indicates whether the dark filter should be removed.\n         */\n        static List<int> fiind(this byte[] buffer, byte[] pattern, int startIndex)\n        {\n            List<int> positions = new List<int>();\n            int i = Array.IndexOf(buffer, pattern[0], startIndex);\n            while (i >= 0 && i <= buffer.Length - pattern.Length)\n            {\n                byte[] segment = new byte[pattern.Length];\n                Buffer.BlockCopy(buffer, i, segment, 0, pattern.Length);\n                if (segment.SequenceEqual(pattern))\n                    positions.Add(i);\n                i = Array.IndexOf(buffer, pattern[0], i + 1);\n            }\n            return positions;\n        }\n        static void PokePatch(string rom)\n        {\n            byte[] search = { 0xD0, 0x88, 0x8D, 0x83, 0x42 };\n            byte[] test;\n            test = new byte[new FileInfo(rom).Length];\n            using (var fs = new FileStream(rom,\n                                 FileMode.Open,\n                                 FileAccess.ReadWrite))\n            {\n                try\n                {\n                    fs.Read(test, 0, test.Length - 1);\n\n                    var l = fiind(test, search, 0);\n                    byte[] check = new byte[4];\n                    fs.Seek(l[0] + 5, SeekOrigin.Begin);\n                    fs.Read(check, 0, 4);\n\n                    fs.Seek(0, SeekOrigin.Begin);\n                    if (check[3] != 0x24)\n                    {\n                        fs.Seek(l[0] + 5, SeekOrigin.Begin);\n                        fs.Write(new byte[] { 0x00, 0x00, 0x00, 0x00 }, 0, 4);\n\n                    }\n                    else\n                    {\n                        fs.Seek(l[0] + 5, SeekOrigin.Begin);\n                        fs.Write(new byte[] { 0x00, 0x00, 0x00 }, 0, 3);\n\n                    }\n                    check = new byte[4];\n                    fs.Seek(l[1] + 5, SeekOrigin.Begin);\n                    fs.Read(check, 0, 4);\n                    fs.Seek(0, SeekOrigin.Begin);\n                    if (check[3] != 0x24)\n                    {\n                        fs.Seek(l[1] + 5, SeekOrigin.Begin);\n                        fs.Write(new byte[] { 0x00, 0x00, 0x00, 0x00 }, 0, 4);\n\n                    }\n                    else\n                    {\n                        fs.Seek(l[1] + 5, SeekOrigin.Begin);\n                        fs.Write(new byte[] { 0x00, 0x00, 0x00 }, 0, 3);\n\n                    }\n                }\n                catch (Exception)\n                {\n\n                }\n\n\n                fs.Close();\n            }\n        }\n        private static string FormatBytes(long bytes)\n        {\n            string[] Suffix = { \"B\", \"KB\", \"MB\", \"GB\", \"TB\" };\n            int i;\n            double dblSByte = bytes;\n            for (i = 0; i < Suffix.Length && bytes >= 1024; i++, bytes /= 1024)\n            {\n                dblSByte = bytes / 1024.0;\n            }\n\n            return string.Format(\"{0:0.##} {1}\", dblSByte, Suffix[i]);\n        }\n        [STAThread]\n        public static bool Inject(GameConfig Configuration, string RomPath, MainViewModel mvm, bool force)\n        {\n\n            mvm.failed = false;\n\n            DispatcherTimer timer = new DispatcherTimer();\n            timer.Interval = TimeSpan.FromSeconds(1);\n            timer.Tick += tick;\n\n            Clean();\n\n            long freeSpaceInBytes = 0;\n            if (!mvm.saveworkaround)\n            {\n                try\n                {\n                    long gamesize = new FileInfo(RomPath).Length;\n\n                    var drive = new DriveInfo(tempPath);\n\n                    done = true;\n                    freeSpaceInBytes = drive.AvailableFreeSpace;\n                }\n                catch (Exception)\n                {\n                    mvm.saveworkaround = true;\n                }\n\n            }\n            mvvm = mvm;\n\n            Directory.CreateDirectory(tempPath);\n\n            mvm.msg = \"Checking Tools...\";\n            mvm.InjcttoolCheck();\n\n            mvm.Progress = 5;\n\n            mvm.msg = \"Copying Base...\";\n            try\n            {\n                if (!mvm.saveworkaround && (Configuration.Console == GameConsoles.WII || Configuration.Console == GameConsoles.GCN))\n                {\n                    long neededspace = mvm.GC ? 10000000000 : 15000000000;\n\n                    if (freeSpaceInBytes < neededspace)\n                        throw new Exception(\"12G\");\n                }\n\n                if (Configuration.BaseRom == null || Configuration.BaseRom.Name == null)\n                {\n                    throw new Exception(\"BASE\");\n                }\n                if (Configuration.BaseRom.Name != \"Custom\")\n                {\n                    //Normal Base functionality here\n                    CopyBase($\"{Configuration.BaseRom.Name.Replace(\":\", \"\")} [{Configuration.BaseRom.Region}]\", null);\n                }\n                else\n                {\n                    //Custom Base Functionality here\n                    CopyBase($\"Custom\", Configuration.CBasePath);\n                }\n                if (!Directory.Exists(Path.Combine(baseRomPath, \"code\")) || !Directory.Exists(Path.Combine(baseRomPath, \"content\")) || !Directory.Exists(Path.Combine(baseRomPath, \"meta\")))\n                {\n                    throw new Exception(\"MISSINGF\");\n                }\n                mvm.Progress = 10;\n                mvm.msg = \"Injecting ROM...\";\n\n                RunSpecificInjection(Configuration, (mvm.GC ? GameConsoles.GCN : Configuration.Console), RomPath, force, mvm);\n\n                mvm.msg = \"Editing XML...\";\n                EditXML(Configuration.GameName, mvm.Index, code);\n                mvm.Progress = 90;\n                mvm.msg = \"Changing Images...\";\n                Images(Configuration);\n                if (File.Exists(mvm.BootSound))\n                {\n                    mvm.Progress = 95;\n                    mvm.msg = \"Adding BootSound...\";\n                    bootsound(mvm.BootSound);\n                }\n\n\n                mvm.Progress = 100;\n\n\n                code = null;\n                return true;\n            } catch (Exception e)\n            {\n                mvm.Progress = 100;\n\n                code = null;\n                if (e.Message == \"Failed this shit\")\n                {\n                    Clean();\n                    return false;\n                }\n\n                var errorMessage = \"Injection Failed due to unknown circumstances. Accent marks in the install path for UWUVCI or in the rom path is known to cause issues. Please contact us on the UWUVCI discord if you need any assistance.\";\n\n                if (e.Message == \"MISSINGF\")\n                    errorMessage = \"Injection Failed because there are base files missing. \\nPlease redownload the base, or redump if you used a custom base!\";\n                else if (e.Message.Contains(\"Images\"))\n                    errorMessage = \"Injection Failed due to wrong BitDepth, please check if your Files are in a different bitdepth than 32bit or 24bit\\n\\nIf the image/s that's being used is automatically grabbed for you, then don't use them.\" +\n                        \"\\nFAQ: #28\";\n                else if (e.Message.Contains(\"Size\"))\n                    errorMessage = \"Injection Failed due to Image Issues.Please check if your Images are made using following Information:\\n\\niconTex: \\nDimensions: 128x128\\nBitDepth: 32\\n\\nbootDrcTex: \\nDimensions: 854x480\\nBitDepth: 24\\n\\nbootTvTex: \\nDimensions: 1280x720\\nBitDepth: 24\\n\\nbootLogoTex: \\nDimensions: 170x42\\nBitDepth: 32\";\n                else if (e.Message.Contains(\"retro\"))\n                    errorMessage = \"The ROM you want to Inject is to big for selected Base!\\nPlease try again with different Base\";\n                else if (e.Message.Contains(\"BASE\"))\n                    errorMessage = \"If you import a config you NEED to reselect a base\";\n                else if (e.Message.Contains(\"WII\"))\n                    errorMessage = $\"{e.Message.Replace(\"Wii\", \"\")}\\nPlease make sure that your ROM isn't flawed and that you have atleast 12 GB of free Storage left.\";\n                else if (e.Message.Contains(\"12G\"))\n                    errorMessage = $\"Please make sure to have atleast {FormatBytes(15000000000)} of storage left on the drive where you stored the Injector.\";\n                else if (e.Message.Contains(\"nkit\"))\n                    errorMessage = $\"There is an issue with your NKIT.\\nPlease try the original ISO, or redump your game and try again with that dump.\";\n                else if (e.Message.Contains(\"meta.xml\"))\n                    errorMessage = \"Looks to be your meta.xml file isn't missing from your directory. If you downloaded your base, redownload it, if it's a custom base then the folder selected might be wrong or the layout is messed up.\";\n                else if (e.Message.Contains(\"pre.iso\"))\n                    errorMessage = \"Looks to be that there is something about your game that UWUVCI doesn't like, you are most likely injecting with a wbfs or nkit.iso file, this file has data trimmed.\" +\n                        \"\\nFAQ: #17, #27, #29\";\n                else if (e.Message.Contains(\"temp\\\\temp\") || e.Message.Contains(\"temp/temp\"))\n                    errorMessage = \"The images are most likely the culprit, try changing them around.\" +\n                        \"\\nFAQ: #28\";\n\n                if (MacLinuxHelper.IsRunningInVirtualMachine() || MacLinuxHelper.IsRunningUnderWineOrSimilar())\n                    errorMessage += \"\\n\\nYou look to be running this under some form of emulation instead of a native Windows OS. There are external tools that UWUVCI uses which are not managed by the UWUVCI team. These external tools may be causing you issues and we will not be able to resolve your issues.\";\n\n                MessageBox.Show(errorMessage + \"\\n\\nDon't forget that there's an FAQ in the ReadMe.txt file and on the UWUVCI Discord\\n\\nError Message:\\n\" + e.Message, \"Injection Failed\", MessageBoxButton.OK, MessageBoxImage.Error);\n                Logger.Log(e.Message);\n                Clean();\n                return false;\n            }\n            finally\n            {\n\n                mvm.Index = -1;\n                mvm.LR = false;\n                mvm.msg = \"\";\n\n            }\n\n        }\n\n        private static bool done = false;\n        private static void tick(object sender, EventArgs e)\n        {\n            if (!done)\n                mvvm.failed = true;\n\n            throw new Exception(\"Failed this shit\");\n        }\n\n        public static void SendKey(IntPtr hWnd, System.Windows.Forms.Keys key)\n        {\n            PostMessage(hWnd, WM_KEYUP, key, 0);\n        }\n        static void bootsound(string sound)\n        {\n            string btsndPath = Path.Combine(baseRomPath, \"meta\", \"bootSound.btsnd\");\n            FileInfo soundFile = new FileInfo(sound);\n            if (soundFile.Extension.Contains(\"mp3\") || soundFile.Extension.Contains(\"wav\"))\n            {\n                // Convert input file to 6 second .wav\n                using (Process sox = new Process())\n                {\n                    sox.StartInfo.UseShellExecute = false;\n                    sox.StartInfo.CreateNoWindow = true;\n                    sox.StartInfo.FileName = Path.Combine(toolsPath, \"sox.exe\");\n                    sox.StartInfo.Arguments = $\"\\\"{sound}\\\" -b 16 \\\"{Path.Combine(tempPath, \"bootSound.wav\")}\\\" channels 2 rate 48k trim 0 6\";\n                    sox.Start();\n                    sox.WaitForExit();\n                }\n                //convert to btsnd\n                wav2btsnd(Path.Combine(tempPath, \"bootSound.wav\"), btsndPath);\n                File.Delete(Path.Combine(tempPath, \"bootSound.wav\"));\n            }\n            else\n            {\n                //Copy BootSound to location\n                File.Delete(btsndPath);\n                File.Copy(sound, btsndPath);\n            }\n        }\n\n        private static void wav2btsnd(string inputWav, string outputBtsnd)\n        {\n            // credits to the original creator of wav2btsnd for the general logic\n            byte[] buffer = File.ReadAllBytes(inputWav);\n            using FileStream output = new FileStream(outputBtsnd, FileMode.OpenOrCreate);\n            using BinaryWriter writer = new BinaryWriter(output);\n\n            writer.Write(new byte[] { 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0 });\n            for (int i = 0x2C; i < buffer.Length; i += 2)\n                writer.Write(new[] { buffer[i + 1], buffer[i] });\n        }\n\n        static void timer_Tick(object sender, EventArgs e)\n        {\n            if (mvvm.Progress < 50)\n                mvvm.Progress += 1;\n\n        }\n        private static void RunSpecificInjection(GameConfig cfg, GameConsoles console, string RomPath, bool force, MainViewModel mvm)\n        {\n            switch (console)\n            {\n                case GameConsoles.NDS:\n                    NDS(RomPath);\n                    break;\n\n                case GameConsoles.N64:\n                    N64(RomPath, cfg.N64Stuff);\n                    break;\n\n                case GameConsoles.GBA:\n                    GBA(RomPath, cfg.GBAStuff);\n                    break;\n\n                case GameConsoles.NES:\n                    NESSNES(RomPath);\n                    break;\n                case GameConsoles.SNES:\n                    NESSNES(RemoveHeader(RomPath));\n                    break;\n                case GameConsoles.TG16:\n                    TG16(RomPath);\n                    break;\n                case GameConsoles.MSX:\n                    MSX(RomPath);\n                    break;\n                case GameConsoles.WII:\n                    if (RomPath.ToLower().EndsWith(\".dol\"))\n                        WiiHomebrew(RomPath, mvm);\n                    else if (RomPath.ToLower().EndsWith(\".wad\"))\n                        WiiForwarder(RomPath, mvm);\n                    else\n                        WII(RomPath, mvm);\n                    break;\n                case GameConsoles.GCN:\n                    GC(RomPath, mvm, force);\n                    break;\n            }\n        }\n        private static string ByteArrayToString(byte[] arr)\n        {\n            ASCIIEncoding enc = new ASCIIEncoding();\n            return enc.GetString(arr);\n        }\n        private static void WiiForwarder(string romPath, MainViewModel mvm)\n        {\n            string savedir = Directory.GetCurrentDirectory();\n            mvvm.msg = \"Extracting Forwarder Base...\";\n            if (Directory.Exists(Path.Combine(tempPath, \"TempBase\")))\n                Directory.Delete(Path.Combine(tempPath, \"TempBase\"), true);\n\n            Directory.CreateDirectory(Path.Combine(tempPath, \"TempBase\"));\n\n            var zipLocation = Path.Combine(toolsPath, \"BASE.zip\");\n            ZipFile.ExtractToDirectory(zipLocation, Path.Combine(tempPath));\n\n            DirectoryCopy(Path.Combine(tempPath, \"BASE\"), Path.Combine(tempPath, \"TempBase\"), true);\n            mvvm.Progress = 20;\n            mvvm.msg = \"Setting up Forwarder...\";\n            byte[] test = new byte[4];\n            using (FileStream fs = new FileStream(romPath, FileMode.Open))\n            {\n                fs.Seek(0xC20, SeekOrigin.Begin);\n                fs.Read(test, 0, 4);\n                fs.Close();\n            }\n\n            string[] id = { ByteArrayToString(test) };\n            File.WriteAllLines(Path.Combine(tempPath, \"TempBase\", \"files\", \"title.txt\"), id);\n            mvm.Progress = 30;\n            mvm.msg = \"Copying Forwarder...\";\n            File.Copy(Path.Combine(toolsPath, \"forwarder.dol\"), Path.Combine(tempPath, \"TempBase\", \"sys\", \"main.dol\"));\n            mvm.Progress = 40;\n            mvvm.msg = \"Creating Injectable file...\";\n            SharedWitAndNFS2ISO2NFS(savedir, mvm, \"WiiForwarder\");\n        }\n\n        private static void SharedWitAndNFS2ISO2NFS(string savedir, MainViewModel mvm, string functionName)\n        {\n            if (IsNativeWindows)\n            {\n                using (Process wit = new Process())\n                {\n                    if (!mvm.debug)\n                        wit.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;\n\n                    wit.StartInfo.FileName = Path.Combine(toolsPath, \"wit.exe\");\n                    wit.StartInfo.Arguments = $\"copy \\\"{Path.Combine(tempPath, \"TempBase\")}\\\" --DEST \\\"{Path.Combine(tempPath, \"game.iso\")}\\\" -ovv --links --iso\";\n                    wit.Start();\n                    wit.WaitForExit();\n                }\n\n                //Thread.Sleep(6000);\n                if (!File.Exists(Path.Combine(tempPath, \"game.iso\")))\n                {\n                    Console.Clear();\n\n                    throw new Exception(\"Wii: An error occured while Creating the ISO\");\n                }\n\n                mvvm.Progress = 50;\n\n                mvm.msg = \"Replacing TIK and TMD...\";\n                using Process extract = new Process();\n                if (!mvm.debug)\n                    extract.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;\n\n                extract.StartInfo.FileName = Path.Combine(toolsPath, \"wit.exe\");\n                extract.StartInfo.Arguments = $\"extract \\\"{Path.Combine(tempPath, \"game.iso\")}\\\" --psel data --files +tmd.bin --files +ticket.bin --DEST \\\"{Path.Combine(tempPath, \"TIKTMD\")}\\\" -vv1\";\n                extract.Start();\n                extract.WaitForExit();\n            }\n            else\n            {\n                string[] args = {\n                    $\"copy \\\"{Path.Combine(tempPath, \"TempBase\")}\\\" --DEST \\\"{Path.Combine(tempPath, \"game.iso\")}\\\" -ovv --links --iso\",\n                    $\"extract \\\"{Path.Combine(tempPath, \"game.iso\")}\\\" --psel data --files +tmd.bin --files +ticket.bin --DEST \\\"{Path.Combine(tempPath, \"TIKTMD\")}\\\" -vv1\"\n                };\n\n                foreach (var arg in args)\n                    MacLinuxHelper.WriteFailedStepToJson(functionName, \"wit\", arg, string.Empty);\n\n                MacLinuxHelper.DisplayMessageBoxAboutTheHelper();\n\n            }\n\n            if (functionName == \"GCN\")\n            {\n                //GET ROMCODE and change it\n                mvm.msg = \"Trying to save rom code...\";\n                //READ FIRST 4 BYTES\n                byte[] chars = new byte[4];\n                FileStream fstrm = new FileStream(Path.Combine(tempPath, \"game.iso\"), FileMode.Open);\n                fstrm.Read(chars, 0, 4);\n                fstrm.Close();\n                string procod = ByteArrayToString(chars);\n                string metaXml = Path.Combine(baseRomPath, \"meta\", \"meta.xml\");\n                XmlDocument doc = new XmlDocument();\n                doc.Load(metaXml);\n                doc.SelectSingleNode(\"menu/reserved_flag2\").InnerText = procod.ToHex();\n                doc.Save(metaXml);\n                mvvm.Progress = 55;\n            }\n\n            Directory.Delete(Path.Combine(tempPath, \"TempBase\"), true);\n\n            foreach (string sFile in Directory.GetFiles(Path.Combine(baseRomPath, \"code\"), \"rvlt.*\"))\n                File.Delete(sFile);\n\n            File.Copy(Path.Combine(tempPath, \"TIKTMD\", \"tmd.bin\"), Path.Combine(baseRomPath, \"code\", \"rvlt.tmd\"));\n            File.Copy(Path.Combine(tempPath, \"TIKTMD\", \"ticket.bin\"), Path.Combine(baseRomPath, \"code\", \"rvlt.tik\"));\n            Directory.Delete(Path.Combine(tempPath, \"TIKTMD\"), true);\n\n            mvm.Progress = 60;\n            mvm.msg = \"Injecting ROM...\";\n            foreach (string sFile in Directory.GetFiles(Path.Combine(baseRomPath, \"content\"), \"*.nfs\"))\n                File.Delete(sFile);\n\n            File.Move(Path.Combine(tempPath, \"game.iso\"), Path.Combine(baseRomPath, \"content\", \"game.iso\"));\n            File.Copy(Path.Combine(toolsPath, \"nfs2iso2nfs.exe\"), Path.Combine(baseRomPath, \"content\", \"nfs2iso2nfs.exe\"));\n            Directory.SetCurrentDirectory(Path.Combine(baseRomPath, \"content\"));\n            using (Process iso2nfs = new Process())\n            {\n                if (!mvm.debug)\n                    iso2nfs.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;\n\n                iso2nfs.StartInfo.FileName = \"nfs2iso2nfs.exe\";\n\n                if (functionName != \"GCN\")\n                {\n                    string pass = \"-passthrough \";\n                    string extra = \"\";\n                    if (mvm.passtrough != true)\n                        pass = \"\";\n                    if (mvm.Index == 2)\n                        extra = \"-horizontal \";\n                    if (mvm.Index == 3) \n                        extra = \"-wiimote \";\n                    if (mvm.Index == 4)\n                        extra = \"-instantcc \";\n                    if (mvm.Index == 5)\n                        extra = \"-nocc \";\n                    if (mvm.LR)\n                        extra += \"-lrpatch \";\n\n                    iso2nfs.StartInfo.Arguments = $\"-enc -homebrew {extra}{pass}-iso game.iso\";\n                }\n                else\n                    iso2nfs.StartInfo.Arguments = $\"-enc -homebrew -passthrough -iso game.iso\";\n\n                iso2nfs.Start();\n                iso2nfs.WaitForExit();\n                File.Delete(\"nfs2iso2nfs.exe\");\n                File.Delete(\"game.iso\");\n            }\n            Directory.SetCurrentDirectory(savedir);\n            mvm.Progress = 80;\n        }\n\n        private static void WiiHomebrew(string romPath, MainViewModel mvm)\n        {\n            string savedir = Directory.GetCurrentDirectory();\n            mvvm.msg = \"Extracting Homebrew Base...\";\n\n            if (Directory.Exists(Path.Combine(tempPath, \"TempBase\")))\n                Directory.Delete(Path.Combine(tempPath, \"TempBase\"), true);\n\n            Directory.CreateDirectory(Path.Combine(tempPath, \"TempBase\"));\n\n            ZipFile.ExtractToDirectory(Path.Combine(toolsPath, \"BASE.zip\"), Path.Combine(tempPath));\n\n            DirectoryCopy(Path.Combine(tempPath, \"BASE\"), Path.Combine(tempPath, \"TempBase\"), true);\n            mvvm.Progress = 20;\n            mvvm.msg = \"Injecting DOL...\";\n\n            File.Copy(romPath, Path.Combine(tempPath, \"TempBase\", \"sys\", \"main.dol\"));\n            mvm.Progress = 30;\n            mvvm.msg = \"Creating Injectable file...\";\n            SharedWitAndNFS2ISO2NFS(savedir, mvm, \"WiiHomebrew\");\n        }\n        private static void PatchDol(string consoleName, string mainDolPath, MainViewModel mvm)\n        {\n            var filePaths = mvm.gctPath.Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries);\n            var convertedGctFiles = new List<string>();\n\n            foreach (var path in filePaths)\n            {\n                string convertedPath = path;\n\n                if (Path.GetExtension(path).Equals(\".txt\", StringComparison.OrdinalIgnoreCase))\n                {\n                    try\n                    {\n                        var (codes, gameId) = GctCode.ParseOcarinaOrDolphinTxtFile(path);\n                        convertedPath = Path.ChangeExtension(path, \".gct\");\n                        GctCode.WriteGctFile(convertedPath, codes, gameId);\n                        Logger.Log($\"Converted {path} → {convertedPath} (Game ID: {gameId ?? \"None\"})\");\n                    }\n                    catch (Exception ex)\n                    {\n                        Logger.Log($\"ERROR: Failed to convert {path} - {ex.Message}\");\n                        continue;\n                    }\n                }\n\n                convertedGctFiles.Add(convertedPath);\n            }\n\n            if (convertedGctFiles.Count == 0)\n            {\n                Logger.Log(\"ERROR: No valid GCT files available for patching.\");\n                return;\n            }\n\n            if (consoleName == \"Wii\")\n            {\n                var stringBuilder = new StringBuilder();\n\n                foreach (var gctFile in convertedGctFiles)\n                    stringBuilder.Append($\" --add-section \\\"{gctFile}\\\"\");\n\n                var witArgs = $\"patch \\\"{mainDolPath}\\\"\" + stringBuilder.ToString();\n\n                if (IsNativeWindows)\n                {\n                    using var unpack = new Process();\n                    unpack.StartInfo.FileName = Path.Combine(toolsPath, \"wstrt.exe\");\n                    unpack.StartInfo.Arguments = witArgs;\n                    unpack.Start();\n                    unpack.WaitForExit();\n                }\n                else\n                {\n                    MacLinuxHelper.PrepareAndInformUserOnUWUVCIHelper(consoleName, \"wstrt\", witArgs, toolsPath);\n                }\n            }\n            else\n            {\n                var dol = new Dol();\n                var allCodes = new List<GctCode>();\n\n                foreach (var filePath in convertedGctFiles)\n                    allCodes.AddRange(GctCode.LoadFromFile(filePath));\n\n                dol.PatchDolFile(mainDolPath, allCodes);\n            }\n        }\n\n\n\n        private static void GctPatch(MainViewModel mvm, string consoleName, string isoPath)\n        {\n            if (string.IsNullOrEmpty(mvm.GctPath))\n                return;\n;\n            var extraction = Path.Combine(tempPath, \"temp\");\n\n            mvm.msg = \"Patching main.dol with gct file\";\n            mvm.Progress = 27;\n\n            File.Delete(isoPath);\n;\n            var mainDolPath = Directory.GetFiles(extraction, \"main.dol\", SearchOption.AllDirectories).FirstOrDefault();\n\n            PatchDol(consoleName, mainDolPath, mvm);\n        }\n\n        private static void WII(string romPath, MainViewModel mvm)\n        {\n            var witArgs = \"\";\n            var dolPatch = mvm.RemoveDeflicker || mvm.RemoveDithering || mvm.HalfVFilter;\n            string savedir = Directory.GetCurrentDirectory();\n            if (new FileInfo(romPath).Extension.Contains(\"iso\"))\n            {\n                mvm.msg = \"Copying ROM...\";\n                File.Copy(romPath, Path.Combine(tempPath, \"pre.iso\"));\n                mvm.Progress = 15;\n            }\n            else if (mvm.NKITFLAG || romPath.Contains(\"nkit\") || new FileInfo(romPath).Extension.Contains(\"wbfs\"))\n            {\n                witArgs = $\"copy --source \\\"{romPath}\\\" --dest \\\"{Path.Combine(tempPath, \"pre.iso\")}\\\" -I\";\n                if (IsNativeWindows)\n                {\n                    if (mvm.NKITFLAG || romPath.Contains(\"nkit\"))\n                        mvm.msg = \"Converting NKIT to ISO\";\n                    else\n                        mvm.msg = \"Converting WBFS to ISO...\";\n\n                    using Process toiso = new Process();\n\n                    if (!mvm.debug)\n                        toiso.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;\n\n                    toiso.StartInfo.FileName = Path.Combine(toolsPath, \"wit.exe\");\n                    toiso.StartInfo.Arguments = witArgs;\n\n                    toiso.Start();\n                    toiso.WaitForExit();\n                }\n                else\n                    MacLinuxHelper.PrepareAndInformUserOnUWUVCIHelper(\"Wii\", \"wit\", witArgs, toolsPath);\n\n                if (!new FileInfo(romPath).Extension.Contains(\"wbfs\"))\n                    if (!File.Exists(Path.Combine(toolsPath, \"pre.iso\")))\n                        throw new Exception(\"nkit\");\n\n                mvm.Progress = 15;\n            }\n\n            //GET ROMCODE and change it\n            mvm.msg = \"Trying to change the Manual...\";\n            //READ FIRST 4 BYTES\n            byte[] chars = new byte[4];\n            FileStream fstrm = new FileStream(Path.Combine(tempPath, \"pre.iso\"), FileMode.Open);\n            fstrm.Read(chars, 0, 4);\n            fstrm.Close();\n            string procod = ByteArrayToString(chars);\n            string neededformanual = procod.ToHex();\n            string metaXml = Path.Combine(baseRomPath, \"meta\", \"meta.xml\");\n            XmlDocument doc = new XmlDocument();\n            doc.Load(metaXml);\n            doc.SelectSingleNode(\"menu/reserved_flag2\").InnerText = neededformanual;\n            doc.Save(metaXml);\n            //edit emta.xml\n            mvm.Progress = 25;\n\n            if (mvm.regionfrii)\n            {\n                using FileStream fs = new FileStream(Path.Combine(tempPath, \"pre.iso\"), FileMode.Open);\n                fs.Seek(0x4E003, SeekOrigin.Begin);\n                if (mvm.regionfriius)\n                {\n                    fs.Write(new byte[] { 0x01 }, 0, 1);\n                    fs.Seek(0x4E010, SeekOrigin.Begin);\n                    fs.Write(new byte[] { 0x80, 0x06, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80 }, 0, 16);\n                }\n                else if (mvm.regionfriijp)\n                {\n                    fs.Write(new byte[] { 0x00 }, 0, 1);\n                    fs.Seek(0x4E010, SeekOrigin.Begin);\n                    fs.Write(new byte[] { 0x00, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80 }, 0, 16);\n                }\n                else\n                {\n                    fs.Write(new byte[] { 0x02 }, 0, 1);\n                    fs.Seek(0x4E010, SeekOrigin.Begin);\n                    fs.Write(new byte[] { 0x80, 0x80, 0x80, 0x00, 0x03, 0x03, 0x04, 0x03, 0x00, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80 }, 0, 16);\n                }\n                fs.Close();\n            }\n\n            var preIso = Path.Combine(tempPath, \"pre.iso\");\n\n            if (mvm.donttrim)\n            {\n                witArgs = $\"extract \\\"{preIso}\\\" --DEST \\\"{Path.Combine(tempPath, \"TEMP\")}\\\" --psel data -vv1\";\n                mvm.msg = \"Prepping ROM...\";\n            }\n            else\n            {\n                witArgs = $\"extract \\\"{preIso}\\\" --DEST \\\"{Path.Combine(tempPath, \"TEMP\")}\\\" --psel WHOLE -vv1\";\n                mvm.msg = \"Trimming ROM...\";\n            }\n\n            if (IsNativeWindows)\n            {\n                using Process trimm = new Process();\n                if (!mvm.debug)\n                    trimm.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;\n\n                trimm.StartInfo.FileName = Path.Combine(toolsPath, \"wit.exe\");\n                trimm.StartInfo.Arguments = witArgs;\n                trimm.Start();\n                trimm.WaitForExit();\n                mvm.Progress = 30;\n            }\n            else\n                MacLinuxHelper.PrepareAndInformUserOnUWUVCIHelper(\"Wii\", \"wit\", witArgs, toolsPath);\n\n            GctPatch(mvm, \"Wii\", Path.Combine(tempPath, \"pre.iso\"));\n\n            if (dolPatch)\n            {\n                mvm.msg = \"Patching main.dol file\";\n                mvm.Progress = 33;\n\n                var extractionFolder = Path.Combine(tempPath, \"TEMP\");\n                var mainDolPath = Directory.GetFiles(extractionFolder, \"main.dol\", SearchOption.AllDirectories).FirstOrDefault();\n                var output = Path.Combine(Path.GetDirectoryName(mainDolPath), \"patched.dol\");\n\n                DeflickerDitheringRemover.ProcessFile(mainDolPath, output, mvm.RemoveDeflicker, mvm.RemoveDithering, mvm.HalfVFilter);\n\n                File.Delete(mainDolPath);\n                File.Move(output, mainDolPath);\n            }\n\n            if (mvm.Index == 4)\n            {\n                mvvm.msg = \"Patching ROM (Force CC)...\";\n                Console.WriteLine(\"Patching the ROM to force Classic Controller input\");\n                using Process tik = new Process();\n                tik.StartInfo.FileName = Path.Combine(toolsPath, \"GetExtTypePatcher.exe\");\n                tik.StartInfo.Arguments = $\"\\\"{Path.Combine(tempPath, \"TEMP\", \"DATA\", \"sys\", \"main.dol\")}\\\" -nc\";\n                tik.StartInfo.UseShellExecute = false;\n                tik.StartInfo.CreateNoWindow = true;\n                tik.StartInfo.RedirectStandardOutput = true;\n                tik.StartInfo.RedirectStandardInput = true;\n                tik.Start();\n                Thread.Sleep(2000);\n                tik.StandardInput.WriteLine();\n                tik.WaitForExit();\n                mvm.Progress = 35;\n            }\n\n            if (mvm.Patch)\n            {\n                mvm.msg = \"Video Patching ROM...\";\n                using Process vmc = new Process();\n\n                File.Copy(Path.Combine(toolsPath, \"wii-vmc.exe\"), Path.Combine(tempPath, \"TEMP\", \"DATA\", \"sys\", \"wii-vmc.exe\"));\n                Directory.SetCurrentDirectory(Path.Combine(tempPath, \"TEMP\", \"DATA\", \"sys\"));\n\n                vmc.StartInfo.FileName = \"wii-vmc.exe\";\n                vmc.StartInfo.Arguments = \"main.dol\";\n                vmc.StartInfo.UseShellExecute = false;\n                vmc.StartInfo.CreateNoWindow = true;\n                vmc.StartInfo.RedirectStandardOutput = true;\n                vmc.StartInfo.RedirectStandardInput = true;\n\n                vmc.Start();\n                Thread.Sleep(1000);\n                vmc.StandardInput.WriteLine(\"a\");\n                Thread.Sleep(2000);\n\n                if (mvm.toPal)\n                    vmc.StandardInput.WriteLine(\"1\");\n                else\n                    vmc.StandardInput.WriteLine(\"2\");\n\n                Thread.Sleep(2000);\n                vmc.StandardInput.WriteLine();\n                vmc.WaitForExit();\n                File.Delete(\"wii-vmc.exe\");\n\n                Directory.SetCurrentDirectory(savedir);\n                mvm.Progress = 40;\n            }\n\n            var tempFolder = Path.Combine(tempPath, \"TEMP\");\n\n            if (mvm.donttrim)\n            {\n                mvm.msg = \"Creating ISO from patched ROM...\";\n                witArgs = $\"copy \\\"{tempFolder}\\\" --DEST \\\"{Path.Combine(tempPath, \"game.iso\")}\\\" -ovv --psel WHOLE --iso\";\n            }\n            else\n            {\n                mvm.msg = \"Creating ISO from trimmed ROM...\";\n                witArgs = $\"copy \\\"{tempFolder}\\\" --DEST \\\"{Path.Combine(tempPath, \"game.iso\")}\\\" -ovv --links --iso\";\n            }\n\n            if (IsNativeWindows)\n            {\n                using Process repack = new Process();\n                if (!mvm.debug)\n                    repack.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;\n\n                repack.StartInfo.FileName = Path.Combine(toolsPath, \"wit.exe\");\n                repack.StartInfo.Arguments = witArgs;\n                repack.Start();\n                repack.WaitForExit();\n            }\n            else\n                MacLinuxHelper.PrepareAndInformUserOnUWUVCIHelper(\"Wii\", \"wit\", witArgs, toolsPath);\n\n\n            Directory.Delete(Path.Combine(tempPath, \"TEMP\"), true);\n            File.Delete(Path.Combine(tempPath, \"pre.iso\"));\n\n\n            mvm.Progress = 50;\n            mvm.msg = \"Replacing TIK and TMD...\";\n            var gameIso = Path.Combine(tempPath, \"game.iso\");\n            witArgs = $\"extract \\\"{gameIso}\\\" --psel data --files +tmd.bin --files +ticket.bin --DEST \\\"{Path.Combine(tempPath, \"TIKTMD\")}\\\" -vv1\";\n\n            if (IsNativeWindows)\n            {\n                using Process extract = new Process();\n                if (!mvm.debug)\n                    extract.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;\n\n                extract.StartInfo.FileName = Path.Combine(toolsPath, \"wit.exe\");\n                extract.StartInfo.Arguments = witArgs;\n                extract.Start();\n                extract.WaitForExit();\n            }\n            else\n                MacLinuxHelper.PrepareAndInformUserOnUWUVCIHelper(\"Wii\", \"wit\", witArgs, toolsPath);\n\n            foreach (string sFile in Directory.GetFiles(Path.Combine(baseRomPath, \"code\"), \"rvlt.*\"))\n                File.Delete(sFile);\n\n            File.Copy(Path.Combine(tempPath, \"TIKTMD\", \"tmd.bin\"), Path.Combine(baseRomPath, \"code\", \"rvlt.tmd\"));\n            File.Copy(Path.Combine(tempPath, \"TIKTMD\", \"ticket.bin\"), Path.Combine(baseRomPath, \"code\", \"rvlt.tik\"));\n            Directory.Delete(Path.Combine(tempPath, \"TIKTMD\"), true);\n\n            mvm.Progress = 60;\n            mvm.msg = \"Injecting ROM...\";\n\n            foreach (string sFile in Directory.GetFiles(Path.Combine(baseRomPath, \"content\"), \"*.nfs\"))\n                File.Delete(sFile);\n\n            File.Move(Path.Combine(tempPath, \"game.iso\"), Path.Combine(baseRomPath, \"content\", \"game.iso\"));\n            File.Copy(Path.Combine(toolsPath, \"nfs2iso2nfs.exe\"), Path.Combine(baseRomPath, \"content\", \"nfs2iso2nfs.exe\"));\n            Directory.SetCurrentDirectory(Path.Combine(baseRomPath, \"content\"));\n            using (Process iso2nfs = new Process())\n            {\n                if (!mvm.debug)\n                    iso2nfs.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;\n\n                iso2nfs.StartInfo.FileName = \"nfs2iso2nfs.exe\";\n                string extra = \"\";\n                if (mvm.Index == 2) { extra = \"-horizontal \"; }\n                if (mvm.Index == 3) { extra = \"-wiimote \"; }\n                if (mvm.Index == 4) { extra = \"-instantcc \"; }\n                if (mvm.Index == 5) { extra = \"-nocc \"; }\n                if (mvm.LR) { extra += \"-lrpatch \"; }\n                iso2nfs.StartInfo.Arguments = $\"-enc {extra}-iso game.iso\";\n                iso2nfs.Start();\n                iso2nfs.WaitForExit();\n                File.Delete(\"nfs2iso2nfs.exe\");\n                File.Delete(\"game.iso\");\n            }\n            Directory.SetCurrentDirectory(savedir);\n            mvm.Progress = 80;\n        }\n        private static void ConvertToIso(string sourcePath, string outputFileName, bool debugMode)\n        {\n            using Process process = new Process();\n            if (!debugMode)\n                process.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;\n\n            process.StartInfo.FileName = Path.Combine(toolsPath, \"ConvertToIso.exe\");\n            process.StartInfo.Arguments = $\"\\\"{sourcePath}\\\"\";\n            process.Start();\n            process.WaitForExit();\n\n            string isoPath = Path.Combine(toolsPath, outputFileName);\n            if (!File.Exists(isoPath))\n                throw new Exception(\"ISO conversion failed.\");\n\n            File.Move(isoPath, Path.Combine(tempPath, \"TempBase\", \"files\", \"game.iso\"));\n        }\n\n        // Function to handle NKit conversion\n        private static void ConvertToNKit(string sourcePath, string outputFileName, bool debugMode)\n        {\n            using Process process = new Process();\n            if (!debugMode)\n                process.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;\n\n            process.StartInfo.FileName = Path.Combine(toolsPath, \"ConvertToNKit.exe\");\n            process.StartInfo.Arguments = $\"\\\"{sourcePath}\\\"\";\n            process.Start();\n            process.WaitForExit();\n\n            string nkitIsoPath = Path.Combine(toolsPath, outputFileName);\n            if (!File.Exists(nkitIsoPath))\n                throw new Exception(\"NKit conversion failed.\");\n\n            File.Move(nkitIsoPath, Path.Combine(tempPath, \"TempBase\", \"files\", outputFileName));\n        }\n\n        private static void GC(string romPath, MainViewModel mvm, bool force)\n        {\n            string savedir = Directory.GetCurrentDirectory();\n            mvvm.msg = \"Extracting Nintendont Base...\";\n\n            if (Directory.Exists(Path.Combine(tempPath, \"TempBase\"))) \n                Directory.Delete(Path.Combine(tempPath, \"TempBase\"), true);\n\n            Directory.CreateDirectory(Path.Combine(tempPath, \"TempBase\"));\n            ZipFile.ExtractToDirectory(Path.Combine(toolsPath, \"BASE.zip\"), Path.Combine(tempPath));\n\n            DirectoryCopy(Path.Combine(tempPath, \"BASE\"), Path.Combine(tempPath, \"TempBase\"), true);\n            mvvm.Progress = 20;\n            mvvm.msg = \"Applying Nintendont\";\n            if (force)\n            {\n                mvvm.msg += \" force 4:3...\";\n                File.Copy(Path.Combine(toolsPath, \"nintendont_force.dol\"), Path.Combine(tempPath, \"TempBase\", \"sys\", \"main.dol\"));\n            }\n            else\n            {\n                mvvm.msg += \"...\";\n                File.Copy(Path.Combine(toolsPath, \"nintendont.dol\"), Path.Combine(tempPath, \"TempBase\", \"sys\", \"main.dol\"));\n            }\n            mvm.Progress = 40;\n            mvvm.msg = \"Injecting GameCube Game into NintendontBase...\";\n            if (mvm.donttrim)\n            {\n                if (romPath.ToLower().Contains(\"nkit.iso\"))\n                {\n                    using (Process wit = new Process())\n                    {\n                        if (!mvm.debug)\n                        {\n\n                            wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;\n                        }\n                        wit.StartInfo.FileName = Path.Combine(toolsPath, \"ConvertToIso.exe\");\n                        wit.StartInfo.Arguments = $\"\\\"{romPath}\\\"\";\n                        wit.Start();\n                        wit.WaitForExit();\n                        if (!File.Exists(Path.Combine(toolsPath, \"out.iso\")))\n                        {\n                            throw new Exception(\"nkit\");\n                        }\n                        File.Move(Path.Combine(toolsPath, \"out.iso\"), Path.Combine(tempPath, \"TempBase\", \"files\", \"game.iso\"));\n\n                    }\n                }\n                else\n                {\n                    if (romPath.ToLower().Contains(\"gcz\"))\n                    {\n                        //Convert to nkit.iso\n                        using (Process wit = new Process())\n                        {\n                            if (!mvm.debug)\n                            {\n\n                                wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;\n                            }\n                            wit.StartInfo.FileName = Path.Combine(toolsPath, \"ConvertToIso.exe\");\n                            wit.StartInfo.Arguments = $\"\\\"{romPath}\\\"\";\n                            wit.Start();\n                            wit.WaitForExit();\n                            if (!File.Exists(Path.Combine(toolsPath, \"out.iso\")))\n                            {\n                                throw new Exception(\"nkit\");\n                            }\n                            File.Move(Path.Combine(toolsPath, \"out.iso\"), Path.Combine(tempPath, \"TempBase\", \"files\", \"game.iso\"));\n\n                        }\n                    }\n                    else\n                    {\n                        File.Copy(romPath, Path.Combine(tempPath, \"TempBase\", \"files\", \"game.iso\"));\n                    }\n                   \n                }\n            }\n            else\n            {\n                if (romPath.ToLower().Contains(\"iso\") || romPath.ToLower().Contains(\"gcm\"))\n                {\n                    //convert to nkit\n                    using (Process wit = new Process())\n                    {\n                        if (!mvm.debug)\n                        {\n\n                            wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;\n                        }\n                        wit.StartInfo.FileName = Path.Combine(toolsPath, \"ConvertToNKit.exe\");\n                        wit.StartInfo.Arguments = $\"\\\"{romPath}\\\"\";\n                        wit.Start();\n                        wit.WaitForExit();\n                        if (!File.Exists(Path.Combine(toolsPath, \"out.nkit.iso\")))\n                        {\n                            throw new Exception(\"nkit\");\n                        }\n                        File.Move(Path.Combine(toolsPath, \"out.nkit.iso\"), Path.Combine(tempPath, \"TempBase\", \"files\", \"game.iso\"));\n\n                    }\n                    \n                }\n                else\n                {\n                    if (romPath.ToLower().Contains(\"gcz\"))\n                    {\n                        //Convert to nkit.iso\n                        using (Process wit = new Process())\n                        {\n                            if (!mvm.debug)\n                            {\n\n                                wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;\n                            }\n                            wit.StartInfo.FileName = Path.Combine(toolsPath, \"ConvertToNKit.exe\");\n                            wit.StartInfo.Arguments = $\"\\\"{romPath}\\\"\";\n                            wit.Start();\n                            wit.WaitForExit();\n                            if (!File.Exists(Path.Combine(toolsPath, \"out.nkit.iso\")))\n                            {\n                                throw new Exception(\"nkit\");\n                            }\n                            File.Move(Path.Combine(toolsPath, \"out.nkit.iso\"), Path.Combine(tempPath, \"TempBase\", \"files\", \"game.iso\"));\n\n                        }\n                    }\n                    else\n                    {\n                        File.Copy(romPath, Path.Combine(tempPath, \"TempBase\", \"files\", \"game.iso\"));\n                    }\n                    \n                }\n\n            }\n\n            if (mvm.gc2rom != \"\" && File.Exists(mvm.gc2rom))\n            {\n                if (mvm.donttrim)\n                {\n                    if (mvm.gc2rom.Contains(\"nkit\"))\n                     {\n                         using (Process wit = new Process())\n                         {\n                             if (!mvm.debug)\n                             {\n\n                                 wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;\n                             }\n                             wit.StartInfo.FileName = Path.Combine(toolsPath, \"ConvertToIso.exe\");\n                             wit.StartInfo.Arguments = $\"\\\"{mvm.gc2rom}\\\"\";\n                             wit.Start();\n                             wit.WaitForExit();\n                             if (!File.Exists(Path.Combine(toolsPath, \"out(Disc 1).iso\")))\n                             {\n                                 throw new Exception(\"nkit\");\n                             }\n                             File.Move(Path.Combine(toolsPath, \"out(Disc 1).iso\"), Path.Combine(tempPath, \"TempBase\", \"files\", \"disc2.iso\"));\n\n                         }\n                     }\n                     else\n                     {\n                        \n                        \n                            File.Copy(mvm.gc2rom, Path.Combine(tempPath, \"TempBase\", \"files\", \"disc2.iso\"));\n                        \n                        \n                    }\n                }\n                else{\n                    if (mvm.gc2rom.ToLower().Contains(\"iso\") || mvm.gc2rom.ToLower().Contains(\"gcm\"))\n                    {\n                        //convert to nkit\n                        using (Process wit = new Process())\n                        {\n                            if (!mvm.debug)\n                            {\n\n                                wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;\n                            }\n                            wit.StartInfo.FileName = Path.Combine(toolsPath, \"ConvertToNKit.exe\");\n                            wit.StartInfo.Arguments = $\"\\\"{mvm.gc2rom}\\\"\";\n                            wit.Start();\n                            wit.WaitForExit();\n                            if (!File.Exists(Path.Combine(toolsPath, \"out(Disc 1).nkit.iso\")))\n                            {\n                                throw new Exception(\"nkit\");\n                            }\n                            File.Move(Path.Combine(toolsPath, \"out(Disc 1).nkit.iso\"), Path.Combine(tempPath, \"TempBase\", \"files\", \"disc2.iso\"));\n\n                        }\n                    }\n                    else\n                    {\n                        if (romPath.ToLower().Contains(\"gcz\"))\n                        {\n                            //Convert to nkit.iso\n                            using (Process wit = new Process())\n                            {\n                                if (!mvm.debug)\n                                {\n\n                                    wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;\n                                }\n                                wit.StartInfo.FileName = Path.Combine(toolsPath, \"ConvertToNKit.exe\");\n                                wit.StartInfo.Arguments = $\"\\\"{romPath}\\\"\";\n                                wit.Start();\n                                wit.WaitForExit();\n                                if (!File.Exists(Path.Combine(toolsPath, \"out(Disc 1).nkit.iso\")))\n                                {\n                                    throw new Exception(\"nkit\");\n                                }\n                                File.Move(Path.Combine(toolsPath, \"out(Disc 1).nkit.iso\"), Path.Combine(tempPath, \"TempBase\", \"files\", \"disc2.iso\"));\n\n                            }\n                        }\n                        else\n                        {\n                            File.Copy(romPath, Path.Combine(tempPath, \"TempBase\", \"files\", \"disc2.iso\"));\n                        }\n                    }\n                    \n                }\n            }\n            var args = $\"copy \\\"{Path.Combine(tempPath, \"TempBase\")}\\\" --DEST \\\"{Path.Combine(tempPath, \"game.iso\")}\\\" -ovv --links --iso\";\n            if (IsNativeWindows)\n            {\n                using (Process wit = new Process())\n                {\n                    if (!mvm.debug)\n                    {\n\n                        wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;\n                    }\n                    wit.StartInfo.FileName = Path.Combine(toolsPath, \"wit.exe\");\n                    wit.StartInfo.Arguments = args;\n                    wit.Start();\n                    wit.WaitForExit();\n                }\n            }\n            else\n            {\n                MacLinuxHelper.WriteFailedStepToJson(\"GCN\",\"wit\", args, string.Empty);\n                MacLinuxHelper.DisplayMessageBoxAboutTheHelper();\n            }\n\n            //Thread.Sleep(6000);\n            if (!File.Exists(Path.Combine(tempPath, \"game.iso\")))\n            {\n                Console.Clear();\n\n                throw new Exception(\"WII: An error occured while Creating the ISO\");\n            }\n            //Directory.Delete(Path.Combine(tempPath, \"TempBase\"), true);\n            romPath = Path.Combine(tempPath, \"game.iso\");\n            mvvm.Progress = 50;\n\n            //GET ROMCODE and change it\n            mvm.msg = \"Trying to save rom code...\";\n            //READ FIRST 4 BYTES\n            byte[] chars = new byte[4];\n            FileStream fstrm = new FileStream(Path.Combine(tempPath, \"TempBase\", \"files\", \"game.iso\"), FileMode.Open);\n            fstrm.Read(chars, 0, 4);\n            fstrm.Close();\n            string procod = ByteArrayToString(chars);\n            string metaXml = Path.Combine(baseRomPath, \"meta\", \"meta.xml\");\n            XmlDocument doc = new XmlDocument();\n            doc.Load(metaXml);\n            doc.SelectSingleNode(\"menu/reserved_flag2\").InnerText = procod.ToHex();\n            doc.Save(metaXml);\n            //edit emta.xml\n            Directory.Delete(Path.Combine(tempPath, \"TempBase\"), true);\n            mvvm.Progress = 55;\n\n            mvm.msg = \"Replacing TIK and TMD...\";\n\n            args = $\"extract \\\"{Path.Combine(tempPath, \"game.iso\")}\\\" --psel data --files +tmd.bin --files +ticket.bin --DEST \\\"{Path.Combine(tempPath, \"TIKTMD\")}\\\" -vv1\";\n            if (IsNativeWindows)\n            {\n                using (Process extract = new Process())\n                {\n                    if (!mvm.debug)\n                    {\n                        extract.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;\n                    }\n                    extract.StartInfo.FileName = Path.Combine(toolsPath, \"wit.exe\");\n                    extract.StartInfo.Arguments = args;\n                    extract.Start();\n                    extract.WaitForExit();\n                }\n            }\n            else\n            {\n                MacLinuxHelper.WriteFailedStepToJson(\"GCN\", \"wit\", args, string.Empty);\n                MacLinuxHelper.DisplayMessageBoxAboutTheHelper();\n            }\n            foreach (string sFile in Directory.GetFiles(Path.Combine(baseRomPath, \"code\"), \"rvlt.*\"))\n            {\n                File.Delete(sFile);\n            }\n            File.Copy(Path.Combine(tempPath, \"TIKTMD\", \"tmd.bin\"), Path.Combine(baseRomPath, \"code\", \"rvlt.tmd\"));\n            File.Copy(Path.Combine(tempPath, \"TIKTMD\", \"ticket.bin\"), Path.Combine(baseRomPath, \"code\", \"rvlt.tik\"));\n            Directory.Delete(Path.Combine(tempPath, \"TIKTMD\"), true);\n            mvm.Progress = 60;\n            mvm.msg = \"Injecting ROM...\";\n            foreach (string sFile in Directory.GetFiles(Path.Combine(baseRomPath, \"content\"), \"*.nfs\"))\n            {\n                File.Delete(sFile);\n            }\n            File.Move(Path.Combine(tempPath, \"game.iso\"), Path.Combine(baseRomPath, \"content\", \"game.iso\"));\n            File.Copy(Path.Combine(toolsPath, \"nfs2iso2nfs.exe\"), Path.Combine(baseRomPath, \"content\", \"nfs2iso2nfs.exe\"));\n            Directory.SetCurrentDirectory(Path.Combine(baseRomPath, \"content\"));\n            using (Process iso2nfs = new Process())\n            {\n                if (!mvm.debug)\n                {\n                   \n                    iso2nfs.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;\n                }\n                iso2nfs.StartInfo.FileName = \"nfs2iso2nfs.exe\";\n                iso2nfs.StartInfo.Arguments = $\"-enc -homebrew -passthrough -iso game.iso\";\n                iso2nfs.Start();\n                iso2nfs.WaitForExit();\n                File.Delete(\"nfs2iso2nfs.exe\");\n                File.Delete(\"game.iso\");\n            }\n            Directory.SetCurrentDirectory(savedir);\n            mvm.Progress = 80;\n            \n        }\n\n        private static void Zesty_GC(string romPath, MainViewModel mvm, bool force)\n        {\n            string savedir = Directory.GetCurrentDirectory();\n            mvvm.msg = \"Extracting Nintendont Base...\";\n\n            if (Directory.Exists(Path.Combine(tempPath, \"TempBase\"))) \n                Directory.Delete(Path.Combine(tempPath, \"TempBase\"), true);\n\n            Directory.CreateDirectory(Path.Combine(tempPath, \"TempBase\"));\n            ZipFile.ExtractToDirectory(Path.Combine(toolsPath, \"BASE.zip\"), Path.Combine(tempPath));\n\n            DirectoryCopy(Path.Combine(tempPath, \"BASE\"), Path.Combine(tempPath, \"TempBase\"), true);\n            mvvm.Progress = 20;\n            mvvm.msg = \"Applying Nintendont\";\n            if (force)\n            {\n                mvvm.msg += \" force 4:3...\";\n                File.Copy(Path.Combine(toolsPath, \"nintendont_force.dol\"), Path.Combine(tempPath, \"TempBase\", \"sys\", \"main.dol\"));\n            }\n            else\n            {\n                mvvm.msg += \"...\";\n                File.Copy(Path.Combine(toolsPath, \"nintendont.dol\"), Path.Combine(tempPath, \"TempBase\", \"sys\", \"main.dol\"));\n            }\n            mvm.Progress = 25;\n            mvvm.msg = \"Injecting GameCube Game into NintendontBase...\";\n\n            var isoPath = Path.Combine(tempPath, \"TempBase\", \"files\");\n            if (mvm.donttrim)\n            {\n                if (romPath.ToLower().Contains(\"nkit.iso\") || romPath.ToLower().Contains(\"gcz\"))\n                    ConvertToIso(romPath, \"out.iso\", mvm.debug);\n                else\n                    File.Copy(romPath, Path.Combine(tempPath, \"TempBase\", \"files\", \"game.iso\"));\n            }\n            else\n            {\n                if (romPath.ToLower().Contains(\"iso\") || romPath.ToLower().Contains(\"gcm\") || romPath.ToLower().Contains(\"gcz\"))\n                    ConvertToNKit(romPath, \"out.nkit.iso\", mvm.debug);\n                else\n                    File.Copy(romPath, Path.Combine(tempPath, \"TempBase\", \"files\", \"game.iso\"));\n            }\n\n            // Handle the second game (disc2.iso)\n            if (!string.IsNullOrEmpty(mvm.gc2rom) && File.Exists(mvm.gc2rom))\n            {\n                if (mvm.donttrim)\n                {\n                    if (mvm.gc2rom.Contains(\"nkit\"))\n                        ConvertToIso(mvm.gc2rom, \"out(Disc 1).iso\", mvm.debug);\n                    else\n                        File.Copy(mvm.gc2rom, Path.Combine(tempPath, \"TempBase\", \"files\", \"disc2.iso\"));\n                }\n                else\n                {\n                    if (mvm.gc2rom.ToLower().Contains(\"iso\") || mvm.gc2rom.ToLower().Contains(\"gcm\") || romPath.ToLower().Contains(\"gcz\"))\n                        ConvertToNKit(mvm.gc2rom, \"out(Disc 1).nkit.iso\", mvm.debug);\n                    else\n                        File.Copy(romPath, Path.Combine(tempPath, \"TempBase\", \"files\", \"disc2.iso\"));\n                }\n            }\n            SharedWitAndNFS2ISO2NFS(savedir, mvm, \"GCN\");\n        }\n       \n        public static void MSX(string injectRomPath)\n        {\n            mvvm.msg = \"Reading Header from Base...\";\n            byte[] test = new byte[0x580B3];\n            using (var fs = new FileStream(Path.Combine(baseRomPath, \"content\" , \"msx\", \"msx.pkg\"),\n                                 FileMode.Open,\n                                 FileAccess.ReadWrite))\n            {\n\n\n                fs.Read(test, 0, 0x580B3);\n                fs.Close();\n                File.Delete(Path.Combine(baseRomPath, \"content\", \"msx\", \"msx.pkg\"));\n            }\n            mvvm.Progress = 20;\n            mvvm.msg = \"Creating new PKG with read Header...\";\n            using (var fs = new FileStream(Path.Combine(baseRomPath, \"content\", \"msx\", \"msx.pkg\"),\n                                 FileMode.OpenOrCreate,\n                                 FileAccess.ReadWrite))\n            {\n\n\n                fs.Write(test, 0, 0x580B3);\n                fs.Close();\n\n            }\n            mvvm.Progress = 30;\n            mvvm.msg = \"Reading ROM content...\";\n            using (var fs = new FileStream(injectRomPath,\n                                 FileMode.OpenOrCreate,\n                                 FileAccess.ReadWrite))\n            {\n\n\n                test = new byte[fs.Length];\n                fs.Read(test, 0, test.Length - 1);\n\n            }\n            mvvm.Progress = 50;\n            mvvm.msg = \"Injecting ROM into new PKG...\";\n            using (var fs = new FileStream(Path.Combine(baseRomPath, \"content\", \"msx\", \"msx.pkg\"),\n                                FileMode.Append))\n            {\n\n                fs.Write(test, 0, test.Length);\n\n            }\n            mvvm.Progress = 80;\n        }\n        public static void DeleteDirectory(string path)\n        {\n            foreach (string directory in Directory.GetDirectories(path))\n                DeleteDirectory(directory);\n\n            try\n            {\n                Thread.Sleep(0);\n                Directory.Delete(path, true);\n            }\n            catch (IOException)\n            {\n                Directory.Delete(path, true);\n            }\n            catch (UnauthorizedAccessException)\n            {\n                Directory.Delete(path, true);\n            }\n        }\n        public static void Clean()\n        {\n            if (Directory.Exists(tempPath))\n                DeleteDirectory(tempPath);\n        }\n        [STAThread]\n        public static void Loadiine(string gameName, string gameConsole)\n        {\n            if (gameName == null || gameName == string.Empty) gameName = \"NoName\";\n            gameName = gameName.Replace(\"|\", \" \");\n            Regex reg = new Regex(\"[^a-zA-Z0-9 é -]\");\n            //string outputPath = Path.Combine(JsonSettingsManager.Settings.InjectionPath, gameName);\n            string outputPath = Path.Combine(JsonSettingsManager.Settings.OutPath, $\"[LOADIINE][{gameConsole}] {reg.Replace(gameName,\"\")} [{mvvm.prodcode}]\");\n            mvvm.foldername = $\"[LOADIINE][{gameConsole}] {reg.Replace(gameName, \"\")} [{mvvm.prodcode}]\";\n            int i = 0;\n            while (Directory.Exists(outputPath))\n            {\n                outputPath = Path.Combine(JsonSettingsManager.Settings.OutPath, $\"[LOADIINE][{gameConsole}] {reg.Replace(gameName, \"\")} [{mvvm.prodcode}]_{i}\");\n                mvvm.foldername = $\"[LOADIINE][{gameConsole}] {reg.Replace(gameName, \"\")} [{mvvm.prodcode}]_{i}\";\n                i++;\n            }\n            \n            DirectoryCopy(baseRomPath,outputPath, true);\n\n            Custom_Message cm = new Custom_Message(\"Injection Complete\", $\"To Open the Location of the Inject press Open Folder.\\nIf you want the inject to be put on your SD now, press Copy to SD.\", JsonSettingsManager.Settings.OutPath);\n            try\n            {\n                cm.Owner = mvvm.mw;\n            }catch(Exception )\n            {\n\n            }\n            cm.ShowDialog();\n            Clean();\n        }\n        [STAThread]\n        public static void Packing(string gameName, string gameConsole, MainViewModel mvm)\n        {\n            mvm.msg = \"Checking Tools...\";\n            mvm.InjcttoolCheck();\n            mvm.Progress = 20;\n            mvm.msg = \"Creating Outputfolder...\";\n            Regex reg = new Regex(\"[^a-zA-Z0-9 -]\");\n            if (gameName == null || gameName == string.Empty) gameName = \"NoName\";\n           \n            //string outputPath = Path.Combine(JsonSettingsManager.Settings.InjectionPath, gameName);\n            string outputPath = Path.Combine(JsonSettingsManager.Settings.OutPath, $\"[WUP][{gameConsole}] {reg.Replace(gameName,\"\").Replace(\"|\", \" \")}\");\n            outputPath = outputPath.Replace(\"|\", \" \");\n            mvvm.foldername = $\"[WUP][{gameConsole}] {reg.Replace(gameName, \"\").Replace(\"|\",\" \")}\";\n            int i = 0;\n            while (Directory.Exists(outputPath))\n            {\n                outputPath = Path.Combine(JsonSettingsManager.Settings.OutPath, $\"[WUP][{gameConsole}] {reg.Replace(gameName,\"\").Replace(\"|\", \" \")}_{i}\");\n                mvvm.foldername = $\"[WUP][{gameConsole}] {reg.Replace(gameName, \"\").Replace(\"|\", \" \")}_{i}\";\n                i++;\n            }\n            var oldpath = Directory.GetCurrentDirectory();\n            mvm.Progress = 40;\n            mvm.msg = \"Packing...\";\n            try\n            {\n                Directory.Delete(Environment.GetEnvironmentVariable(\"LocalAppData\") + @\"\\temp\\.net\\CNUSPACKER\", true);\n            }\n            catch { }\n            try\n            {\n                var cmdLine = $\"-in \\\"{baseRomPath}\\\" -out \\\"{outputPath}\\\" -encryptKeyWith {JsonSettingsManager.Settings.Ckey}\";\n                var regex = new Regex(@\"(\\\"\".+?\\\"\")|(\\S+)\", RegexOptions.Compiled);\n                var args = new List<string>();\n\n                foreach (Match match in regex.Matches(cmdLine))\n                    args.Add(match.Value.Trim('\\\"'));\n\n                CNUSPACKER.Program.Main(args.ToArray());\n\n                Directory.SetCurrentDirectory(oldpath);\n            } catch(Exception ex )\n            {\n                Logger.Log(ex.Message);\n                throw ex;\n            }\n            mvm.Progress = 90;\n            mvm.msg = \"Cleaning...\";\n            Clean();\n            mvm.Progress = 100;\n            \n            mvm.msg = \"\";\n        }\n        \n        public static void Download(MainViewModel mvm)\n        {\n            var curdir = Directory.GetCurrentDirectory();\n            mvm.InjcttoolCheck();\n            GameBases b = mvm.getBasefromName(mvm.SelectedBaseAsString);\n\n            //GetKeyOfBase\n            TKeys key = mvm.getTkey(b);\n            if (mvm.GameConfiguration.Console == GameConsoles.WII || mvm.GameConfiguration.Console == GameConsoles.GCN)\n            {\n                if (Directory.Exists(tempPath)) \n                    Directory.Delete(tempPath, true);\n\n                Directory.CreateDirectory(tempPath);\n\n                // Call the download method with progress reporting\n                var downloader = new Downloader(null, null);\n                downloader.DownloadAsync(new TitleData(b.Tid, key.Tkey), Path.Combine(tempPath, \"download\")).GetAwaiter().GetResult();\n\n                CSharpDecrypt.CSharpDecrypt.Decrypt(new string[] { JsonSettingsManager.Settings.Ckey, Path.Combine(tempPath, \"download\", b.Tid), Path.Combine(JsonSettingsManager.Settings.BasePath, $\"{b.Name.Replace(\":\", \"\")} [{b.Region}]\") });\n                mvm.Progress = 99;\n                foreach (string sFile in Directory.GetFiles(Path.Combine(JsonSettingsManager.Settings.BasePath, $\"{b.Name.Replace(\":\", \"\")} [{b.Region}]\", \"content\"), \"*.nfs\"))\n                    File.Delete(sFile);\n\n                mvm.Progress = 100;\n            }\n            else\n            {\n                if (Directory.Exists(tempPath))\n                    Directory.Delete(tempPath, true);\n\n                Directory.CreateDirectory(tempPath);\n\n                // Call the download method with progress reporting\n                var downloader = new Downloader(null, null);\n                downloader.DownloadAsync(new TitleData(b.Tid, key.Tkey), Path.Combine(tempPath, \"download\")).GetAwaiter().GetResult();\n\n                mvm.Progress = 75;\n                CSharpDecrypt.CSharpDecrypt.Decrypt(new string[] { JsonSettingsManager.Settings.Ckey, Path.Combine(tempPath, \"download\", b.Tid), Path.Combine(JsonSettingsManager.Settings.BasePath, $\"{b.Name.Replace(\":\", \"\")} [{b.Region}]\") });\n                mvm.Progress = 100;\n            }\n            Directory.SetCurrentDirectory(curdir);\n        }\n\n        public static string ExtractBase(string path, GameConsoles console)\n        {\n            if(!Directory.Exists(Path.Combine(JsonSettingsManager.Settings.BasePath, \"CustomBases\")))\n                Directory.CreateDirectory(Path.Combine(JsonSettingsManager.Settings.BasePath, \"CustomBases\"));\n\n            string outputPath = Path.Combine(JsonSettingsManager.Settings.BasePath, \"CustomBases\", $\"[{console}] Custom\");\n            int i = 0;\n            while (Directory.Exists(outputPath))\n            {\n                outputPath = Path.Combine(JsonSettingsManager.Settings.BasePath, $\"[{console}] Custom_{i}\");\n                i++;\n            }\n            CSharpDecrypt.CSharpDecrypt.Decrypt(new string[] { JsonSettingsManager.Settings.Ckey, path, outputPath });\n            return outputPath;\n        }\n        // This function changes TitleID, ProductCode and GameName in app.xml (ID) and meta.xml (ID, ProductCode, Name)\n        private static void EditXML(string gameNameOr, int index, string code)\n        {\n            string gameName = string.Empty;\n            if(gameNameOr != null || !string.IsNullOrWhiteSpace(gameNameOr))\n            {\n                gameName = gameNameOr;\n                if (gameName.Contains('|'))\n                {\n                    var split = gameName.Split('|');\n                    gameName = split[0] + \",\" + split[1];\n                }\n            }\n\n            string metaXml = Path.Combine(baseRomPath, \"meta\", \"meta.xml\");\n            string appXml = Path.Combine(baseRomPath, \"code\", \"app.xml\");\n            Random random = new Random();\n            string ID = $\"{random.Next(0x3000, 0x10000):X4}{random.Next(0x3000, 0x10000):X4}\";\n\n            string ID2 = $\"{random.Next(0x3000, 0x10000):X4}\";\n            mvvm.prodcode = ID2;\n            XmlDocument doc = new XmlDocument();\n            try\n            {\n                doc.Load(metaXml);\n                if (gameName != null && gameName != string.Empty)\n                {\n                    doc.SelectSingleNode(\"menu/longname_ja\").InnerText = gameName.Replace(\",\", \"\\n\" );\n                    doc.SelectSingleNode(\"menu/longname_en\").InnerText = gameName.Replace(\",\", \"\\n\");\n                    doc.SelectSingleNode(\"menu/longname_fr\").InnerText = gameName.Replace(\",\", \"\\n\");\n                    doc.SelectSingleNode(\"menu/longname_de\").InnerText = gameName.Replace(\",\", \"\\n\");\n                    doc.SelectSingleNode(\"menu/longname_it\").InnerText = gameName.Replace(\",\", \"\\n\");\n                    doc.SelectSingleNode(\"menu/longname_es\").InnerText = gameName.Replace(\",\", \"\\n\");\n                    doc.SelectSingleNode(\"menu/longname_zhs\").InnerText = gameName.Replace(\",\", \"\\n\");\n                    doc.SelectSingleNode(\"menu/longname_ko\").InnerText = gameName.Replace(\",\", \"\\n\");\n                    doc.SelectSingleNode(\"menu/longname_nl\").InnerText = gameName.Replace(\",\", \"\\n\");\n                    doc.SelectSingleNode(\"menu/longname_pt\").InnerText = gameName.Replace(\",\", \"\\n\");\n                    doc.SelectSingleNode(\"menu/longname_ru\").InnerText = gameName.Replace(\",\", \"\\n\");\n                    doc.SelectSingleNode(\"menu/longname_zht\").InnerText = gameName.Replace(\",\", \"\\n\");\n                }\n\n                /* if(code != null)\n                {\n                    doc.SelectSingleNode(\"menu/product_code\").InnerText = $\"WUP-N-{code}\";\n                }\n                else\n                {*/\n                    doc.SelectSingleNode(\"menu/product_code\").InnerText = $\"WUP-N-{ID2}\";\n                //}\n                if (index > 0)\n                {\n                    doc.SelectSingleNode(\"menu/drc_use\").InnerText = \"65537\";\n                }\n                doc.SelectSingleNode(\"menu/title_id\").InnerText = $\"00050002{ID}\";\n                doc.SelectSingleNode(\"menu/group_id\").InnerText = $\"0000{ID2}\";\n                if (gameName != null && gameName != string.Empty)\n                {\n                    doc.SelectSingleNode(\"menu/shortname_ja\").InnerText = gameName.Split(',')[0];\n                    doc.SelectSingleNode(\"menu/shortname_fr\").InnerText = gameName.Split(',')[0];\n                    doc.SelectSingleNode(\"menu/shortname_de\").InnerText = gameName.Split(',')[0];\n                    doc.SelectSingleNode(\"menu/shortname_en\").InnerText = gameName.Split(',')[0];\n                    doc.SelectSingleNode(\"menu/shortname_it\").InnerText = gameName.Split(',')[0];\n                    doc.SelectSingleNode(\"menu/shortname_es\").InnerText = gameName.Split(',')[0];\n                    doc.SelectSingleNode(\"menu/shortname_zhs\").InnerText = gameName.Split(',')[0];\n                    doc.SelectSingleNode(\"menu/shortname_ko\").InnerText = gameName.Split(',')[0];\n                    doc.SelectSingleNode(\"menu/shortname_nl\").InnerText = gameName.Split(',')[0];\n                    doc.SelectSingleNode(\"menu/shortname_pt\").InnerText = gameName.Split(',')[0];\n                    doc.SelectSingleNode(\"menu/shortname_ru\").InnerText = gameName.Split(',')[0];\n                    doc.SelectSingleNode(\"menu/shortname_zht\").InnerText = gameName.Split(',')[0];\n                }\n\n                doc.Save(metaXml);\n            }\n            catch (NullReferenceException)\n            {\n                   \n            }\n\n            try\n            {\n                doc.Load(appXml);\n                doc.SelectSingleNode(\"app/title_id\").InnerText = $\"00050002{ID}\";\n            //doc.SelectSingleNode(\"app/title_id\").InnerText = $\"0005000247414645\";\n                \n                doc.SelectSingleNode(\"app/group_id\").InnerText = $\"0000{ID2}\";\n                doc.Save(appXml);\n            }\n            catch (NullReferenceException)\n            {\n                  \n            }\n        }\n\n        //This function copies the custom or normal Base to the working directory\n        private static void CopyBase(string baserom, string customPath)\n        {\n            if (Directory.Exists(baseRomPath)) // sanity check\n                Directory.Delete(baseRomPath, true);\n\n            if (baserom == \"Custom\")\n                DirectoryCopy(customPath, baseRomPath, true);\n            else\n                DirectoryCopy(Path.Combine(JsonSettingsManager.Settings.BasePath, baserom), baseRomPath, true);\n        }\n\n        private static void TG16(string injectRomPath)\n        {\n            //checking if folder\n            if (Directory.Exists(injectRomPath))\n            {\n                DirectoryCopy(injectRomPath, \"test\", true);\n                //TurboGrafCD\n                using (Process TurboInject = new Process())\n                {\n                    mvvm.msg = \"Creating TurboCD Pkg...\";\n                    TurboInject.StartInfo.UseShellExecute = false;\n                    TurboInject.StartInfo.CreateNoWindow = true;\n                    TurboInject.StartInfo.FileName = Path.Combine(toolsPath, \"BuildTurboCDPcePkg.exe\");\n                    TurboInject.StartInfo.Arguments = $\"test\";\n                    TurboInject.Start();\n                    TurboInject.WaitForExit();\n                    mvvm.Progress = 70;\n                }\n                Directory.Delete(\"test\", true);\n            }\n            else\n            {\n                //creating pkg file including the TG16 rom\n                using Process TurboInject = new Process();\n                mvvm.msg = \"Creating Turbo16 Pkg...\";\n                TurboInject.StartInfo.UseShellExecute = false;\n                TurboInject.StartInfo.CreateNoWindow = true;\n                TurboInject.StartInfo.FileName = Path.Combine(toolsPath, \"BuildPcePkg.exe\");\n                TurboInject.StartInfo.Arguments = $\"\\\"{injectRomPath}\\\"\";\n                TurboInject.Start();\n                TurboInject.WaitForExit();\n                mvvm.Progress = 70;\n            }\n            mvvm.msg = \"Injecting ROM...\";\n            //replacing tg16 rom\n            File.Delete(Path.Combine(baseRomPath, \"content\", \"pceemu\", \"pce.pkg\"));\n            File.Copy(\"pce.pkg\", Path.Combine(baseRomPath, \"content\", \"pceemu\", \"pce.pkg\"));\n            File.Delete(\"pce.pkg\");\n            mvvm.Progress = 80;\n        }\n\n        private static void NESSNES(string injectRomPath)\n        {\n            string rpxFile = Directory.GetFiles(Path.Combine(baseRomPath, \"code\"), \"*.rpx\")[0]; //To get the RPX path where the NES/SNES rom needs to be Injected in\n            mvvm.msg = \"Decompressing RPX...\";\n            RPXCompOrDecomp(rpxFile, false); //Decompresses the RPX to be able to write the game into it\n            mvvm.Progress = 20;\n            if (mvvm.pixelperfect)\n            {\n                using Process retroinject = new Process();\n                mvvm.msg = \"Applying Pixel Perfect Patches...\";\n                retroinject.StartInfo.UseShellExecute = false;\n                retroinject.StartInfo.CreateNoWindow = true;\n                retroinject.StartInfo.RedirectStandardOutput = true;\n                retroinject.StartInfo.RedirectStandardError = true;\n                retroinject.StartInfo.FileName = Path.Combine(toolsPath, \"ChangeAspectRatio.exe\");\n                retroinject.StartInfo.Arguments = $\"\\\"{rpxFile}\\\"\";\n\n                retroinject.Start();\n                retroinject.WaitForExit();\n                mvvm.Progress = 30;\n            }\n            using (Process retroinject = new Process())\n            {\n                mvvm.msg = \"Injecting ROM...\";\n                retroinject.StartInfo.UseShellExecute = false;\n                retroinject.StartInfo.CreateNoWindow = true;\n                retroinject.StartInfo.RedirectStandardOutput = true;\n                retroinject.StartInfo.RedirectStandardError = true;\n                retroinject.StartInfo.FileName = Path.Combine(toolsPath, \"retroinject.exe\");\n                retroinject.StartInfo.Arguments = $\"\\\"{rpxFile}\\\" \\\"{injectRomPath}\\\" \\\"{rpxFile}\\\"\";\n\n                retroinject.Start();\n                retroinject.WaitForExit();\n                mvvm.Progress = 70;\n                var s = retroinject.StandardOutput.ReadToEnd();\n                var e = retroinject.StandardError.ReadToEnd();\n                if (e.Contains(\"is too large\") || s.Contains(\"is too large\"))\n                {\n                    mvvm.Progress = 100;\n                    throw new Exception(\"retro\");\n                }\n\n            }\n            mvvm.msg = \"Compressing RPX...\";\n            RPXCompOrDecomp(rpxFile, true); //Compresses the RPX\n            mvvm.Progress = 80;\n        }\n\n        private static void GBA(string injectRomPath, N64Conf config)\n        {\n            bool delete = false;\n            if (!new FileInfo(injectRomPath).Extension.Contains(\"gba\"))\n            {\n                mvvm.msg = \"Injecting GB/GBC ROM into goomba...\";\n\n                // Concatenate goomba.gba and the ROM into goombamenu.gba\n                string goombaGbaPath = Path.Combine(toolsPath, \"goomba.gba\");\n                string goombaMenuPath = Path.Combine(toolsPath, \"goombamenu.gba\");\n\n                // Read both files and concatenate them\n                using (FileStream output = new FileStream(goombaMenuPath, FileMode.Create))\n                {\n                    // Copy goomba.gba into goombamenu.gba\n                    using (FileStream goombaGbaStream = new FileStream(goombaGbaPath, FileMode.Open))\n                        goombaGbaStream.CopyTo(output);\n\n                    // Append the injectRomPath (GB/GBC ROM) to goombamenu.gba\n                    using FileStream injectRomStream = new FileStream(injectRomPath, FileMode.Open);\n                    injectRomStream.CopyTo(output);\n                }\n\n                mvvm.Progress = 20;\n\n                mvvm.msg = \"Padding goomba ROM...\";\n\n                // Padding to 32MB (33554432 bytes)\n                byte[] rom = new byte[33554432];\n                FileStream fs = new FileStream(goombaMenuPath, FileMode.Open);\n                fs.Read(rom, 0, (int)fs.Length);\n                fs.Close();\n\n                // Write the padded ROM to goombaPadded.gba\n                string goombaPaddedPath = Path.Combine(toolsPath, \"goombaPadded.gba\");\n                File.WriteAllBytes(goombaPaddedPath, rom);\n\n                injectRomPath = goombaPaddedPath; // Set the injectRomPath to the padded ROM\n                delete = true;\n                mvvm.Progress = 40;\n            }\n\n            if (mvvm.PokePatch)\n            {\n                mvvm.msg = \"Applying PokePatch\";\n                File.Copy(injectRomPath, Path.Combine(tempPath, \"rom.gba\"));\n                injectRomPath = Path.Combine(tempPath, \"rom.gba\");\n                PokePatch(injectRomPath);\n                delete = true;\n                mvvm.PokePatch = false;\n                mvvm.Progress = 50;\n            }\n\n            using (Process psb = new Process())\n            {\n                mvvm.msg = \"Injecting ROM...\";\n                psb.StartInfo.UseShellExecute = false;\n                psb.StartInfo.CreateNoWindow = true;\n                psb.StartInfo.FileName = Path.Combine(toolsPath, \"psb.exe\");\n                psb.StartInfo.Arguments = $\"\\\"{Path.Combine(baseRomPath, \"content\", \"alldata.psb.m\")}\\\" \\\"{injectRomPath}\\\" \\\"{Path.Combine(baseRomPath, \"content\", \"alldata.psb.m\")}\\\"\";\n                //psb.StartInfo.RedirectStandardError = true;\n                //psb.StartInfo.RedirectStandardOutput = true;\n                psb.Start();\n\n                //var error = psb.StandardError.ReadToEndAsync();\n                //var output = psb.StandardOutput.ReadToEndAsync();\n\n                psb.WaitForExit();\n\n                //if (!string.IsNullOrEmpty(error.Result))\n                //throw new Exception(error.Result + \"\\nFile:\" + new StackFrame(0, true).GetFileName() + \"\\nLine: \" + new StackFrame(0, true).GetFileLineNumber());\n\n                mvvm.Progress = 50;\n            }\n\n            if (config.DarkFilter == false)\n            {\n                var mArchiveExePath = Path.Combine(toolsPath, \"MArchiveBatchTool.exe\");\n                var allDataPath = Path.Combine(baseRomPath, \"content\", \"alldata.psb.m\");\n\n                // Step 1: Extract all data (longer wait time)\n                RunProcess(mArchiveExePath, $\"archive extract \\\"{allDataPath}\\\" --codec zlib --seed MX8wgGEJ2+M47 --keyLength 80\", true);\n                mvvm.Progress += 5;\n\n                var lastModDirect = new DirectoryInfo(Path.Combine(baseRomPath, \"content\", \"alldata.psb.m_extracted\"))\n                    .GetDirectories()\n                    .OrderByDescending(d => d.LastWriteTimeUtc)\n                    .LastOrDefault();\n\n                var titleprofPsbM = Path.Combine(lastModDirect.FullName, \"config\", \"title_prof.psb.m\");\n\n                // Step 2: Unpack title_prof.psb.m\n                RunProcess(mArchiveExePath, $\"m unpack \\\"{titleprofPsbM}\\\" zlib MX8wgGEJ2+M47 80\", true);\n                mvvm.Progress += 5;\n\n                var titleprofPsb = Path.Combine(lastModDirect.FullName, \"config\", \"title_prof.psb\");\n\n                // Step 3: Deserialize title_prof.psb\n                RunProcess(mArchiveExePath, $\"psb deserialize \\\"{titleprofPsb}\\\"\", true);\n                mvvm.Progress += 5;\n\n                var titleprofPsbJson = Path.Combine(lastModDirect.FullName, \"config\", \"title_prof.psb.json\");\n                var titleprofPsbJson_Modified = Path.Combine(lastModDirect.FullName, \"config\", \"modified_title_prof.psb.json\");\n\n                // Step 4: Modify the JSON\n                using (StreamReader sr = File.OpenText(titleprofPsbJson))\n                {\n                    var json = sr.ReadToEnd();\n                    dynamic jsonObj = JsonConvert.DeserializeObject(json);\n                    jsonObj[\"root\"][\"m2epi\"][\"brightness\"] = 1;\n\n                    json = JsonConvert.SerializeObject(jsonObj, Newtonsoft.Json.Formatting.Indented);\n                    File.WriteAllText(titleprofPsbJson_Modified, json);\n                    sr.Close();\n                }\n                File.Delete(titleprofPsbJson);\n                File.Move(titleprofPsbJson_Modified, titleprofPsbJson);\n\n                // Step 5: Serialize the JSON back to PSB\n                RunProcess(mArchiveExePath, $\"psb serialize \\\"{titleprofPsbJson}\\\"\", true);\n                mvvm.Progress += 5;\n\n                // Step 6: Pack the modified PSB back to a file\n                RunProcess(mArchiveExePath, $\"m pack \\\"{titleprofPsb}\\\" zlib MX8wgGEJ2+M47 80\", true);\n                mvvm.Progress += 5;\n\n                File.Delete(titleprofPsbJson);\n\n                // Step 7: Rebuild the archive (longer wait time)\n                RunProcess(mArchiveExePath, $\"archive build --codec zlib --seed MX8wgGEJ2+M47 --keyLength 80 \\\"{Path.Combine(baseRomPath, \"content\", \"alldata.psb.m_extracted\")}\\\" \\\"{Path.Combine(baseRomPath, \"content\", \"alldata\")}\\\"\", true);\n                mvvm.Progress += 15;\n\n                // Clean up extracted data\n                Directory.Delete(Path.Combine(baseRomPath, \"content\", \"alldata.psb.m_extracted\"), true);\n                File.Delete(Path.Combine(baseRomPath, \"content\", \"alldata.psb\"));\n            }\n\n            if (delete)\n            {\n                File.Delete(injectRomPath);\n                if (File.Exists(Path.Combine(toolsPath, \"goombamenu.gba\"))) File.Delete(Path.Combine(toolsPath, \"goombamenu.gba\"));\n            }\n        }\n\n        // Stupid me complaining, function to create and run the process\n        private static void RunProcess(string fileName, string arguments, bool indefiniteWait = false, int waitTime = 3000)\n        {\n            using var process = new Process();\n            var startInfo = new ProcessStartInfo\n            {\n                UseShellExecute = false,\n                CreateNoWindow = true,\n                Arguments = arguments,\n                FileName = fileName\n            };\n\n            process.StartInfo = startInfo;\n            process.Start();\n\n            if (indefiniteWait)\n                process.WaitForExit();\n            else\n                process.WaitForExit(waitTime);\n        }\n\n        private static void NDS(string injectRomPath)\n        {\n            try\n            {\n                string romName = GetRomNameFromZip();\n                mvvm.msg = \"Removing BaseRom...\";\n                ReplaceRomWithInjected(romName, injectRomPath);\n\n                if (mvvm.DSLayout) \n                {\n                    mvvm.msg = \"Adding additional DS layout screens...\";\n\n                    using (var zip = ZipFile.Open(Path.Combine(toolsPath, \"DSLayoutScreens.zip\"), ZipArchiveMode.Read))\n                        zip.ExtractToDirectory(Path.Combine(tempPath, \"DSLayoutScreens\"));\n\n                    // Yes this is a typo but it's becuase I fucked up when I uploaded the original file.\n                    DirectoryCopy(Path.Combine(tempPath, \"DSLayoutScreens\", (mvvm.STLayout ? \"Phatnom Hourglass\" : \"All\")), baseRomPath, true);\n                }\n                if (mvvm.RendererScale || mvvm.Brightness != 80 || mvvm.PixelArtUpscaler != 0)\n                {\n                    mvvm.msg = \"Updating configuration_cafe.json...\";\n                    UpdateConfigurationCafeJson();\n                }\n\n                RecompressRom(romName);\n                mvvm.Progress = 80;\n            }\n            catch (Exception ex)\n            {\n                // Log the error\n                Console.WriteLine($\"An error occurred in NDS method: {ex.Message}\");\n                throw;\n            }\n        }\n\n        private static void UpdateConfigurationCafeJson()\n        {\n            var configurationCafe = Path.Combine(baseRomPath, \"content\", \"0010\", \"configuration_cafe.json\");\n\n            // Load the JSON file\n            string jsonContent = File.ReadAllText(configurationCafe);\n\n            // Parse the JSON content\n            var jsonObject = JObject.Parse(jsonContent);\n\n            // Update the values\n            jsonObject[\"configuration\"][\"3DRendering\"][\"RenderScale\"] = (mvvm.RendererScale ? 0 : 1);\n            jsonObject[\"configuration\"][\"Display\"][\"Brightness\"] = mvvm.Brightness;\n            jsonObject[\"configuration\"][\"Display\"][\"PixelArtUpscaler\"] = mvvm.PixelArtUpscaler;\n\n            // Write the updated JSON back to the file\n            File.WriteAllText(configurationCafe, jsonObject.ToString());\n        }\n\n        private static string GetRomNameFromZip()\n        {\n            mvvm.msg = \"Getting BaseRom Name...\";\n            string zipLocation = Path.Combine(baseRomPath, \"content\", \"0010\", \"rom.zip\");\n            string romName = string.Empty;\n\n            using (var zip = ZipFile.Open(zipLocation, ZipArchiveMode.Read))\n            {\n                var entry = zip.Entries.FirstOrDefault(file => file.Name.Contains(\"WUP\"));\n                if (entry != null)\n                    romName = entry.Name;\n            }\n            mvvm.Progress = 15;\n\n            if (string.IsNullOrEmpty(romName))\n                throw new InvalidOperationException(\"ROM name not found in the zip archive.\");\n\n            return romName;\n        }\n\n        private static void ReplaceRomWithInjected(string romName, string injectRomPath)\n        {\n            string romPath = Path.Combine(Directory.GetCurrentDirectory(), romName);\n\n            if (File.Exists(romPath))\n                File.Delete(romPath);\n\n            string zipLocation = Path.Combine(baseRomPath, \"content\", \"0010\", \"rom.zip\");\n\n            if (File.Exists(zipLocation))\n                File.Delete(zipLocation);\n\n            File.Copy(injectRomPath, romPath);\n        }\n\n        private static void RecompressRom(string romName)\n        {\n            string zipLocation = Path.Combine(baseRomPath, \"content\", \"0010\", \"rom.zip\");\n            string romPath = Path.Combine(Directory.GetCurrentDirectory(), romName);\n\n            using (var stream = new FileStream(zipLocation, FileMode.Create))\n                using (var archive = new ZipArchive(stream, ZipArchiveMode.Create))\n                    archive.CreateEntryFromFile(romPath, Path.GetFileName(romPath));\n\n            File.Delete(romPath);\n        }\n\n\n        private static void N64(string injectRomPath, N64Conf config)\n        {\n            try\n            {\n                InjectRom(injectRomPath);\n                if (config.WideScreen || config.DarkFilter)\n                    ApplyCustomSettings(config);\n\n                ApplyIniSettings(config);\n                mvvm.Progress = 80;\n            }\n            catch (Exception ex)\n            {\n                // Log the error\n                Console.WriteLine($\"An error occurred in N64 method: {ex.Message}\");\n                throw;\n            }\n        }\n\n        private static void InjectRom(string injectRomPath)\n        {\n            string mainRomPath = Directory.GetFiles(Path.Combine(baseRomPath, \"content\", \"rom\"))[0];\n\n            using Process n64convert = new Process();\n            mvvm.msg = \"Injecting ROM...\";\n            n64convert.StartInfo.UseShellExecute = false;\n            n64convert.StartInfo.CreateNoWindow = true;\n            n64convert.StartInfo.FileName = Path.Combine(toolsPath, \"N64Converter.exe\");\n            n64convert.StartInfo.Arguments = $\"\\\"{injectRomPath}\\\" \\\"{mainRomPath}\\\"\";\n            n64convert.Start();\n            n64convert.WaitForExit();\n            mvvm.Progress = 60;\n        }\n\n        private static void ApplyCustomSettings(N64Conf config)\n        {\n            string frameLayoutPath = Path.Combine(baseRomPath, \"content\", \"FrameLayout.arc\");\n\n            using (var fileStream = File.Open(frameLayoutPath, FileMode.Open))\n            {\n                // I would love to modularize this code, but idfk how it works exactly\n                uint offset = 0;\n                uint size = 0;\n                byte[] offsetB = new byte[4];\n                byte[] sizeB = new byte[4];\n                byte[] nameB = new byte[0x18];\n                var header = new byte[4];\n\n                byte[] oneOut = BitConverter.GetBytes((float)1);\n                byte[] zeroOut = BitConverter.GetBytes((float)0);\n\n                byte darkFilter = (byte)(config.DarkFilter ? 0 : 1);\n                byte[] wideScreen = config.WideScreen ? new byte[] { 0x44, 0xF0, 0, 0 } : new byte[] { 0x44, 0xB4, 0, 0 };\n\n                fileStream.Read(header, 0, 4);\n\n                if (header.SequenceEqual(new byte[] { (byte)'S', (byte)'A', (byte)'R', (byte)'C' }))\n                {\n                    fileStream.Position = 0x0C;\n                    fileStream.Read(offsetB, 0, 4);\n                    offset = BitConverter.ToUInt32(offsetB.Reverse().ToArray(), 0);\n\n                    fileStream.Position = 0x38;\n                    fileStream.Read(offsetB, 0, 4);\n                    offset += BitConverter.ToUInt32(offsetB.Reverse().ToArray(), 0);\n\n                    fileStream.Position = offset;\n                    fileStream.Read(header, 0, 4);\n\n                    if (header.SequenceEqual(new byte[] { (byte)'F', (byte)'L', (byte)'Y', (byte)'T' }))\n                    {\n                        fileStream.Position = offset + 0x04;\n                        fileStream.Read(offsetB, 0, 4);\n\n                        offset += BitConverter.ToUInt32(offsetB.Skip(2).Reverse().ToArray(), 0);\n\n                        fileStream.Position = offset;\n\n                        while (offset < fileStream.Length)\n                        {\n                            fileStream.Read(header, 0, 4);\n                            fileStream.Read(sizeB, 0, 4);\n                            size = BitConverter.ToUInt32(sizeB.Reverse().ToArray(), 0);\n\n                            fileStream.Read(nameB, 0, 0x18);\n                            string name = Encoding.ASCII.GetString(nameB.TakeWhile(b => b != 0).ToArray());\n\n                            if (name == \"frame\")\n                                WriteFrameData(fileStream, offset, zeroOut, oneOut, wideScreen);\n                            else if (name == \"frame_mask\")\n                                WriteDarkFilterData(fileStream, offset, darkFilter);\n                            else if (name == \"power_save_bg\")\n                                break; // End the loop as the required modifications are done\n\n                            offset += size;\n                            fileStream.Position = offset;\n                        }\n                    }\n                }\n            }\n            mvvm.Progress = 70;\n        }\n\n        private static void WriteFrameData(FileStream fileStream, uint offset, byte[] zeroOut, byte[] oneOut, byte[] wideScreen)\n        {\n            fileStream.Position = offset + 0x2C;\n            fileStream.Write(zeroOut, 0, zeroOut.Length);\n\n            fileStream.Position = offset + 0x30; // TranslationX\n            fileStream.Write(zeroOut, 0, zeroOut.Length);\n\n            fileStream.Position = offset + 0x44; // ScaleX\n            fileStream.Write(oneOut, 0, oneOut.Length);\n\n            fileStream.Position = offset + 0x48; // ScaleY\n            fileStream.Write(oneOut, 0, oneOut.Length);\n\n            fileStream.Position = offset + 0x4C; // Widescreen\n            fileStream.Write(wideScreen, 0, wideScreen.Length);\n        }\n\n        private static void WriteDarkFilterData(FileStream fileStream, uint offset, byte darkFilter)\n        {\n            fileStream.Position = offset + 0x08; // Dark filter\n            fileStream.WriteByte(darkFilter);\n        }\n\n        private static void ApplyIniSettings(N64Conf config)\n        {\n            mvvm.msg = \"Copying INI...\";\n            string mainRomPath = Directory.GetFiles(Path.Combine(baseRomPath, \"content\", \"rom\"))[0];\n            string mainIni = Path.Combine(baseRomPath, \"content\", \"config\", $\"{Path.GetFileName(mainRomPath)}.ini\");\n\n            if (config.INIBin == null)\n            {\n                if (config.INIPath == null)\n                {\n                    File.Delete(mainIni);\n                    File.Copy(Path.Combine(toolsPath, \"blank.ini\"), mainIni);\n                }\n                else\n                {\n                    File.Delete(mainIni);\n                    File.Copy(config.INIPath, mainIni);\n                }\n            }\n            else\n            {\n                ReadFileFromBin(config.INIBin, \"custom.ini\");\n                File.Delete(mainIni);\n                File.Move(\"custom.ini\", mainIni);\n            }\n        }\n\n        private static void RPXCompOrDecomp(string rpxpath, bool comp)\n        {\n            var prefix = comp ? \"-c\" : \"-d\";\n            using Process rpxtool = new Process();\n            rpxtool.StartInfo.UseShellExecute = false;\n            rpxtool.StartInfo.CreateNoWindow = true;\n            rpxtool.StartInfo.FileName = Path.Combine(toolsPath, \"wiiurpxtool.exe\");\n            rpxtool.StartInfo.Arguments = $\"{prefix} \\\"{rpxpath}\\\"\";\n\n            rpxtool.Start();\n            rpxtool.WaitForExit();\n        }\n\n        private static void ReadFileFromBin(byte[] bin, string output)\n        {\n            File.WriteAllBytes(output, bin);\n        }\n        private static void Images(GameConfig config)\n        {\n            bool usetemp = false;\n            bool readbin = false;\n            try\n            {\n                //is an image embedded? yes => export them and check for issues\n                //no => using path\n                if (Directory.Exists(imgPath)) // sanity check\n                    Directory.Delete(imgPath, true);\n\n                Directory.CreateDirectory(imgPath);\n                //ICON\n                List<bool> Images = new List<bool>();\n                if (config.TGAIco.ImgBin == null)\n                {\n                    //use path\n                    if (config.TGAIco.ImgPath != null)\n                    {\n                        Images.Add(true);\n                        CopyAndConvertImage(config.TGAIco.ImgPath, Path.Combine(imgPath), false, 128, 128, 32, \"iconTex.tga\");\n                    }\n                    else\n                    {\n                        if (File.Exists(Path.Combine(toolsPath, \"iconTex.tga\")))\n                        {\n                            CopyAndConvertImage(Path.Combine(toolsPath, \"iconTex.tga\"), Path.Combine(imgPath), false, 128, 128, 32, \"iconTex.tga\");\n                            Images.Add(true);\n                        }\n                        else\n                            Images.Add(false);\n\n                    }\n                }\n                else\n                {\n                    ReadFileFromBin(config.TGAIco.ImgBin, $\"iconTex.{config.TGAIco.extension}\");\n                    CopyAndConvertImage($\"iconTex.{config.TGAIco.extension}\", Path.Combine(imgPath), true, 128, 128, 32, \"iconTex.tga\");\n                    Images.Add(true);\n                }\n                if (config.TGATv.ImgBin == null)\n                {\n                    //use path\n                    if (config.TGATv.ImgPath != null)\n                    {\n                        Images.Add(true);\n                        CopyAndConvertImage(config.TGATv.ImgPath, Path.Combine(imgPath), false, 1280, 720, 24, \"bootTvTex.tga\");\n                        config.TGATv.ImgPath = Path.Combine(imgPath, \"bootTvTex.tga\");\n                    }\n                    else\n                    {\n                        if (File.Exists(Path.Combine(toolsPath, \"bootTvTex.png\")))\n                        {\n                            CopyAndConvertImage(Path.Combine(toolsPath, \"bootTvTex.png\"), Path.Combine(imgPath), false, 1280, 720, 24, \"bootTvTex.tga\");\n                            usetemp = true;\n                            Images.Add(true);\n\n                        }\n                        else\n                        {\n                            Images.Add(false);\n                        }\n                    }\n                }\n                else\n                {\n                    ReadFileFromBin(config.TGATv.ImgBin, $\"bootTvTex.{config.TGATv.extension}\");\n                    CopyAndConvertImage($\"bootTvTex.{config.TGATv.extension}\", Path.Combine(imgPath), true, 1280, 720, 24, \"bootTvTex.tga\");\n                    config.TGATv.ImgPath = Path.Combine(imgPath, \"bootTvTex.tga\");\n                    Images.Add(true);\n                    readbin = true;\n                }\n\n                //Drc\n                if (config.TGADrc.ImgBin == null)\n                {\n                    //use path\n                    if (config.TGADrc.ImgPath != null)\n                    {\n                        Images.Add(true);\n                        CopyAndConvertImage(config.TGADrc.ImgPath, Path.Combine(imgPath), false, 854, 480, 24, \"bootDrcTex.tga\");\n                    }\n                    else\n                    {\n                        if (Images[1])\n                        {\n                            using Process conv = new Process();\n\n                            if (!mvvm.debug)\n                            {\n                                conv.StartInfo.UseShellExecute = false;\n                                conv.StartInfo.CreateNoWindow = true;\n                            }\n                            if (usetemp)\n                                File.Copy(Path.Combine(toolsPath, \"bootTvTex.png\"), Path.Combine(tempPath, \"bootDrcTex.png\"));\n                            else\n                            {\n                                conv.StartInfo.FileName = Path.Combine(toolsPath, \"tga2png.exe\");\n                                if (!readbin)\n                                    conv.StartInfo.Arguments = $\"-i \\\"{config.TGATv.ImgPath}\\\" -o \\\"{Path.Combine(tempPath)}\\\"\";\n                                else\n                                {\n                                    if (config.TGATv.extension.Contains(\"tga\"))\n                                    {\n                                        ReadFileFromBin(config.TGATv.ImgBin, $\"bootTvTex.{config.TGATv.extension}\");\n                                        conv.StartInfo.Arguments = $\"-i \\\"bootTvTex.{config.TGATv.extension}\\\" -o \\\"{Path.Combine(tempPath)}\\\"\";\n                                    }\n                                    else\n                                        ReadFileFromBin(config.TGATv.ImgBin, Path.Combine(tempPath, \"bootTvTex.png\"));\n                                }\n\n                                if (!readbin || config.TGATv.extension.Contains(\"tga\"))\n                                {\n                                    conv.Start();\n                                    conv.WaitForExit();\n                                }\n\n                                File.Copy(Path.Combine(tempPath, \"bootTvTex.png\"), Path.Combine(tempPath, \"bootDrcTex.png\"));\n\n                                if (File.Exists(Path.Combine(tempPath, \"bootTvTex.png\")))\n                                    File.Delete(Path.Combine(tempPath, \"bootTvTex.png\"));\n\n                                if (File.Exists($\"bootTvTex.{config.TGATv.extension}\"))\n                                    File.Delete($\"bootTvTex.{config.TGATv.extension}\");\n                            }\n\n                            CopyAndConvertImage(Path.Combine(tempPath, \"bootDrcTex.png\"), Path.Combine(imgPath), false, 854, 480, 24, \"bootDrcTex.tga\");\n                            Images.Add(true);\n                        }\n                        else\n                            Images.Add(false);\n                    }\n                }\n                else\n                {\n                    ReadFileFromBin(config.TGADrc.ImgBin, $\"bootDrcTex.{config.TGADrc.extension}\");\n                    CopyAndConvertImage($\"bootDrcTex.{config.TGADrc.extension}\", Path.Combine(imgPath), true, 854, 480, 24, \"bootDrcTex.tga\");\n                    Images.Add(true);\n                }\n\n                //tv\n\n\n\n                //logo\n                if (config.TGALog.ImgBin == null)\n                    //use path\n                    if (config.TGALog.ImgPath != null)\n                    {\n                        Images.Add(true);\n                        CopyAndConvertImage(config.TGALog.ImgPath, Path.Combine(imgPath), false, 170, 42, 32, \"bootLogoTex.tga\");\n                    }\n                    else\n                        Images.Add(false);\n                else\n                {\n                    ReadFileFromBin(config.TGALog.ImgBin, $\"bootLogoTex.{config.TGALog.extension}\");\n                    CopyAndConvertImage($\"bootLogoTex.{config.TGALog.extension}\", Path.Combine(imgPath), true, 170, 42, 32, \"bootLogoTex.tga\");\n                    Images.Add(true);\n                }\n\n                //Fixing Images + Injecting them\n                if (Images[0] || Images[1] || Images[2] || Images[3])\n                {\n                    using (Process checkIfIssue = new Process())\n                    {\n                        checkIfIssue.StartInfo.UseShellExecute = false;\n                        checkIfIssue.StartInfo.CreateNoWindow = false;\n                        checkIfIssue.StartInfo.RedirectStandardOutput = true;\n                        checkIfIssue.StartInfo.RedirectStandardError = true;\n                        checkIfIssue.StartInfo.FileName = $\"{Path.Combine(toolsPath, \"tga_verify.exe\")}\";\n                        Console.WriteLine(Directory.GetCurrentDirectory());\n                        checkIfIssue.StartInfo.Arguments = $\"\\\"{imgPath}\\\"\";\n                        checkIfIssue.Start();\n                        checkIfIssue.WaitForExit();\n                        var s = checkIfIssue.StandardOutput.ReadToEnd();\n\n                        if (s.Contains(\"width\") || s.Contains(\"height\") || s.Contains(\"depth\"))\n                            throw new Exception(\"Size\");\n\n                        var e = checkIfIssue.StandardError.ReadToEnd();\n\n                        if (e.Contains(\"width\") || e.Contains(\"height\") || e.Contains(\"depth\"))\n                            throw new Exception(\"Size\");\n\n                        if (e.Contains(\"TRUEVISION\") || s.Contains(\"TRUEVISION\"))\n                        {\n                            checkIfIssue.StartInfo.UseShellExecute = false;\n                            checkIfIssue.StartInfo.CreateNoWindow = false;\n                            checkIfIssue.StartInfo.RedirectStandardOutput = true;\n                            checkIfIssue.StartInfo.RedirectStandardError = true;\n                            checkIfIssue.StartInfo.FileName = $\"{Path.Combine(toolsPath, \"tga_verify.exe\")}\";\n                            Console.WriteLine(Directory.GetCurrentDirectory());\n                            checkIfIssue.StartInfo.Arguments = $\"--fixup \\\"{imgPath}\\\"\";\n                            checkIfIssue.Start();\n                            checkIfIssue.WaitForExit();\n                        }\n                        // Console.ReadLine();\n                    }\n\n                    if (Images[1])\n                    {\n                        File.Delete(Path.Combine(baseRomPath, \"meta\", \"bootTvTex.tga\"));\n                        File.Move(Path.Combine(imgPath, \"bootTvTex.tga\"), Path.Combine(baseRomPath, \"meta\", \"bootTvTex.tga\"));\n                    }\n                    if (Images[2])\n                    {\n                        File.Delete(Path.Combine(baseRomPath, \"meta\", \"bootDrcTex.tga\"));\n                        File.Move(Path.Combine(imgPath, \"bootDrcTex.tga\"), Path.Combine(baseRomPath, \"meta\", \"bootDrcTex.tga\"));\n                    }\n                    if (Images[0])\n                    {\n                        File.Delete(Path.Combine(baseRomPath, \"meta\", \"iconTex.tga\"));\n                        File.Move(Path.Combine(imgPath, \"iconTex.tga\"), Path.Combine(baseRomPath, \"meta\", \"iconTex.tga\"));\n                    }\n                    if (Images[3])\n                    {\n                        File.Delete(Path.Combine(baseRomPath, \"meta\", \"bootLogoTex.tga\"));\n                        File.Move(Path.Combine(imgPath, \"bootLogoTex.tga\"), Path.Combine(baseRomPath, \"meta\", \"bootLogoTex.tga\"));\n                    }\n                }\n            }\n            catch (Exception e)\n            {\n                Logger.Log(e.Message);\n\n                if (e.Message.Contains(\"Size\"))\n                    throw e;\n\n                throw new Exception(\"Images\");\n            }\n        }\n\n        private static void PrepareImageDirectory()\n        {\n            if (Directory.Exists(imgPath))\n                Directory.Delete(imgPath, true);\n\n            Directory.CreateDirectory(imgPath);\n        }\n\n        private static bool HandleImage(PNGTGA imgConfig, string fileName, string outputDir, int width, int height, int bitDepth)\n        {\n            if (imgConfig.ImgBin == null)\n            {\n                if (!string.IsNullOrEmpty(imgConfig.ImgPath))\n                {\n                    CopyAndConvertImage(imgConfig.ImgPath, outputDir, false, width, height, bitDepth, $\"{fileName}.tga\");\n                    return true;\n                }\n                else if (File.Exists(Path.Combine(toolsPath, $\"{fileName}.tga\")))\n                {\n                    CopyAndConvertImage(Path.Combine(toolsPath, $\"{fileName}.tga\"), outputDir, false, width, height, bitDepth, $\"{fileName}.tga\");\n                    return true;\n                }\n            }\n            else\n            {\n                ReadFileFromBin(imgConfig.ImgBin, $\"{fileName}.{imgConfig.extension}\");\n                CopyAndConvertImage($\"{fileName}.{imgConfig.extension}\", outputDir, true, width, height, bitDepth, $\"{fileName}.tga\");\n                return true;\n            }\n\n            // When tf would this ever return false?\n            return false;\n        }\n\n        private static bool HandleDrcImage(GameConfig config, bool hasTvImage)\n        {\n            if (config.TGADrc.ImgBin == null)\n            {\n                if (!string.IsNullOrEmpty(config.TGADrc.ImgPath))\n                {\n                    CopyAndConvertImage(config.TGADrc.ImgPath, imgPath, false, 854, 480, 24, \"bootDrcTex.tga\");\n                    return true;\n                }\n                else if (hasTvImage)\n                {\n                    ConvertTvImageToDrc(config);\n                    return true;\n                }\n            }\n            else\n            {\n                ReadFileFromBin(config.TGADrc.ImgBin, $\"bootDrcTex.{config.TGADrc.extension}\");\n                CopyAndConvertImage($\"bootDrcTex.{config.TGADrc.extension}\", imgPath, true, 854, 480, 24, \"bootDrcTex.tga\");\n                return true;\n            }\n            return false;\n        }\n\n        private static void ConvertTvImageToDrc(GameConfig config)\n        {        \n            string tempFilePath = Path.Combine(tempPath, \"bootDrcTex.png\");\n\n            if (config.TGATv.extension.Contains(\"tga\"))\n                using (var process = new Process())\n                {\n                    if (!mvvm.debug)\n                    {\n                        process.StartInfo.UseShellExecute = false;\n                        process.StartInfo.CreateNoWindow = true;\n                    }\n\n                    ReadFileFromBin(config.TGATv.ImgBin, $\"bootTvTex.{config.TGATv.extension}\");\n                    process.StartInfo.Arguments = $\"-i \\\"bootTvTex.{config.TGATv.extension}\\\" -o \\\"{tempFilePath}\\\"\";\n\n                    process.Start();\n                    process.WaitForExit();\n                }\n            else\n                ReadFileFromBin(config.TGATv.ImgBin, Path.Combine(tempPath, \"bootTvTex.png\"));\n\n            CopyAndConvertImage(tempFilePath, imgPath, false, 854, 480, 24, \"bootDrcTex.tga\");\n        }\n\n        private static void VerifyAndInjectImages(bool hasIconImage, bool hasTvImage, bool hasDrcImage, bool hasLogoImage)\n        {\n            using (Process checkIfIssue = new Process())\n            {\n                checkIfIssue.StartInfo.UseShellExecute = false;\n                checkIfIssue.StartInfo.CreateNoWindow = true;\n                checkIfIssue.StartInfo.RedirectStandardOutput = true;\n                checkIfIssue.StartInfo.RedirectStandardError = true;\n                checkIfIssue.StartInfo.FileName = $\"{Path.Combine(toolsPath, \"tga_verify.exe\")}\";\n                checkIfIssue.StartInfo.Arguments = $\"\\\"{imgPath}\\\"\";\n                checkIfIssue.Start();\n                checkIfIssue.WaitForExit();\n\n                string output = checkIfIssue.StandardOutput.ReadToEnd();\n                string error = checkIfIssue.StandardError.ReadToEnd();\n\n                if (output.Contains(\"width\") || output.Contains(\"height\") || output.Contains(\"depth\") ||\n                    error.Contains(\"width\") || error.Contains(\"height\") || error.Contains(\"depth\"))\n                {\n                    throw new Exception(\"Size\");\n                }\n\n                if (output.Contains(\"TRUEVISION\") || error.Contains(\"TRUEVISION\"))\n                {\n                    checkIfIssue.StartInfo.Arguments = $\"--fixup \\\"{imgPath}\\\"\";\n                    checkIfIssue.Start();\n                    checkIfIssue.WaitForExit();\n                }\n            }\n\n            MoveProcessedImages(hasIconImage, hasTvImage, hasDrcImage, hasLogoImage);\n        }\n\n        private static void MoveProcessedImages(bool hasIconImage, bool hasTvImage, bool hasDrcImage, bool hasLogoImage)\n        {\n            if (hasTvImage)\n            {\n                string destPath = Path.Combine(baseRomPath, \"meta\", \"bootTvTex.tga\");\n\n                if (File.Exists(destPath))\n                    File.Delete(destPath);\n\n                File.Move(Path.Combine(imgPath, \"bootTvTex.tga\"), destPath);\n            }\n\n            if (hasDrcImage)\n            {\n                string destPath = Path.Combine(baseRomPath, \"meta\", \"bootDrcTex.tga\");\n\n                if (File.Exists(destPath))\n                    File.Delete(destPath);\n\n                File.Move(Path.Combine(imgPath, \"bootDrcTex.tga\"), destPath);\n            }\n\n            if (hasIconImage)\n            {\n                string destPath = Path.Combine(baseRomPath, \"meta\", \"iconTex.tga\");\n\n                if (File.Exists(destPath))\n                    File.Delete(destPath);\n\n                File.Move(Path.Combine(imgPath, \"iconTex.tga\"), destPath);\n            }\n\n            if (hasLogoImage)\n            {\n                string destPath = Path.Combine(baseRomPath, \"meta\", \"bootLogoTex.tga\");\n\n                if (File.Exists(destPath))\n                    File.Delete(destPath);\n\n                File.Move(Path.Combine(imgPath, \"bootLogoTex.tga\"), destPath);\n            }\n        }\n\n        private static void CopyAndConvertImage(string inputPath, string outputPath, bool delete, int widht, int height, int bit, string newname)\n        {\n            if (inputPath.EndsWith(\".tga\"))\n                File.Copy(inputPath, Path.Combine(outputPath,newname));\n            else\n            {\n                using (Process png2tga = new Process())\n                {\n                    png2tga.StartInfo.UseShellExecute = false;\n                    png2tga.StartInfo.CreateNoWindow = true;\n                    var extension = new FileInfo(inputPath).Extension;\n\n                    if (extension.Contains(\"png\"))\n                        png2tga.StartInfo.FileName = Path.Combine(toolsPath, \"png2tga.exe\");\n                    else if (extension.Contains(\"jpg\") || extension.Contains(\"jpeg\"))\n                        png2tga.StartInfo.FileName = Path.Combine(toolsPath, \"jpg2tga.exe\");\n                    else if (extension.Contains(\"bmp\"))\n                        png2tga.StartInfo.FileName = Path.Combine(toolsPath, \"bmp2tga.exe\");\n                    \n                    png2tga.StartInfo.Arguments = $\"-i \\\"{inputPath}\\\" -o \\\"{outputPath}\\\" --width={widht} --height={height} --tga-bpp={bit} --tga-compression=none\";\n\n                    png2tga.Start();\n                    png2tga.WaitForExit();\n                }\n                string name = Path.GetFileNameWithoutExtension(inputPath);\n\n                if(File.Exists(Path.Combine(outputPath , name + \".tga\")))\n                    File.Move(Path.Combine(outputPath, name + \".tga\"), Path.Combine(outputPath, newname));\n            }\n            if (delete)\n                File.Delete(inputPath);\n        }\n\n        private static string RemoveHeader(string filePath)\n        {\n            // logic taken from snesROMUtil\n            using FileStream inStream = new FileStream(filePath, FileMode.Open);\n            byte[] header = new byte[512];\n            inStream.Read(header, 0, 512);\n            string string1 = BitConverter.ToString(header, 8, 3);\n            string string2 = Encoding.ASCII.GetString(header, 0, 11);\n            string string3 = BitConverter.ToString(header, 30, 16);\n\n            if (string1 != \"AA-BB-04\" && string2 != \"GAME DOCTOR\" && string3 != \"00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00\")\n                return filePath;\n\n            string newFilePath = Path.Combine(tempPath, Path.GetFileName(filePath));\n            using (FileStream outStream = new FileStream(newFilePath, FileMode.OpenOrCreate))\n            {\n                inStream.CopyTo(outStream);\n            }\n\n            return newFilePath;\n        }\n\n        public static void DirectoryCopy(string sourceDirName, string destDirName, bool copySubDirs)\n        {\n            // Get the subdirectories for the specified directory.\n            DirectoryInfo dir = new DirectoryInfo(sourceDirName);\n\n            if (!dir.Exists)\n            {\n                Logger.Log($\"Source directory does not exist or could not be found: {sourceDirName}\");\n                throw new DirectoryNotFoundException($\"Source directory does not exist or could not be found: {sourceDirName}\");\n            }\n\n            // If the destination directory doesn't exist, create it.\n            if (!Directory.Exists(destDirName))\n                Directory.CreateDirectory(destDirName);\n\n            // Get the files in the directory and copy them to the new location.\n            foreach (FileInfo file in dir.EnumerateFiles())\n                file.CopyTo(Path.Combine(destDirName, file.Name), true);\n\n            // If copying subdirectories, copy them and their contents to new location.\n            if (copySubDirs)\n                foreach (DirectoryInfo subdir in dir.EnumerateDirectories())\n                    DirectoryCopy(subdir.FullName,  Path.Combine(destDirName, subdir.Name), copySubDirs);\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Classes/KeyFile.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.IO.Compression;\nusing System.Runtime.Serialization;\nusing System.Runtime.Serialization.Formatters.Binary;\nusing UWUVCI_AIO_WPF.Models;\n\nnamespace UWUVCI_AIO_WPF.Classes\n{\n    class KeyFile\n    {\n        public static List<TKeys> ReadBasesFromKeyFile(string keyPath)\n        {\n            List<TKeys> result = new List<TKeys>();\n\n            try\n            {\n                FileInfo fileInfo = new FileInfo(keyPath);\n                if (fileInfo.Extension.Contains(\"vck\"))\n                {\n                    using (FileStream inputConfigStream = new FileStream(keyPath, FileMode.Open, FileAccess.Read))\n                    using (GZipStream decompressedConfigStream = new GZipStream(inputConfigStream, CompressionMode.Decompress))\n                    {\n                        IFormatter formatter = new BinaryFormatter();\n                        result = (List<TKeys>)formatter.Deserialize(decompressedConfigStream);\n                    }\n                }\n            }\n            catch (Exception ex)\n            {\n                // Handle or log the error appropriately\n                Console.WriteLine($\"An error occurred while reading the key file: {ex.Message}\");\n            }\n\n            return result;\n        }\n\n        public static void ExportFile(List<TKeys> keys, GameConsoles console)\n        {\n            try\n            {\n                string folderPath = Path.Combine(\"bin\", \"keys\");\n                CheckAndFixFolder(folderPath);\n\n                string filePath = Path.Combine(folderPath, $\"{console.ToString().ToLower()}.vck\");\n\n                using (FileStream createConfigStream = new FileStream(filePath, FileMode.Create, FileAccess.Write))\n                using (GZipStream compressedStream = new GZipStream(createConfigStream, CompressionMode.Compress))\n                {\n                    IFormatter formatter = new BinaryFormatter();\n                    formatter.Serialize(compressedStream, keys);\n                }\n            }\n            catch (Exception ex)\n            {\n                // Handle or log the error appropriately\n                Console.WriteLine($\"An error occurred while exporting the key file: {ex.Message}\");\n            }\n        }\n\n        private static void CheckAndFixFolder(string folderPath)\n        {\n            if (!Directory.Exists(folderPath))\n                Directory.CreateDirectory(folderPath);\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Classes/MenuIconImage - Kopieren.cs",
    "content": "﻿using System;\nusing System.Drawing;\nusing System.Drawing.Drawing2D;\nusing System.Windows.Forms;\nusing System.Drawing.Text;\n\nnamespace UWUVCI_AIO_WPF.Classes\n{\n    public class BootLogoImage : IDisposable\n    {\n        private bool disposed = false;\n\n        private Bitmap _frame;\n        private Bitmap _titleScreen;\n\n        private static readonly string FontPath = @\"bin\\Tools\\font2.ttf\";\n        private static readonly PrivateFontCollection PrivateFonts = new PrivateFontCollection();\n\n        static BootLogoImage()\n        {\n            PrivateFonts.AddFontFile(FontPath);\n        }\n\n        public Bitmap Frame\n        {\n            get => _frame;\n            set\n            {\n                _frame?.Dispose();\n                _frame = value;\n            }\n        }\n\n        public Bitmap TitleScreen\n        {\n            get => _titleScreen;\n            set\n            {\n                _titleScreen?.Dispose();\n                _titleScreen = value;\n            }\n        }\n\n        public BootLogoImage()\n        {\n            _frame = null;\n            _titleScreen = null;\n        }\n\n        public void Dispose()\n        {\n            Dispose(true);\n            GC.SuppressFinalize(this);\n        }\n\n        protected virtual void Dispose(bool disposing)\n        {\n            if (!disposed)\n            {\n                if (disposing)\n                {\n                    _frame?.Dispose();\n                    _titleScreen?.Dispose();\n                }\n                disposed = true;\n            }\n        }\n\n        public Bitmap Create(string text, float fontsize)\n        {\n            Bitmap img = new Bitmap(170, 42);\n            using (Graphics g = Graphics.FromImage(img))\n            {\n                StringFormat format1 = new StringFormat\n                {\n                    Alignment = StringAlignment.Center,\n                    LineAlignment = StringAlignment.Center\n                };\n\n                g.PixelOffsetMode = PixelOffsetMode.Half;\n                g.SmoothingMode = SmoothingMode.AntiAlias;\n                g.CompositingMode = CompositingMode.SourceOver;\n                g.CompositingQuality = CompositingQuality.HighQuality;\n                g.Clear(Color.FromArgb(30, 30, 30));\n                g.DrawImage(Frame, 0, 0, 170, 42);\n\n                Rectangle rectangletxt = new Rectangle(18, 5, 134, 32);\n\n                Font font = new Font(PrivateFonts.Families[0], fontsize, FontStyle.Bold, GraphicsUnit.Pixel);\n\n                TextRenderer.DrawText(g, text, font, rectangletxt, Color.FromArgb(180, 180, 180), Color.White,\n                    TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.GlyphOverhangPadding);\n            }\n            return img;\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Classes/MenuIconImage.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Drawing;\nusing System.Drawing.Drawing2D;\n\nnamespace UWUVCI_AIO_WPF.Classes\n{\n    public class MenuIconImage : IDisposable\n    {\n        private bool disposed = false;\n        private Bitmap _frame;\n        private Bitmap _titleScreen;\n\n        private static readonly Dictionary<string, Rectangle> ConsoleRectangles = new Dictionary<string, Rectangle>\n        {\n            { \"GBA\", new Rectangle(3, 17, 122, 81) },\n            { \"H4V3\", new Rectangle(3, 9, 122, 92) },\n            { \"WII\", new Rectangle(0, 23, 128, 94) }\n        };\n\n        public Bitmap Frame\n        {\n            get => _frame;\n            set\n            {\n                _frame?.Dispose();\n                _frame = value;\n            }\n        }\n\n        public Bitmap TitleScreen\n        {\n            get => _titleScreen;\n            set\n            {\n                _titleScreen?.Dispose();\n                _titleScreen = value;\n            }\n        }\n\n        public void Dispose()\n        {\n            Dispose(true);\n            GC.SuppressFinalize(this);\n        }\n\n        protected virtual void Dispose(bool disposing)\n        {\n            if (disposed) return;\n\n            if (disposing)\n            {\n                _frame?.Dispose();\n                _titleScreen?.Dispose();\n            }\n\n            disposed = true;\n        }\n\n        public Bitmap Create(string console)\n        {\n            Bitmap img = new Bitmap(128, 128);\n            using (Graphics g = Graphics.FromImage(img))\n            {\n                g.PixelOffsetMode = PixelOffsetMode.Half;\n                g.SmoothingMode = SmoothingMode.AntiAlias;\n                g.CompositingMode = CompositingMode.SourceOver;\n                g.CompositingQuality = CompositingQuality.HighQuality;\n                g.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;\n                g.Clear(Color.FromArgb(30, 30, 30));\n\n                Rectangle rectangle = ConsoleRectangles.ContainsKey(console) ? ConsoleRectangles[console] : ConsoleRectangles[\"H4V3\"];\n\n                if (TitleScreen != null)\n                    g.DrawImage(TitleScreen, rectangle);\n                else\n                    g.FillRectangle(Brushes.Black, rectangle);\n\n                if (Frame == null)\n                {\n                    using (GraphicsPath vc = new GraphicsPath())\n                    {\n                        Font font = new Font(\"Arial\", 10.0F, FontStyle.Regular, GraphicsUnit.Point);\n                        StringFormat format = new StringFormat\n                        {\n                            Alignment = StringAlignment.Center,\n                            LineAlignment = StringAlignment.Center\n                        };\n\n                        vc.AddString(\"Virtual Console\", font.FontFamily, (int)(FontStyle.Bold | FontStyle.Italic),\n                            g.DpiY * 9.2F / 72.0F, new Rectangle(0, 101, 128, 27), format);\n                        g.DrawPath(Pens.Black, vc);\n                        g.FillPath(new SolidBrush(Color.FromArgb(147, 149, 152)), vc);\n                    }\n                }\n                else\n                {\n                    g.DrawImage(Frame, new Rectangle(0, 0, 128, 128));\n                }\n            }\n\n            return img;\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Classes/ToolCheck.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.IO.Compression;\nusing System.Net;\nusing System.Security.Cryptography;\nusing System.Threading;\n\nnamespace UWUVCI_AIO_WPF.Classes\n{\n    class ToolCheck\n    {\n        static string FolderName = \"bin\\\\Tools\";\n        public static string backupulr = @\"https://github.com/Hotbrawl20/UWUVCI-Tools/raw/master/\";\n        public static string[] ToolNames =\n        {\n            \"N64Converter.exe\",\n            \"png2tga.exe\",\n            \"psb.exe\",\n            \"RetroInject.exe\",\n            \"tga_verify.exe\",\n            \"wiiurpxtool.exe\",\n            \"INICreator.exe\",\n            \"blank.ini\",\n            \"FreeImage.dll\",\n            \"BuildPcePkg.exe\",\n            \"BuildTurboCdPcePkg.exe\",\n            \"goomba.gba\",\n            \"nfs2iso2nfs.exe\",\n            \"nintendont.dol\",\n            \"nintendont_force.dol\",\n            \"GetExtTypePatcher.exe\",\n            \"wit.exe\",\n            \"wstrt.exe\",\n            \"cygwin1.dll\",\n            \"cygz.dll\",\n            \"cyggcc_s-1.dll\",\n            \"NintendontConfig.exe\",\n            \"BASE.zip\",\n            \"tga2png.exe\",\n            \"iconTex.tga\",\n            \"wii-vmc.exe\",\n            \"bootTvTex.png\",\n            \"ConvertToISO.exe\",\n            \"NKit.dll\",\n            \"SharpCompress.dll\",\n            \"NKit.dll.config\",\n            \"sox.exe\",\n            \"jpg2tga.exe\",\n            \"bmp2tga.exe\",\n            \"ConvertToNKit.exe\",\n            \"wglp.exe\",\n            \"font.otf\",\n            \"ChangeAspectRatio.exe\",\n            \"font2.ttf\",\n            \"forwarder.dol\",\n            \"gba1.zip\",\n            \"gba2.zip\",\n            \"c2w_patcher.exe\",\n            \"DSLayoutScreens.zip\",\n            \"cygcrypto-1.1.dll\",\n            \"cygncursesw-10.dll\"\n        };\n\n        public static bool DoesToolsFolderExist()\n        {\n            try\n            {\n                return Directory.Exists(FolderName);\n            }\n            catch\n            {\n                return false;\n            }\n        }\n\n        public static bool IsToolRight(string name)\n        {\n            bool ret = false;\n            var md5 = \"\";\n            try\n            {\n                using (WebClient client = new WebClient())\n                {\n                    client.DownloadFile(backupulr + name + \".md5\", name + \".md5\");\n                }\n\n                using StreamReader sr = new StreamReader(name + \".md5\");\n                md5 = sr.ReadLine();\n            }\n            catch (Exception ex)\n            {\n                Console.WriteLine($\"Error downloading MD5 file for {name}: {ex.Message}\");\n                return false;  // Early return if MD5 file cannot be downloaded\n            }\n\n            ret = CalculateMD5(name) == md5;\n            File.Delete(name + \".md5\");\n\n            return ret;\n        }\n\n\n        public static string CalculateMD5(string filename)\n        {\n            using var md5 = MD5.Create();\n            using var stream = File.OpenRead(filename);\n            string ret = BitConverter.ToString(md5.ComputeHash(stream)).Replace(\"-\", \"\").ToLower();\n            stream.Close();\n            return ret;\n        }\n\n        public static List<MissingTool> CheckForMissingTools()\n        {\n            List<MissingTool> missingTools = new List<MissingTool>();\n\n            foreach (string toolName in ToolNames)\n            {\n                string path = Path.Combine(FolderName, toolName);\n\n                // Check if the tool exists and has the right MD5 hash\n                if (!DoesToolExist(path))\n                    missingTools.Add(new MissingTool(toolName, path));\n            }\n\n            return missingTools;\n        }\n\n\n        private static bool DoesToolExist(string path, int retryCount = 0)\n        {\n            const int MaxRetries = 3;  // Define a maximum number of retries\n\n            if (!File.Exists(path))\n                return false;\n\n            if (path.ToLower().Contains(\"gba1.zip\") || path.ToLower().Contains(\"gba2.zip\"))\n            {\n                if (!File.Exists(Path.Combine(FolderName, \"MArchiveBatchTool.exe\")) || !File.Exists(Path.Combine(FolderName, \"ucrtbase.dll\")))\n                {\n                    try\n                    {\n                        ZipFile.ExtractToDirectory(path, FolderName);\n                    }\n                    catch (Exception)\n                    {\n                        if (retryCount < MaxRetries)\n                        {\n                            Thread.Sleep(200);\n                            return DoesToolExist(path, retryCount + 1);  // Recursively retry\n                        }\n                        else\n                        {\n                            Console.WriteLine($\"Failed to extract {path} after {MaxRetries} attempts.\");\n                            return false;\n                        }\n                    }\n                }\n            }\n            return true;\n        }\n\n    }\n\n    public class MissingTool\n    {\n        public string Name { get; set; }\n        public string Path { get; set; }\n\n        public MissingTool(string n, string p)\n        {\n            Name = n;\n            FileInfo f = new FileInfo(p);\n            Path = f.FullName;\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/FodyWeavers.xml",
    "content": "﻿<Weavers xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xsi:noNamespaceSchemaLocation=\"FodyWeavers.xsd\">\n  <Costura />\n</Weavers>"
  },
  {
    "path": "UWUVCI AIO WPF/FodyWeavers.xsd",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<xs:schema xmlns:xs=\"http://www.w3.org/2001/XMLSchema\">\n  <!-- This file was generated by Fody. Manual changes to this file will be lost when your project is rebuilt. -->\n  <xs:element name=\"Weavers\">\n    <xs:complexType>\n      <xs:all>\n        <xs:element name=\"Costura\" minOccurs=\"0\" maxOccurs=\"1\">\n          <xs:complexType>\n            <xs:all>\n              <xs:element minOccurs=\"0\" maxOccurs=\"1\" name=\"ExcludeAssemblies\" type=\"xs:string\">\n                <xs:annotation>\n                  <xs:documentation>A list of assembly names to exclude from the default action of \"embed all Copy Local references\", delimited with line breaks</xs:documentation>\n                </xs:annotation>\n              </xs:element>\n              <xs:element minOccurs=\"0\" maxOccurs=\"1\" name=\"IncludeAssemblies\" type=\"xs:string\">\n                <xs:annotation>\n                  <xs:documentation>A list of assembly names to include from the default action of \"embed all Copy Local references\", delimited with line breaks.</xs:documentation>\n                </xs:annotation>\n              </xs:element>\n              <xs:element minOccurs=\"0\" maxOccurs=\"1\" name=\"ExcludeRuntimeAssemblies\" type=\"xs:string\">\n                <xs:annotation>\n                  <xs:documentation>A list of runtime assembly names to exclude from the default action of \"embed all Copy Local references\", delimited with line breaks</xs:documentation>\n                </xs:annotation>\n              </xs:element>\n              <xs:element minOccurs=\"0\" maxOccurs=\"1\" name=\"IncludeRuntimeAssemblies\" type=\"xs:string\">\n                <xs:annotation>\n                  <xs:documentation>A list of runtime assembly names to include from the default action of \"embed all Copy Local references\", delimited with line breaks.</xs:documentation>\n                </xs:annotation>\n              </xs:element>\n              <xs:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Unmanaged32Assemblies\" type=\"xs:string\">\n                <xs:annotation>\n                  <xs:documentation>Obsolete, use UnmanagedWinX86Assemblies instead</xs:documentation>\n                </xs:annotation>\n              </xs:element>\n              <xs:element minOccurs=\"0\" maxOccurs=\"1\" name=\"UnmanagedWinX86Assemblies\" type=\"xs:string\">\n                <xs:annotation>\n                  <xs:documentation>A list of unmanaged X86 (32 bit) assembly names to include, delimited with line breaks.</xs:documentation>\n                </xs:annotation>\n              </xs:element>\n              <xs:element minOccurs=\"0\" maxOccurs=\"1\" name=\"Unmanaged64Assemblies\" type=\"xs:string\">\n                <xs:annotation>\n                  <xs:documentation>Obsolete, use UnmanagedWinX64Assemblies instead.</xs:documentation>\n                </xs:annotation>\n              </xs:element>\n              <xs:element minOccurs=\"0\" maxOccurs=\"1\" name=\"UnmanagedWinX64Assemblies\" type=\"xs:string\">\n                <xs:annotation>\n                  <xs:documentation>A list of unmanaged X64 (64 bit) assembly names to include, delimited with line breaks.</xs:documentation>\n                </xs:annotation>\n              </xs:element>\n              <xs:element minOccurs=\"0\" maxOccurs=\"1\" name=\"UnmanagedWinArm64Assemblies\" type=\"xs:string\">\n                <xs:annotation>\n                  <xs:documentation>A list of unmanaged Arm64 (64 bit) assembly names to include, delimited with line breaks.</xs:documentation>\n                </xs:annotation>\n              </xs:element>\n              <xs:element minOccurs=\"0\" maxOccurs=\"1\" name=\"PreloadOrder\" type=\"xs:string\">\n                <xs:annotation>\n                  <xs:documentation>The order of preloaded assemblies, delimited with line breaks.</xs:documentation>\n                </xs:annotation>\n              </xs:element>\n            </xs:all>\n            <xs:attribute name=\"CreateTemporaryAssemblies\" type=\"xs:boolean\">\n              <xs:annotation>\n                <xs:documentation>This will copy embedded files to disk before loading them into memory. This is helpful for some scenarios that expected an assembly to be loaded from a physical file.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"IncludeDebugSymbols\" type=\"xs:boolean\">\n              <xs:annotation>\n                <xs:documentation>Controls if .pdbs for reference assemblies are also embedded.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"IncludeRuntimeReferences\" type=\"xs:boolean\">\n              <xs:annotation>\n                <xs:documentation>Controls if runtime assemblies are also embedded.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"UseRuntimeReferencePaths\" type=\"xs:boolean\">\n              <xs:annotation>\n                <xs:documentation>Controls whether the runtime assemblies are embedded with their full path or only with their assembly name.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"DisableCompression\" type=\"xs:boolean\">\n              <xs:annotation>\n                <xs:documentation>Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"DisableCleanup\" type=\"xs:boolean\">\n              <xs:annotation>\n                <xs:documentation>As part of Costura, embedded assemblies are no longer included as part of the build. This cleanup can be turned off.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"DisableEventSubscription\" type=\"xs:boolean\">\n              <xs:annotation>\n                <xs:documentation>The attach method no longer subscribes to the `AppDomain.AssemblyResolve` (.NET 4.x) and `AssemblyLoadContext.Resolving` (.NET 6.0+) events.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"LoadAtModuleInit\" type=\"xs:boolean\">\n              <xs:annotation>\n                <xs:documentation>Costura by default will load as part of the module initialization. This flag disables that behavior. Make sure you call CosturaUtility.Initialize() somewhere in your code.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"IgnoreSatelliteAssemblies\" type=\"xs:boolean\">\n              <xs:annotation>\n                <xs:documentation>Costura will by default use assemblies with a name like 'resources.dll' as a satellite resource and prepend the output path. This flag disables that behavior.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"ExcludeAssemblies\" type=\"xs:string\">\n              <xs:annotation>\n                <xs:documentation>A list of assembly names to exclude from the default action of \"embed all Copy Local references\", delimited with |</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"IncludeAssemblies\" type=\"xs:string\">\n              <xs:annotation>\n                <xs:documentation>A list of assembly names to include from the default action of \"embed all Copy Local references\", delimited with |.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"ExcludeRuntimeAssemblies\" type=\"xs:string\">\n              <xs:annotation>\n                <xs:documentation>A list of runtime assembly names to exclude from the default action of \"embed all Copy Local references\", delimited with |</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"IncludeRuntimeAssemblies\" type=\"xs:string\">\n              <xs:annotation>\n                <xs:documentation>A list of runtime assembly names to include from the default action of \"embed all Copy Local references\", delimited with |.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"Unmanaged32Assemblies\" type=\"xs:string\">\n              <xs:annotation>\n                <xs:documentation>Obsolete, use UnmanagedWinX86Assemblies instead</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"UnmanagedWinX86Assemblies\" type=\"xs:string\">\n              <xs:annotation>\n                <xs:documentation>A list of unmanaged X86 (32 bit) assembly names to include, delimited with |.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"Unmanaged64Assemblies\" type=\"xs:string\">\n              <xs:annotation>\n                <xs:documentation>Obsolete, use UnmanagedWinX64Assemblies instead</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"UnmanagedWinX64Assemblies\" type=\"xs:string\">\n              <xs:annotation>\n                <xs:documentation>A list of unmanaged X64 (64 bit) assembly names to include, delimited with |.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"UnmanagedWinArm64Assemblies\" type=\"xs:string\">\n              <xs:annotation>\n                <xs:documentation>A list of unmanaged Arm64 (64 bit) assembly names to include, delimited with |.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n            <xs:attribute name=\"PreloadOrder\" type=\"xs:string\">\n              <xs:annotation>\n                <xs:documentation>The order of preloaded assemblies, delimited with |.</xs:documentation>\n              </xs:annotation>\n            </xs:attribute>\n          </xs:complexType>\n        </xs:element>\n      </xs:all>\n      <xs:attribute name=\"VerifyAssembly\" type=\"xs:boolean\">\n        <xs:annotation>\n          <xs:documentation>'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.</xs:documentation>\n        </xs:annotation>\n      </xs:attribute>\n      <xs:attribute name=\"VerifyIgnoreCodes\" type=\"xs:string\">\n        <xs:annotation>\n          <xs:documentation>A comma-separated list of error codes that can be safely ignored in assembly verification.</xs:documentation>\n        </xs:annotation>\n      </xs:attribute>\n      <xs:attribute name=\"GenerateXsd\" type=\"xs:boolean\">\n        <xs:annotation>\n          <xs:documentation>'false' to turn off automatic generation of the XML Schema file.</xs:documentation>\n        </xs:annotation>\n      </xs:attribute>\n    </xs:complexType>\n  </xs:element>\n</xs:schema>"
  },
  {
    "path": "UWUVCI AIO WPF/Helpers/ConsoleLoggerWriter.cs",
    "content": "﻿using System;\nusing System.IO;\nusing System.Text;\n\nnamespace UWUVCI_AIO_WPF.Helpers\n{\n    public class ConsoleLoggerWriter : TextWriter\n    {\n        private TextWriter originalConsoleOut; // Keep track of the original console output\n\n        public ConsoleLoggerWriter()\n        {\n            originalConsoleOut = Console.Out;  // Save the original Console output\n        }\n\n        public override Encoding Encoding => originalConsoleOut.Encoding;  // Maintain the same encoding\n\n        public override void WriteLine(string message)\n        {\n            // Write to the original Console output\n            originalConsoleOut.WriteLine(message);\n\n            // Log the message\n            Logger.Log(message);\n        }\n\n        public override void WriteLine(string format, params object[] arg)\n        {\n            string formattedMessage = string.Format(format, arg);\n\n            // Write to the original Console output\n            originalConsoleOut.WriteLine(formattedMessage);\n\n            // Log the formatted message\n            Logger.Log(formattedMessage);\n        }\n    }\n\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Helpers/FileUtils.cs",
    "content": "﻿namespace UWUVCI_AIO_WPF.Helpers\n{\n    public static class FileUtils\n    {\n        public static int FindFreeSpace(byte[] fileData, int requiredSize)\n        {\n            Logger.Log($\"Searching for {requiredSize} bytes of free space in the file.\");\n\n            for (int i = 0; i < fileData.Length - requiredSize; i++)\n            {\n                bool isFree = true;\n                for (int j = 0; j < requiredSize; j++)\n                {\n                    if (fileData[i + j] != 0x00)\n                    {\n                        isFree = false;\n                        break;\n                    }\n                }\n                if (isFree)\n                {\n                    Logger.Log($\"Found free space at offset {i}.\");\n                    return i;\n                }\n            }\n\n            Logger.Log(\"No free space found in the file.\");\n            return -1; // No free space found\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Helpers/JsonSettingsManager.cs",
    "content": "﻿using System;\nusing System.IO;\nusing Newtonsoft.Json;\nusing UWUVCI_AIO_WPF.Models;\n\nnamespace UWUVCI_AIO_WPF.Helpers\n{\n    public class JsonSettingsManager\n    {\n        private static string AppDataPath = Path.Combine(\n            Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),\n            \"UWUVCI-V3\");\n        private static string SettingsFile = Path.Combine(AppDataPath, \"settings.json\");\n\n        public static JsonAppSettings Settings { get; private set; } = new JsonAppSettings();\n\n        // Load settings with exception handling for invalid or missing files\n        public static void LoadSettings()\n        {\n            try\n            {\n                if (File.Exists(SettingsFile))\n                {\n                    var json = File.ReadAllText(SettingsFile);\n                    Settings = JsonConvert.DeserializeObject<JsonAppSettings>(json) ?? new JsonAppSettings();\n                    Console.WriteLine(\"Settings loaded successfully.\");\n                }\n                else\n                {\n                    Console.WriteLine(\"Settings file not found. Creating default settings.\");\n                    SaveSettings(); // Create a new file with default values\n                }\n            }\n            catch (JsonException ex)\n            {\n                // Handle JSON parsing errors, e.g., malformed or corrupted file\n                Console.WriteLine($\"Error parsing settings file: {ex.Message}. Reverting to default settings.\");\n                Settings = new JsonAppSettings(); // Reset to default settings\n                SaveSettings(); // Save default settings to create a valid file\n            }\n            catch (Exception ex)\n            {\n                // Catch other exceptions (e.g., file I/O issues)\n                Console.WriteLine($\"Error loading settings: {ex.Message}. Reverting to default settings.\");\n                Settings = new JsonAppSettings(); // Reset to default\n                SaveSettings();\n            }\n        }\n\n        // Save settings with retry mechanism in case of temporary file access issues\n        public static void SaveSettings()\n        {\n            // Check if the settings file is writable\n            if (!IsFileWritable(SettingsFile))\n            {\n                Console.WriteLine(\"Settings file is not writable. Unable to save settings.\");\n                return; // Exit early if the file is not writable\n            }\n\n            int retryCount = 0;\n            const int maxRetry = 3;\n            const int delayBetweenRetries = 1000; // 1 second\n\n            while (retryCount < maxRetry)\n            {\n                try\n                {\n                    if (!Directory.Exists(AppDataPath))\n                        Directory.CreateDirectory(AppDataPath);\n\n                    var json = JsonConvert.SerializeObject(Settings, Formatting.Indented);\n                    File.WriteAllText(SettingsFile, json);\n                    Console.WriteLine(\"Settings saved successfully.\");\n                    break; // Success, exit loop\n                }\n                catch (IOException ex)\n                {\n                    retryCount++;\n                    Console.WriteLine($\"Error saving settings (attempt {retryCount}/{maxRetry}): {ex.Message}\");\n\n                    if (retryCount < maxRetry)\n                        System.Threading.Thread.Sleep(delayBetweenRetries); // Wait before retrying\n                    else\n                        Console.WriteLine(\"Failed to save settings after multiple attempts.\");\n                }\n                catch (Exception ex)\n                {\n                    Console.WriteLine($\"Unexpected error saving settings: {ex.Message}\");\n                    break; // If it's not an IO exception, don't retry\n                }\n            }\n        }\n\n\n        // Utility to check if the file is writable\n        public static bool IsFileWritable(string path)\n        {\n            try\n            {\n                using FileStream fs = File.Open(path, FileMode.OpenOrCreate, FileAccess.ReadWrite);\n                return true;\n            }\n            catch (IOException)\n            {\n                return false;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Helpers/Logger.cs",
    "content": "﻿using System;\nusing System.IO;\n\nnamespace UWUVCI_AIO_WPF.Helpers\n{\n    public static class Logger\n    {\n        private static readonly string logDirectory = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), \"UWUVCI-V3\", \"Logs\");\n        private static readonly string logFilePath;\n\n        static Logger()\n        {\n            try\n            {\n                // Ensure log directory exists\n                if (!Directory.Exists(logDirectory))\n                    Directory.CreateDirectory(logDirectory);\n\n                // Create a new log file with timestamp\n                string timestamp = DateTime.Now.ToString(\"yyyy-MM-dd_HH-mm-ss\");\n                logFilePath = Path.Combine(logDirectory, $\"log_{timestamp}.txt\");\n\n                // Optional: Clean up old logs (e.g., older than 7 days)\n                CleanupOldLogs(7);\n            }\n            catch (Exception ex)\n            {\n                Console.WriteLine($\"Logger initialization failed: {ex.Message}\");\n            }\n        }\n\n        public static void Log(string message)\n        {\n            try\n            {\n                using StreamWriter sw = new StreamWriter(logFilePath, true);\n                sw.WriteLine($\"{DateTime.Now:yyyy-MM-dd HH:mm:ss} - {message}\");\n            }\n            catch (Exception)\n            {\n                // If logging fails, there's nothing more to do\n            }\n        }\n\n        private static void CleanupOldLogs(int daysToKeep)\n        {\n            try\n            {\n                var logFiles = Directory.GetFiles(logDirectory, \"log_*.txt\");\n                foreach (var file in logFiles)\n                {\n                    FileInfo fi = new FileInfo(file);\n                    if (fi.CreationTime < DateTime.Now.AddDays(-daysToKeep))\n                    {\n                        fi.Delete();\n                    }\n                }\n            }\n            catch (Exception ex)\n            {\n                Console.WriteLine($\"Failed to clean up old logs: {ex.Message}\");\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Helpers/MacLinuxHelper.cs",
    "content": "﻿using Microsoft.Win32;\nusing Newtonsoft.Json;\nusing System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Linq;\nusing System.Management;\nusing System.Windows;\nusing UWUVCI_AIO_WPF.Models;\n\nnamespace UWUVCI_AIO_WPF.Helpers\n{\n    public class MacLinuxHelper\n    {\n        private static readonly string[] UWUVCIHelperMessage = {\n            \"Don't panic! I see you're trying to run UWUCVI V3 on something that isn't Windows. Sadly, some external tool seems to not be compatible, but that's where I, ZestyTS, comes in!\" +\n                    \"\\n\\nGo to the folder where UWUVCI is, you should see a folder called 'macOS' or 'linux' please go into the one meant for your system. In either folder you'll see a file called 'UWUVCI-V3-Helper' run that file.\" +\n                    \"\\nDon't use Wine or any form of virtualization, that is a console app that you can run natively. Since it's a console app, make sure to run it via the terminal!\" +\n                    \"\\n\\nOnce that program finishes running, it'll tell you, to click the 'OK' button on this MessageBox. The console app has it's own ReadMe, so make sure to check it out!\" +\n                    \"\\nIf it's not clear, clicking 'OK' will continue with the Inject and clicking 'Cancel' will cancel out of the inject.\",\n            \"UWUVCI V3 Helper Program Required To Continue!\" };\n        public static void WriteFailedStepToJson(string functionName, string toolName, string arguments, string currentDirectory)\n        {\n            // Get the base directory where the application is running\n            string basePath = AppDomain.CurrentDomain.BaseDirectory;\n            string toolsJsonPath = Path.Combine(basePath, \"tools.json\");\n\n            var step = new ToolStep\n            {\n                ToolName = toolName,\n                Arguments = arguments,\n                CurrentDirectory = currentDirectory,\n                Function = functionName\n            };\n\n            List<ToolStep> steps;\n\n            if (File.Exists(toolsJsonPath))\n                steps = JsonConvert.DeserializeObject<List<ToolStep>>(File.ReadAllText(toolsJsonPath)) ?? new List<ToolStep>();\n            else\n                steps = new List<ToolStep>();\n\n            steps.Add(step);\n            File.WriteAllText(toolsJsonPath, JsonConvert.SerializeObject(steps));\n        }\n\n        public static void DisplayMessageBoxAboutTheHelper()\n        {\n            var result = MessageBox.Show(UWUVCIHelperMessage[0], UWUVCIHelperMessage[1], MessageBoxButton.OKCancel, MessageBoxImage.Exclamation);\n\n            if (result != MessageBoxResult.OK)\n            {\n                string basePath = AppDomain.CurrentDomain.BaseDirectory;\n                string toolsJsonPath = Path.Combine(basePath, \"tools.json\");\n\n                if (File.Exists(toolsJsonPath))\n                    File.Delete(toolsJsonPath);\n\n                MessageBox.Show(\"You have requested to cancel out of the inject.\", \"Cancel\");\n                Logger.Log(\"User canceled Injection early\");\n                throw new Exception(\"User canceled Injection early\");\n            }\n        }\n\n        public static void PrepareAndInformUserOnUWUVCIHelper(string functionName, string toolName, string arguments, string realPath = \"\")\n        {\n            WriteFailedStepToJson(functionName, toolName, arguments, realPath);\n            DisplayMessageBoxAboutTheHelper();\n        }\n\n        public static bool IsRunningUnderWineOrSimilar()\n        {\n            try\n            {\n                // Check for Wine\n                using (RegistryKey key = Registry.CurrentUser.OpenSubKey(@\"Software\\Wine\"))\n                {\n                    if (key != null)\n                        return true;\n                }\n\n                string winePrefix = Environment.GetEnvironmentVariable(\"WINEPREFIX\");\n                if (!string.IsNullOrEmpty(winePrefix))\n                    return true;\n\n                // Check for Proton\n                string protonPrefix = Environment.GetEnvironmentVariable(\"STEAM_COMPAT_DATA_PATH\");\n                if (!string.IsNullOrEmpty(protonPrefix))\n                    return true;\n\n                // Check for CrossOver\n                string crossoverPrefix = Environment.GetEnvironmentVariable(\"CROSSOVER_PREFIX\");\n                if (!string.IsNullOrEmpty(crossoverPrefix))\n                    return true;\n\n                // Check for BoxedWine\n                string boxedWinePrefix = Environment.GetEnvironmentVariable(\"BOXEDWINE_PATH\");\n                if (!string.IsNullOrEmpty(boxedWinePrefix))\n                    return true;\n\n                // Check for Lutris\n                string lutrisRuntime = Environment.GetEnvironmentVariable(\"LUTRIS_GAME_UUID\");\n                if (!string.IsNullOrEmpty(lutrisRuntime))\n                    return true;\n\n                // Check for PlayOnLinux\n                string playOnLinux = Environment.GetEnvironmentVariable(\"PLAYONLINUX\");\n                if (!string.IsNullOrEmpty(playOnLinux))\n                    return true;\n\n                // Check for DXVK\n                string dxvk = Environment.GetEnvironmentVariable(\"DXVK_LOG_LEVEL\");\n                if (!string.IsNullOrEmpty(dxvk))\n                    return true;\n\n                // Check for ReactOS\n                if (Environment.OSVersion.Platform == PlatformID.Win32NT &&\n                    Environment.OSVersion.VersionString.Contains(\"ReactOS\"))\n                    return true;\n\n                // Check for Winetricks\n                string winetricks = Environment.GetEnvironmentVariable(\"WINETRICKS\");\n                if (!string.IsNullOrEmpty(winetricks))\n                    return true;\n\n                // Check for Cedega (WineX)\n                string cedega = Environment.GetEnvironmentVariable(\"CEDEGA_PATH\");\n                if (!string.IsNullOrEmpty(cedega))\n                    return true;\n\n                // Check for common Wine/Proton files\n                string[] wineFiles = { \"/usr/bin/wine\", \"/usr/local/bin/wine\", \"/usr/bin/proton\", \"/usr/local/bin/proton\" };\n                if (wineFiles.Any(File.Exists))\n                    return true;\n\n            }\n            catch (Exception ex)\n            {\n                Console.WriteLine($\"Exception while checking for Wine or similar: {ex.Message}\");\n            }\n\n            return false;\n        }\n\n        public static bool IsRunningInVirtualMachine()\n        {\n            try\n            {\n                using (ManagementObjectSearcher searcher = new ManagementObjectSearcher(\"SELECT * FROM Win32_BIOS\"))\n                    foreach (var _ in from ManagementObject bios in searcher.Get()\n                                      let manufacturer = bios[\"Manufacturer\"]?.ToString() ?? string.Empty\n                                      where manufacturer.Contains(\"VMware\") || manufacturer.Contains(\"VirtualBox\") || manufacturer.Contains(\"Parallels\") || manufacturer.Contains(\"Xen\") || manufacturer.Contains(\"KVM\") || manufacturer.Contains(\"Bhyve\")\n                                      select new { })\n                        return true;\n/*\n                using (ManagementObjectSearcher searcher = new ManagementObjectSearcher(\"SELECT * FROM Win32_ComputerSystem\"))\n                    foreach (var (manufacturer, model) in from ManagementObject cs in searcher.Get()\n                                                          let manufacturer = cs[\"Manufacturer\"]?.ToString() ?? string.Empty\n                                                          let model = cs[\"Model\"]?.ToString() ?? string.Empty\n                                                          select (manufacturer, model))\n                    {\n                        if (manufacturer.Contains(\"Microsoft Corporation\") && model.Contains(\"Virtual Machine\"))\n                            return true;\n\n                        if (manufacturer.Contains(\"QEMU\") || manufacturer.Contains(\"Bochs\") || manufacturer.Contains(\"OpenStack\"))\n                            return true;\n                    }\n*/\n                string[] virtualizationIndicators = { \"Parallels\", \"VMware\", \"VirtualBox\", \"QEMU\", \"Hyper-V\", \"Xen\", \"KVM\", \"Bhyve\", \"Bochs\", \"OpenStack\", \"ProxMox\", \"Virtuozzo\" };\n                foreach (string indicator in virtualizationIndicators)\n                    if (Environment.OSVersion.VersionString.Contains(indicator))\n                        return true;\n\n                // Check for common VM files\n                string[] vmFiles = { \"/usr/bin/vmware\", \"/usr/bin/virtualbox\", \"/usr/bin/qemu\", \"/usr/bin/kvm\", \"/usr/bin/hyperv\" };\n                if (vmFiles.Any(File.Exists))\n                    return true;\n\n                // Check for Docker\n                string dockerEnv = Environment.GetEnvironmentVariable(\"DOCKER_ENV\");\n                if (!string.IsNullOrEmpty(dockerEnv) || File.Exists(\"/.dockerenv\"))\n                    return true;\n\n                // Check for common VM processes\n                string[] vmProcesses = { \"vmware\", \"virtualbox\", \"qemu\", \"kvm\", \"hyperv\" };\n                foreach (var processName in vmProcesses)\n                    if (Process.GetProcessesByName(processName).Length > 0)\n                        return true;\n            }\n            catch (Exception ex)\n            {\n                Console.WriteLine($\"Exception while checking for virtual machine: {ex.Message}\");\n            }\n\n            return false;\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/ILLink/ILLink.Descriptors.LibraryBuild.xml",
    "content": "﻿<linker>\n  <assembly fullname=\"System.Diagnostics.DiagnosticSource\">\n    <type fullname=\"System.Diagnostics.Metrics.MetricsEventSource\">\n      <!-- Used by System.Private.CoreLib via reflection to init the EventSource -->\n      <method name=\"GetInstance\" />\n    </type>\n  </assembly>\n</linker>\n"
  },
  {
    "path": "UWUVCI AIO WPF/Models/BaseModel.cs",
    "content": "﻿using System;\nusing System.ComponentModel;\nusing System.Runtime.CompilerServices;\n\nnamespace UWUVCI_AIO_WPF\n{\n    [Serializable]\n    public class BaseModel : INotifyPropertyChanged\n    {\n        // Declare the PropertyChanged event\n        public event PropertyChangedEventHandler PropertyChanged;\n\n        // OnPropertyChanged will raise the PropertyChanged event passing the\n        // source property that is being updated.\n        protected void OnPropertyChanged([CallerMemberName]string propertyName = \"\")\n        {\n            PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));\n        }\n    }\n}"
  },
  {
    "path": "UWUVCI AIO WPF/Models/DolSection.cs",
    "content": "﻿using System.Collections.Generic;\nusing System.IO;\n\nnamespace UWUVCI_AIO_WPF.Models\n{\n    public class DolSection\n    {\n        public uint MemoryAddress { get; set; }\n        public uint FileOffset { get; set; }\n        public uint Size { get; set; }\n\n        public static List<DolSection> ReadDolHeader(string dolFilePath)\n        {\n            var sections = new List<DolSection>();\n\n            if (!File.Exists(dolFilePath))\n                throw new FileNotFoundException($\"The file '{dolFilePath}' was not found.\");\n\n            using (FileStream fs = new FileStream(dolFilePath, FileMode.Open, FileAccess.Read))\n            using (BinaryReader br = new BinaryReader(fs))\n            {\n                if (fs.Length < 0x100) // Minimum header size\n                    throw new InvalidDataException(\"The file is too small to be a valid DOL file.\");\n\n                fs.Seek(0x00, SeekOrigin.Begin); // Start of DOL file header\n\n                for (int i = 0; i < 7; i++) // Text sections\n                {\n                    uint offset = br.ReadUInt32();\n                    uint addr = br.ReadUInt32();\n                    uint size = br.ReadUInt32();\n                    if (size > 0)\n                        sections.Add(new DolSection { FileOffset = offset, MemoryAddress = addr, Size = size });\n                }\n\n                for (int i = 0; i < 11; i++) // Data sections\n                {\n                    uint offset = br.ReadUInt32();\n                    uint addr = br.ReadUInt32();\n                    uint size = br.ReadUInt32();\n                    if (size > 0)\n                        sections.Add(new DolSection { FileOffset = offset, MemoryAddress = addr, Size = size });\n                }\n            }\n\n            return sections;\n        }\n    }\n\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Models/GctCode.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.Text;\nusing System.Text.RegularExpressions;\nusing UWUVCI_AIO_WPF.Helpers;\n\nnamespace UWUVCI_AIO_WPF.Models\n{\n    public class GctCode\n    {\n        public uint Address { get; set; }\n        public uint Value { get; set; }\n\n        public GctCode(uint address, uint value)\n        {\n            Address = address;\n            Value = value;\n        }\n\n        // Unified loader for GCT and TXT files\n        public static List<GctCode> LoadFromFile(string filePath)\n        {\n            string extension = Path.GetExtension(filePath).ToLower();\n            return extension switch\n            {\n                \".gct\" => ParseGctFile(filePath),\n                \".txt\" => ParseOcarinaOrDolphinTxtFile(filePath).Item1,\n                _ => throw new NotSupportedException($\"Unsupported file format: {extension}\")\n            };\n        }\n\n        // Parse binary GCT files\n        public static List<GctCode> ParseGctFile(string gctFilePath)\n        {\n            var codes = new List<GctCode>();\n            byte[] gctData = File.ReadAllBytes(gctFilePath);\n\n            for (int i = 0; i < gctData.Length - 8; i += 8)\n            {\n                uint address = BitConverter.ToUInt32(gctData, i);\n                uint value = BitConverter.ToUInt32(gctData, i + 4);\n\n                // Check for terminator\n                if (address == 0xF0000000 && value == 0x00000000)\n                    break;\n\n                codes.Add(new GctCode(address, value));\n            }\n\n            Logger.Log($\"Parsed {codes.Count} codes from GCT file.\");\n            return codes;\n        }\n\n        // Parse textual codelists from Ocarina Manager or Dolphin Emulator\n        public static (List<GctCode>, string) ParseOcarinaOrDolphinTxtFile(string txtFilePath)\n        {\n            var codes = new List<GctCode>();\n            string[] lines = File.ReadAllLines(txtFilePath);\n            string gameId = null;\n            string currentCodeName = null;\n            bool insideGeckoSection = false;\n            var codeLines = new List<string>();\n\n            foreach (var line in lines)\n            {\n                string trimmedLine = line.Trim();\n\n                // Ignore empty lines or comments\n                if (string.IsNullOrEmpty(trimmedLine) || trimmedLine.StartsWith(\"#\"))\n                    continue;\n\n                // Detect Game ID (Ocarina)\n                if (trimmedLine.StartsWith(\"[\") && trimmedLine.EndsWith(\"]\"))\n                {\n                    if (!trimmedLine.Equals(\"[Gecko]\", StringComparison.OrdinalIgnoreCase))\n                    {\n                        gameId = trimmedLine.Trim('[', ']');\n                        Logger.Log($\"Detected Game ID: {gameId}\");\n                    }\n                    continue;\n                }\n\n                // Detect start of Gecko section (Dolphin)\n                if (trimmedLine.Equals(\"[Gecko]\", StringComparison.OrdinalIgnoreCase))\n                {\n                    insideGeckoSection = true;\n                    continue;\n                }\n\n                // Detect new cheat code section\n                if (trimmedLine.StartsWith(\"$\"))\n                {\n                    // Process previous block if any\n                    if (codeLines.Count > 0)\n                    {\n                        codes.AddRange(ParseCodeBlock(currentCodeName, codeLines));\n                        codeLines.Clear();\n                    }\n\n                    currentCodeName = trimmedLine.Substring(1).Trim();\n                    Logger.Log($\"Detected Code Name: {currentCodeName}\");\n                    continue;\n                }\n\n                // Validate and collect cheat codes\n                if (Regex.IsMatch(trimmedLine, @\"^[0-9A-Fa-f]{8}\\s+[0-9A-Fa-f]{8}$\"))\n                {\n                    codeLines.Add(trimmedLine);\n                }\n                else if (insideGeckoSection)\n                {\n                    Logger.Log($\"WARNING: Ignoring unrecognized line in Gecko section: {trimmedLine}\");\n                }\n                else\n                {\n                    Logger.Log($\"ERROR: Unrecognized line format in {txtFilePath}: {trimmedLine}\");\n                    throw new InvalidDataException($\"Invalid format in {txtFilePath}: {trimmedLine}\");\n                }\n            }\n\n            // Process last block\n            if (codeLines.Count > 0)\n                codes.AddRange(ParseCodeBlock(currentCodeName, codeLines));\n\n            if (codes.Count == 0)\n                throw new InvalidDataException($\"No valid cheat codes found in {txtFilePath}\");\n\n            return (codes, gameId);\n        }\n\n\n        // Helper method to parse a block of code lines into GctCode objects\n        private static List<GctCode> ParseCodeBlock(string codeName, List<string> codeLines)\n        {\n            var parsedCodes = new List<GctCode>();\n\n            foreach (var line in codeLines)\n            {\n                var parts = line.Split(new[] { ' ', '\\t' }, StringSplitOptions.RemoveEmptyEntries);\n                if (parts.Length != 2)\n                {\n                    Logger.Log($\"Invalid code line: {line}\");\n                    throw new InvalidDataException($\"Invalid code line: {line}\");\n                }\n\n                uint address = Convert.ToUInt32(parts[0], 16);\n                uint value = Convert.ToUInt32(parts[1], 16);\n                parsedCodes.Add(new GctCode(address, value));\n            }\n\n            Logger.Log($\"Parsed {parsedCodes.Count} codes for {codeName}.\");\n            return parsedCodes;\n        }\n\n        // Convert a list of GctCode to a GCT binary file\n        public static void WriteGctFile(string gctFilePath, List<GctCode> codes, string gameId = null)\n        {\n            if (codes == null || codes.Count == 0)\n            {\n                Logger.Log($\"ERROR: No cheat codes available to write to {gctFilePath}\");\n                throw new InvalidDataException($\"Cannot create {gctFilePath}: No valid codes found.\");\n            }\n\n            using var fs = new FileStream(gctFilePath, FileMode.Create, FileAccess.Write);\n            Logger.Log($\"Writing {codes.Count} cheat codes to {gctFilePath}\");\n\n            // Optionally write Game ID if provided\n            if (!string.IsNullOrEmpty(gameId))\n            {\n                byte[] gameIdBytes = Encoding.ASCII.GetBytes(gameId.PadRight(8, '\\0')); // Ensure 8 bytes\n                fs.Write(gameIdBytes, 0, 8);\n            }\n\n            foreach (var code in codes)\n            {\n                byte[] addressBytes = BitConverter.GetBytes(code.Address);\n                byte[] valueBytes = BitConverter.GetBytes(code.Value);\n\n                if (BitConverter.IsLittleEndian)\n                {\n                    Array.Reverse(addressBytes);\n                    Array.Reverse(valueBytes);\n                }\n\n                fs.Write(addressBytes, 0, 4);\n                fs.Write(valueBytes, 0, 4);\n            }\n\n            // Write GCT terminator\n            fs.Write(BitConverter.GetBytes(0xF0000000), 0, 4);\n            fs.Write(BitConverter.GetBytes(0x00000000), 0, 4);\n\n            Logger.Log($\"GCT file successfully written to {gctFilePath}\");\n        }\n\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Models/JsonAppSettings.cs",
    "content": "﻿namespace UWUVCI_AIO_WPF.Models\n{\n    public class JsonAppSettings\n    {\n        public bool PathsSet { get; set; } = false;\n        public string BasePath { get; set; } = \"\";\n        public string OutPath { get; set; } = \"\";\n        public string Ckey { get; set; } = \"\";\n        public bool SetBaseOnce { get; set; } = false;\n        public bool SetOutOnce { get; set; } = false;\n        public bool UpgradeRequired { get; set; } = true;\n        public string SysKey { get; set; } = \"\";\n        public string SysKey1 { get; set; } = \"\";\n        public bool dont { get; set; } = false;\n        public bool ndsw { get; set; } = false;\n        public bool snesw { get; set; } = false;\n        public bool gczw { get; set; } = false;\n        public string Ancast { get; set; } = \"\";\n        public bool IsFirstLaunch { get; set; } = true;\n        public bool ShowZestyFork { get; set; } = true;\n    }\n\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Models/MainViewModel.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.IO.Compression;\nusing System.Linq;\nusing System.Net;\nusing System.Runtime.Serialization;\nusing System.Runtime.Serialization.Formatters.Binary;\nusing System.Text;\nusing System.Threading.Tasks;\nusing System.Windows.Controls;\nusing System.Windows.Forms;\nusing UWUVCI_AIO_WPF.Classes;\nusing UWUVCI_AIO_WPF.Models;\nusing UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases;\nusing UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations;\nusing UWUVCI_AIO_WPF.UI.Windows;\nusing System.Threading;\nusing System.Windows.Threading;\nusing System.Diagnostics;\nusing Microsoft.WindowsAPICodePack.Dialogs;\nusing System.Text.RegularExpressions;\nusing NAudio.Wave;\nusing System.Timers;\nusing NAudio.Utils;\nusing System.Security.Cryptography;\nusing UWUVCI_AIO_WPF.Helpers;\n\nnamespace UWUVCI_AIO_WPF\n{\n    public class MainViewModel : BaseModel\n    {\n        public bool saveworkaround = false;\n\n        private bool Injected2 = false;\n        public bool injected2\n        {\n\n            get { return Injected2; }\n            set\n            {\n                Injected2 = value;\n                OnPropertyChanged();\n            }\n\n        }\n        public string prodcode = \"\";\n        //public GameConfig GameConfiguration { get; set; }\n        private GameConfig gameConfiguration = new GameConfig();\n\n        public bool addi = false;\n        public GameConfig GameConfiguration\n        {\n            get { return gameConfiguration; }\n            set\n            {\n                gameConfiguration = value;\n                OnPropertyChanged();\n            }\n        }\n        private string romPath;\n        public bool regionfrii = false;\n        public bool regionfriius = false;\n        public bool regionfriijp = false;\n\n        public string RomPath\n        {\n            get { return romPath; }\n            set\n            {\n                romPath = value;\n                OnPropertyChanged();\n            }\n        }\n\n        public bool jppatch = false;\n        public bool pixelperfect = false;\n\n        private GameBases gbTemp;\n\n        public GameBases GbTemp\n        {\n            get { return gbTemp; }\n            set { gbTemp = value; }\n        }\n\n        private string selectedBaseAsString;\n\n        public string SelectedBaseAsString\n        {\n            get { return selectedBaseAsString; }\n            set { selectedBaseAsString = value; }\n        }\n\n\n        private List<string> lGameBasesString = new List<string>();\n\n        public List<string> LGameBasesString\n        {\n            get { return lGameBasesString; }\n            set\n            {\n                lGameBasesString = value;\n                OnPropertyChanged();\n            }\n        }\n        private bool pathsSet { get; set; } = false;\n\n        public bool PathsSet\n        {\n            get { return pathsSet; }\n            set\n            {\n                pathsSet = value;\n                OnPropertyChanged();\n            }\n        }\n\n        private string baseStore;\n\n        public string BaseStore\n        {\n            get { return baseStore; }\n            set\n            {\n                baseStore = value;\n                OnPropertyChanged();\n            }\n        }\n\n        private string injectStore;\n\n        public string InjectStore\n        {\n            get { return injectStore; }\n            set\n            {\n                injectStore = value;\n                OnPropertyChanged();\n            }\n        }\n\n        private bool injected = false;\n\n        public bool Injected\n        {\n            get { return injected; }\n            set\n            {\n                injected = value;\n                OnPropertyChanged();\n            }\n        }\n\n        private Page thing;\n\n        public Page Thing\n        {\n            get { return thing; }\n            set { thing = value; }\n        }\n\n        public int OldIndex { get; set; }\n\n        public bool RomSet { get; set; }\n\n        private List<GameBases> lBases = new List<GameBases>();\n\n        public List<GameBases> LBases\n        {\n            get { return lBases; }\n            set\n            {\n                lBases = value;\n                OnPropertyChanged();\n            }\n        }\n        private int progress = 0;\n\n        public int Progress\n        {\n            get { return progress; }\n            set\n            {\n                progress = value;\n                OnPropertyChanged();\n            }\n        }\n        public BaseContainerFrame bcf = null;\n        #region TKLIST\n        private List<GameBases> lNDS = new List<GameBases>();\n\n        public List<GameBases> LNDS\n        {\n            get { return lNDS; }\n            set { lNDS = value; OnPropertyChanged(); }\n        }\n\n        private List<GameBases> lN64 = new List<GameBases>();\n\n        public List<GameBases> LN64\n        {\n            get { return lN64; }\n            set { lN64 = value; OnPropertyChanged(); }\n        }\n\n        private List<GameBases> lNES = new List<GameBases>();\n\n        public List<GameBases> LNES\n        {\n            get { return lNES; }\n            set { lNES = value; OnPropertyChanged(); }\n        }\n        private List<GameBases> lGBA = new List<GameBases>();\n\n        public List<GameBases> LGBA\n        {\n            get { return lGBA; }\n            set { lGBA = value; OnPropertyChanged(); }\n        }\n\n        private List<GameBases> lSNES = new List<GameBases>();\n\n        public List<GameBases> LSNES\n        {\n            get { return lSNES; }\n            set { lSNES = value; OnPropertyChanged(); }\n        }\n\n        private List<GameBases> lTG16 = new List<GameBases>();\n\n        public string ReadCkeyFromOtp()\n        {\n            string ret = \"\";\n            using (var dialog = new System.Windows.Forms.OpenFileDialog())\n            {\n                dialog.Filter = \"OTP.bin | otp.bin\";\n                DialogResult res = dialog.ShowDialog();\n                if (res == DialogResult.OK)\n                {\n                    var filepath = dialog.FileName;\n                    using (var fs = new FileStream(filepath,\n                                 FileMode.Open,\n                                 FileAccess.Read))\n                    {\n                        byte[] test = new byte[16];\n                        fs.Seek(0xE0, SeekOrigin.Begin);\n\n                        fs.Read(test, 0, 16);\n                        fs.Close();\n                        foreach (var b in test)\n                        {\n                            ret += string.Format(\"{0:X2}\", b);\n                        }\n                    }\n                }\n            }\n            return ret;\n        }\n\n        public List<GameBases> LTG16\n        {\n            get { return lTG16; }\n            set { lTG16 = value; OnPropertyChanged(); }\n        }\n\n        private List<GameBases> lMSX = new List<GameBases>();\n\n        public List<GameBases> LMSX\n        {\n            get { return lMSX; }\n            set { lMSX = value; OnPropertyChanged(); }\n        }\n\n        public void RemoveCreatedIMG()\n        {\n            if (Directory.Exists(@\"bin\\createdIMG\"))\n                Directory.Delete(@\"bin\\createdIMG\", true);\n        }\n\n        private List<GameBases> lWii = new List<GameBases>();\n\n        public void IsIsoNkit()\n        {\n            using var fs = new FileStream(RomPath, FileMode.Open, FileAccess.Read);\n            byte[] procode = new byte[4];\n            fs.Seek(0x200, SeekOrigin.Begin);\n            fs.Read(procode, 0, 4);\n            var s = ByteArrayToString(procode);\n\n            fs.Close();\n            NKITFLAG = s.ToLower().Contains(\"nkit\");\n        }\n\n        public bool CheckTime(DateTime creationTime)\n        {\n            DateTime curr = DateTime.Now;\n\n            // Calculate the time difference and return true if within 62 minutes, false otherwise\n            return (curr - creationTime).TotalMinutes >= 0 && (curr - creationTime).TotalMinutes <= 62;\n        }\n\n\n        public List<GameBases> LWII\n        {\n            get { return lWii; }\n            set { lWii = value; OnPropertyChanged(); }\n        }\n\n        private List<GameBases> ltemp = new List<GameBases>();\n\n        public List<GameBases> Ltemp\n        {\n            get { return ltemp; }\n            set { ltemp = value; OnPropertyChanged(); }\n        }\n        #endregion\n\n        public bool BaseDownloaded { get; set; } = false;\n\n        private bool removeDeflicker = false;\n\n        public bool RemoveDeflicker\n        {\n            get { return removeDeflicker; }\n            set\n            {\n                removeDeflicker = value;\n                OnPropertyChanged();\n            }\n        }\n\n        private bool rendererScale = false;\n        private int brightness = 80;\n        private int pixelArtUpscaler = 0;\n        private bool dsLayout = false;\n        private bool stLayout = false;\n\n        public bool RendererScale\n        {\n            get { return rendererScale; }\n            set\n            {\n                rendererScale = value;\n                OnPropertyChanged();\n            }\n        }\n        public bool DSLayout\n        {\n            get { return dsLayout; }\n            set\n            {\n                dsLayout = value;\n                OnPropertyChanged();\n            }\n        }\n        public bool STLayout\n        {\n            get { return stLayout; }\n            set\n            {\n                stLayout = value;\n                OnPropertyChanged();\n            }\n        }\n        public int Brightness\n        {\n            get { return brightness; }\n            set\n            {\n                brightness = value;\n                OnPropertyChanged();\n            }\n        }\n\n        public int PixelArtUpscaler\n        {\n            get { return pixelArtUpscaler; }\n            set\n            {\n                pixelArtUpscaler = value;\n                OnPropertyChanged();\n            }\n        }\n        private bool removeDithering = false;\n        public bool RemoveDithering\n        {\n            get { return removeDithering; }\n            set\n            {\n                removeDithering = value;\n                OnPropertyChanged();\n            }\n        }\n\n        private bool halfVFilter = false;\n        public bool HalfVFilter\n        {\n            get { return halfVFilter; }\n            set\n            {\n                halfVFilter = value;\n                OnPropertyChanged();\n            }\n        }\n\n        private bool canInject = false;\n\n        public bool CanInject\n        {\n            get { return canInject; }\n            set\n            {\n                canInject = value;\n                OnPropertyChanged();\n            }\n        }\n\n        private string cBasePath;\n\n        public string CBasePath\n        {\n            get { return cBasePath; }\n            set\n            {\n                cBasePath = value;\n                OnPropertyChanged();\n            }\n        }\n\n        public int Index = -1;\n        public bool LR = false;\n        public bool GC = false;\n        public bool debug = false;\n        public string doing = \"\";\n        public bool Patch = false;\n        public bool toPal = false;\n        public string GctPath = \"\";\n        private string Msg;\n\n        private string Gc2rom = \"\";\n\n        public string gctPath\n        {\n            get { return GctPath; }\n            set\n            {\n                GctPath = value;\n                OnPropertyChanged();\n            }\n        }\n\n        public string gc2rom\n        {\n            get { return Gc2rom; }\n            set\n            {\n                Gc2rom = value;\n                OnPropertyChanged();\n            }\n        }\n\n        public string foldername = \"\";\n\n        public string msg\n        {\n            get { return Msg; }\n            set\n            {\n                Msg = value;\n                OnPropertyChanged();\n            }\n        }\n        private string bootsound;\n\n        public string BootSound\n        {\n            get { return bootsound; }\n            set\n            {\n                bootsound = value;\n                OnPropertyChanged();\n            }\n        }\n\n        public System.Windows.Controls.ListViewItem curr = null;\n\n        private bool ckeys;\n\n        public bool Ckeys\n        {\n            get { return ckeys; }\n            set\n            {\n                ckeys = value;\n                OnPropertyChanged();\n            }\n        }\n\n        public bool NKITFLAG { get; set; } = false;\n\n        public MainWindow mw;\n        private CustomBaseFrame cb = null;\n        DispatcherTimer timer = new DispatcherTimer();\n        public bool PokePatch = false;\n        public void Update(bool button)\n        {\n            if (CheckForInternetConnection())\n            {\n                System.Reflection.Assembly assembly = System.Reflection.Assembly.GetExecutingAssembly();\n                FileVersionInfo fvi = FileVersionInfo.GetVersionInfo(assembly.Location);\n                string version = fvi.FileVersion;\n\n                if (button)\n                {\n                    var client = new Octokit.GitHubClient(new Octokit.ProductHeaderValue(\"UWUVCI-AIO-WPF\"));\n                    var releases = Task.Run(() => client.Repository.Release.GetAll(\"stuff-by-3-random-dudes\", \"UWUVCI-AIO-WPF\")).GetAwaiter().GetResult();\n                    int comparison;\n                    try\n                    {\n                        var latestString = Regex.Replace(releases[0].TagName, \"[^0-9.]\", \"\");\n                        var latestLength = latestString.Split('.').Length;\n                        var localLength = version.Split('.').Length;\n\n                        for (var i = 0; i < localLength - latestLength; i++)\n                            latestString += \".0\";\n\n                        var latestVersion = new Version(latestString);\n                        var localVersion = new Version(version);\n                        comparison = localVersion.CompareTo(latestVersion);\n                    }\n                    catch\n                    {\n                        //Someone messed up versioning, so eff it just don't even bother then\n                        return;\n                    }\n                    //You idiot, when tf did you flip this back?\n                    if (comparison < 0)\n                    {\n                        var cm = new Custom_Message(\"Update Available!\", \"You can get it from: https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF/releases/latest\");\n                        try\n                        {\n                            cm.Owner = mw;\n                        }\n                        catch (Exception) { }\n                        cm.ShowDialog();\n                    }\n                    else\n                    {\n                        var cm = new Custom_Message(\"No Update Available\", \"This is currently the latest version.\");\n                        try\n                        {\n                            cm.Owner = mw;\n                        }\n                        catch (Exception) { }\n                        cm.ShowDialog();\n                    }\n                }\n            }\n        }\n\n        private int GetNewVersion()\n        {\n            try\n            {\n                WebRequest request;\n                //get download link from uwuvciapi\n\n                request = WebRequest.Create(\"https://uwuvciapi.azurewebsites.net/GetVersionNum\");\n\n                var response = request.GetResponse();\n                using Stream dataStream = response.GetResponseStream();\n                // Open the stream using a StreamReader for easy access.  \n                StreamReader reader = new StreamReader(dataStream);\n                // Read the content.  \n                string responseFromServer = reader.ReadToEnd();\n                // Display the content.  \n                return Convert.ToInt32(responseFromServer);\n\n            }\n            catch (Exception)\n            {\n                return 100000;\n            }\n        }\n\n        public bool ConfirmRiffWave(string path)\n        {\n            using var reader = new BinaryReader(File.OpenRead(path));\n            reader.BaseStream.Position = 0x00;\n            long WAVHeader1 = reader.ReadInt32();\n            reader.BaseStream.Position = 0x08;\n            long WAVHeader2 = reader.ReadInt32();\n\n            return WAVHeader1 == 1179011410 & WAVHeader2 == 1163280727;\n        }\n\n        public void OpenDialog(string title, string msg)\n        {\n            Custom_Message cm = new Custom_Message(title, msg);\n            try\n            {\n                cm.Owner = mw;\n            }\n            catch (Exception) { }\n            cm.ShowDialog();\n        }\n        public MainViewModel()\n        {\n            if (!Environment.Is64BitOperatingSystem)\n            {\n                List<string> Tools = ToolCheck.ToolNames.ToList();\n                Tools.Add(\"NUSPacker.jar\");\n                ToolCheck.ToolNames = Tools.ToArray();\n            }\n\n            // Clean up unnecessary folders\n            CleanUpFolders();\n\n            // Ensure settings paths are initialized properly\n            InitializePaths();\n\n            JsonSettingsManager.SaveSettings();\n            ArePathsSet();\n\n            Update(false);\n\n            toolCheck();\n            BaseCheck();\n\n            GameConfiguration = new GameConfig();\n            if (!ValidatePathsStillExist() && JsonSettingsManager.Settings.SetBaseOnce && JsonSettingsManager.Settings.SetOutOnce)\n            {\n                Custom_Message cm = new Custom_Message(\"Issue\", \" One of your added Paths seems to not exist anymore. \\n The Tool is now using it's default Paths \\n Please check the paths in the Path menu! \");\n                try\n                {\n                    cm.Owner = mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.ShowDialog();\n            }\n            UpdatePathSet();\n\n            GetAllBases();\n        }\n\n        private void CleanUpFolders()\n        {\n            if (Directory.Exists(@\"bases\")) Directory.Delete(@\"bases\", true);\n            if (Directory.Exists(@\"temp\")) Directory.Delete(@\"temp\", true);\n\n            if (Directory.Exists(@\"keys\"))\n            {\n                if (Directory.Exists(@\"bin\\keys\")) Directory.Delete(@\"bin\\keys\", true);\n                Injection.DirectoryCopy(\"keys\", \"bin/keys\", true);\n                Directory.Delete(\"keys\", true);\n            }\n\n            if (!Directory.Exists(\"InjectedGames\"))\n                Directory.CreateDirectory(\"InjectedGames\");\n\n            if (!Directory.Exists(\"SourceFiles\"))\n                Directory.CreateDirectory(\"SourceFiles\");\n\n            if (!Directory.Exists(\"bin\\\\BaseGames\"))\n                Directory.CreateDirectory(\"bin\\\\BaseGames\");\n        }\n\n        private void InitializePaths()\n        {\n            if (string.IsNullOrEmpty(JsonSettingsManager.Settings.OutPath))\n                JsonSettingsManager.Settings.OutPath = Path.Combine(Directory.GetCurrentDirectory(), \"InjectedGames\");\n\n            if (string.IsNullOrEmpty(JsonSettingsManager.Settings.BasePath))\n                JsonSettingsManager.Settings.BasePath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"BaseGames\");\n        }\n\n\n        public string turbocd()\n        {\n            string ret = string.Empty;\n            Custom_Message cm = new Custom_Message(\"Information\", \" Please put a TurboGrafX CD ROM into a folder and select said folder. \\n\\n The Folder should at least contain: \\n EXACTLY ONE *.hcd file \\n One or more *.ogg files \\n One or More *.bin files \\n\\n Not doing so will result in a faulty Inject. You have been warned! \");\n            try\n            {\n                cm.Owner = mw;\n            }\n            catch (Exception) { }\n            cm.ShowDialog();\n\n            using (var dialog = new CommonOpenFileDialog())\n            {\n                dialog.IsFolderPicker = true;\n                CommonFileDialogResult result = dialog.ShowDialog();\n                if (result == CommonFileDialogResult.Ok)\n                {\n                    try\n                    {\n                        if (DirectoryIsEmpty(dialog.FileName))\n                        {\n                            cm = new Custom_Message(\"Issue\", \" The folder is Empty. Please choose another folder \");\n                            try\n                            {\n                                cm.Owner = mw;\n                            }\n                            catch (Exception) { }\n                            cm.ShowDialog();\n                        }\n                        else\n                        {\n                            if (Directory.GetDirectories(dialog.FileName).Length > 0)\n                            {\n                                cm = new Custom_Message(\"Issue\", \" This folder mustn't contain any subfolders. \");\n                                try\n                                {\n                                    cm.Owner = mw;\n                                }\n                                catch (Exception) { }\n                                cm.ShowDialog();\n\n                            }\n                            else\n                            {\n                                //WUP\n                                if (Directory.GetFiles(dialog.FileName, \"*.hcd\").Length == 1 && Directory.GetFiles(dialog.FileName, \"*.ogg\").Length > 0 && Directory.GetFiles(dialog.FileName, \"*.bin\").Length > 0)\n                                    ret = dialog.FileName;\n                                else\n                                {\n                                    cm = new Custom_Message(\"Issue\", \" This Folder does not contain needed minimum of Files \");\n                                    try\n                                    {\n                                        cm.Owner = mw;\n                                    }\n                                    catch (Exception) { }\n                                    cm.ShowDialog();\n\n                                }\n\n                            }\n                        }\n                    }\n                    catch (Exception)\n                    {\n\n                    }\n                }\n\n            }\n\n            return ret;\n        }\n        public GameConfig saveconf = null;\n        public void resetCBASE()\n        {\n            cb?.Reset();\n        }\n        public void removeCBASE()\n        {\n            cb = null;\n        }\n        public void setThing(Page T)\n        {\n            Thing = T;\n        }\n        public void SetCBASE(CustomBaseFrame cbs)\n        {\n            cb = cbs;\n        }\n        public void setMW(MainWindow mwi)\n        {\n            mw = mwi;\n        }\n        public bool cd = false;\n        public void ExportFile()\n        {\n            string drcp = null;\n            string tvcp = null;\n            string iccp = null;\n            string lgcp = null;\n            string incp = null;\n            if (GameConfiguration.TGADrc.ImgPath != null || GameConfiguration.TGADrc.ImgPath == \"\") drcp = string.Copy(GameConfiguration.TGADrc.ImgPath);\n            if (GameConfiguration.TGATv.ImgPath != null || GameConfiguration.TGATv.ImgPath == \"\") tvcp = string.Copy(GameConfiguration.TGATv.ImgPath);\n            if (GameConfiguration.TGAIco.ImgPath != null || GameConfiguration.TGAIco.ImgPath == \"\") iccp = string.Copy(GameConfiguration.TGAIco.ImgPath);\n            if (GameConfiguration.TGALog.ImgPath != null || GameConfiguration.TGALog.ImgPath == \"\") lgcp = string.Copy(GameConfiguration.TGALog.ImgPath);\n            GameConfiguration.pixelperfect = pixelperfect;\n            GameConfiguration.lr = LR;\n            GameConfiguration.pokepatch = PokePatch;\n            GameConfiguration.tgcd = cd;\n            GameConfiguration.donttrim = donttrim;\n            GameConfiguration.motepass = passtrough;\n            GameConfiguration.jppatch = jppatch;\n            GameConfiguration.vm = Patch;\n            GameConfiguration.vmtopal = toPal;\n            GameConfiguration.rf = regionfrii;\n            GameConfiguration.rfjp = regionfriijp;\n            GameConfiguration.rfus = regionfriius;\n            if (Index != -1)\n            {\n                GameConfiguration.disgamepad = false;\n            }\n            else\n            {\n                GameConfiguration.disgamepad = true;\n            }\n            GameConfiguration.fourbythree = cd;\n            if (GameConfiguration.N64Stuff.INIPath != null || GameConfiguration.N64Stuff.INIPath == \"\") incp = string.Copy(GameConfiguration.N64Stuff.INIPath);\n            ReadBootSoundIntoConfig();\n            ReadImagesIntoConfig();\n            if (GameConfiguration.Console == GameConsoles.N64)\n            {\n                ReadIniIntoConfig();\n            }\n            GameConfig backup = GameConfiguration;\n            if (test == GameConsoles.GCN) backup.Console = GameConsoles.GCN;\n            if (GameConfiguration.TGADrc.ImgBin != null && GameConfiguration.TGADrc.ImgBin.Length > 0) backup.TGADrc.ImgPath = \"Added via Config\";\n            if (GameConfiguration.TGATv.ImgBin != null && GameConfiguration.TGATv.ImgBin.Length > 0) backup.TGATv.ImgPath = \"Added via Config\";\n            if (GameConfiguration.TGALog.ImgBin != null && GameConfiguration.TGALog.ImgBin.Length > 0) backup.TGALog.ImgPath = \"Added via Config\";\n            if (GameConfiguration.TGAIco.ImgBin != null && GameConfiguration.TGAIco.ImgBin.Length > 0) backup.TGAIco.ImgPath = \"Added via Config\";\n            if (GameConfiguration.N64Stuff.INIBin != null && GameConfiguration.N64Stuff.INIBin.Length > 0) backup.N64Stuff.INIPath = \"Added via Config\";\n            if (GameConfiguration.GameName == \"\" || GameConfiguration.GameName == null) backup.GameName = \"NoName\";\n            GameConfiguration.Index = Index;\n            CheckAndFixConfigFolder();\n            var sanitizedGameName = backup.GameName;\n            Array.ForEach(Path.GetInvalidFileNameChars(),\n                  c => sanitizedGameName = sanitizedGameName.Replace(c.ToString(), string.Empty));\n            string outputPath = $@\"configs\\[{backup.Console}]{sanitizedGameName}.uwuvci\";\n            int i = 1;\n            while (File.Exists(outputPath))\n            {\n                outputPath = $@\"configs\\[{backup.Console}]{sanitizedGameName}_{i}.uwuvci\";\n                i++;\n            }\n\n            Stream createConfigStream = new FileStream(outputPath, FileMode.Create, FileAccess.Write);\n            GZipStream compressedStream = new GZipStream(createConfigStream, CompressionMode.Compress);\n            IFormatter formatter = new BinaryFormatter();\n            formatter.Serialize(compressedStream, backup);\n            compressedStream.Close();\n            createConfigStream.Close();\n            Custom_Message cm = new Custom_Message(\"Export success\", \" The Config was successfully exported.\\n Click the Open Folder Button to open the Location where the Config is stored. \", Path.Combine(Directory.GetCurrentDirectory(), outputPath));\n            try\n            {\n                cm.Owner = mw;\n            }\n            catch (Exception) { }\n            cm.ShowDialog();\n\n            GameConfiguration.TGADrc.ImgPath = drcp;\n            GameConfiguration.TGATv.ImgPath = tvcp;\n            GameConfiguration.TGAIco.ImgPath = iccp;\n            GameConfiguration.TGALog.ImgPath = lgcp;\n            GameConfiguration.TGADrc.ImgBin = null;\n            GameConfiguration.TGATv.ImgBin = null;\n            GameConfiguration.TGAIco.ImgBin = null;\n            GameConfiguration.TGALog.ImgBin = null;\n            if (incp != null)\n            {\n                GameConfiguration.N64Stuff.INIBin = null;\n                GameConfiguration.N64Stuff.INIPath = incp;\n            }\n            /*if (GameConfiguration.Console == GameConsoles.N64)\n            {\n                (thing as N64Config).reset();\n            }\n            else if (gameConfiguration.Console == GameConsoles.TG16)\n            {\n                (thing as TurboGrafX).reset();\n            }\n            else if (gameConfiguration.Console == GameConsoles.WII && test != GameConsoles.GCN)\n            {\n                (thing as WiiConfig).reset();\n            }\n            else if (test == GameConsoles.GCN)\n            {\n                (thing as GCConfig).reset();\n            }\n            else\n            {\n                try\n                {\n                    (thing as OtherConfigs).reset();\n                }\n                catch (Exception e)\n                {\n                    (thing as GCConfig).reset();\n                }\n            }*/\n        }\n        public void ImportConfig(string configPath)\n        {\n            FileInfo fn = new FileInfo(configPath);\n            if (Directory.Exists(@\"bin\\cfgBoot\"))\n            {\n                Directory.Delete(@\"bin\\cfgBoot\", true);\n            }\n            if (fn.Extension.Contains(\"uwuvci\"))\n            {\n                FileStream inputConfigStream = new FileStream(configPath, FileMode.Open, FileAccess.Read);\n                GZipStream decompressedConfigStream = new GZipStream(inputConfigStream, CompressionMode.Decompress);\n                IFormatter formatter = new BinaryFormatter();\n                GameConfiguration = (GameConfig)formatter.Deserialize(decompressedConfigStream);\n                pixelperfect = GameConfiguration.pixelperfect;\n                LR = GameConfiguration.lr;\n                cd = GameConfiguration.tgcd;\n                PokePatch = GameConfiguration.pokepatch;\n                passtrough = GameConfiguration.motepass;\n                jppatch = GameConfiguration.jppatch;\n                Patch = GameConfiguration.vm;\n                toPal = GameConfiguration.vmtopal;\n                regionfrii = GameConfiguration.rf;\n                regionfriijp = GameConfiguration.rfjp;\n                regionfriius = GameConfiguration.rfus;\n            }\n            if (GameConfiguration.Console == GameConsoles.N64)\n            {\n                (thing as N64Config).getInfoFromConfig();\n            }\n            else if (gameConfiguration.Console == GameConsoles.TG16)\n            {\n                (thing as TurboGrafX).getInfoFromConfig();\n            }\n            else if (gameConfiguration.Console == GameConsoles.WII && test != GameConsoles.GCN)\n            {\n                (thing as WiiConfig).getInfoFromConfig();\n            }\n            else if (test == GameConsoles.GCN)\n            {\n                (thing as GCConfig).getInfoFromConfig();\n            }\n            else if (gameConfiguration.Console == GameConsoles.GBA)\n            {\n                (thing as GBA).getInfoFromConfig();\n            }\n            else\n            {\n                try\n                {\n                    (thing as OtherConfigs).getInfoFromConfig();\n                }\n                catch (Exception)\n                {\n                    (thing as GCConfig).getInfoFromConfig();\n                }\n            }\n        }\n        public void ReadBootSoundIntoConfig()\n        {\n            ReadFileAsBin(GameConfiguration, bootsound, 6);\n        }\n\n        public void ReadImagesIntoConfig()\n        {\n            ReadFileAsBin(GameConfiguration, GameConfiguration.TGAIco.ImgPath, 1);\n            ReadFileAsBin(GameConfiguration, GameConfiguration.TGADrc.ImgPath, 2);\n            ReadFileAsBin(GameConfiguration, GameConfiguration.TGATv.ImgPath, 3);\n            ReadFileAsBin(GameConfiguration, GameConfiguration.TGALog.ImgPath, 4);\n        }\n        public void ReadIniIntoConfig()\n        {\n            ReadFileAsBin(GameConfiguration, GameConfiguration.N64Stuff.INIPath, 5);\n        }\n\n        private void ReadFileAsBin(GameConfig file, string FilePath, int scase)\n        {\n            if (FilePath != null)\n            {\n                try\n                {\n                    var filedata = new FileStream(FilePath, FileMode.Open);\n                    var len = (int)filedata.Length;\n                    switch (scase)\n                    {\n                        case 1:\n                            file.TGAIco.ImgBin = new byte[len];\n                            filedata.Read(file.TGAIco.ImgBin, 0, len);\n                            break;\n                        case 2:\n                            file.TGADrc.ImgBin = new byte[len];\n                            filedata.Read(file.TGADrc.ImgBin, 0, len);\n                            break;\n                        case 3:\n                            file.TGATv.ImgBin = new byte[len];\n                            filedata.Read(file.TGATv.ImgBin, 0, len);\n                            break;\n                        case 4:\n                            file.TGALog.ImgBin = new byte[len];\n                            filedata.Read(file.TGALog.ImgBin, 0, len);\n                            break;\n                        case 5:\n                            file.N64Stuff.INIBin = new byte[len];\n                            filedata.Read(file.N64Stuff.INIBin, 0, len);\n                            break;\n                        case 6:\n\n                            file.bootsound = new byte[len];\n                            filedata.Read(file.bootsound, 0, len);\n                            file.extension = new FileInfo(FilePath).Extension.Replace(\".\", \"\");\n                            break;\n                    }\n\n                    filedata.Close();\n                }\n                catch (Exception)\n                {\n                    switch (scase)\n                    {\n                        case 1:\n                            file.TGAIco.ImgBin = null;\n                            break;\n                        case 2:\n                            file.TGADrc.ImgBin = null;\n\n                            break;\n                        case 3:\n                            file.TGATv.ImgBin = null;\n\n                            break;\n                        case 4:\n                            file.TGALog.ImgBin = null;\n                            break;\n                        case 5:\n                            file.N64Stuff.INIBin = null;\n                            break;\n                    }\n                }\n            }\n\n\n        }\n        public bool donttrim = false;\n        private static void CheckAndFixConfigFolder()\n        {\n            if (!Directory.Exists(@\"configs\"))\n                Directory.CreateDirectory(@\"configs\");\n        }\n        public void Pack(bool loadiine)\n        {\n            string consoleName =  GameConfiguration.Console.ToString();\n\n            if (GC)\n                consoleName = GameConsoles.GCN.ToString();\n\n            ValidatePathsStillExist();\n            if (loadiine)\n                Injection.Loadiine(GameConfiguration.GameName, consoleName);\n\n            else\n            {\n                if (gameConfiguration.GameName != null)\n                {\n                    Regex reg = new Regex(\"[^a-zA-Z0-9 é -]\");\n                    gameConfiguration.GameName = gameConfiguration.GameName.Replace(\"|\", \" \");\n                    gameConfiguration.GameName = reg.Replace(gameConfiguration.GameName, \"\");\n                }\n\n                Task.Run(() => { Injection.Packing(GameConfiguration.GameName, consoleName, this); });\n\n                DownloadWait dw = new DownloadWait(\"Packing Inject - Please Wait\", \"\", this);\n                try\n                {\n                    dw.changeOwner(mw);\n                }\n                catch (Exception) { }\n                dw.ShowDialog();\n\n                Progress = 0;\n                string extra = \"\";\n                string names = \"Copy to SD\";\n                if (GameConfiguration.Console == GameConsoles.WII) extra = \"\\n Some games cannot reboot into the WiiU Menu. Shut down via the GamePad. \\n If Stuck in a BlackScreen, you need to unplug your WiiU.\";\n                if (GameConfiguration.Console == GameConsoles.WII && romPath.ToLower().Contains(\".wad\")) extra += \"\\n Make sure that the chosen WAD is installed in your vWii!\";\n                if (GC)\n                {\n                    extra = \"\\n Make sure to have Nintendon't + config on your SD.\\n You can add them by pressing the \\\"SD Setup\\\" button or using the \\\"Start Nintendont Config Tool\\\" button under Settings. \";\n                    names = \"SD Setup\";\n                }\n                gc2rom = \"\";\n\n                Custom_Message cm = new Custom_Message(\"Injection Complete\", $\" You need CFW (ex: haxchi, mocha, tiramisu, or aroma) to run and install this inject! \\n It's recommended to install onto USB to avoid brick risks.{extra}\\n To Open the Location of the Inject press Open Folder.\\n If you want the inject to be put on your SD now, press {names}. \", JsonSettingsManager.Settings.OutPath); try\n                {\n                    cm.Owner = mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n            }\n            LGameBasesString.Clear();\n            CanInject = false;\n            RomSet = false;\n            RomPath = null;\n            Injected = false;\n            GameConfiguration.CBasePath = null;\n            GC = false;\n            bootsound = \"\";\n            NKITFLAG = false;\n            CBasePath = null;\n            prodcode = \"\";\n            ClearImage();\n            foldername = \"\";\n            mw.ListView_Click(mw.listCONS, null);\n        }\n\n        private void ClearImage()\n        {\n            switch (GameConfiguration.Console)\n            {\n                case GameConsoles.NDS:\n                    (thing as OtherConfigs).icoIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).tvIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).drcIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).logIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).Injection.IsEnabled = false;\n\n                    break;\n                case GameConsoles.GBA:\n                    (thing as GBA).icoIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as GBA).tvIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as GBA).drcIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as GBA).logIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as GBA).Injection.IsEnabled = false;\n                    break;\n                case GameConsoles.N64:\n                    (thing as N64Config).icoIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as N64Config).tvIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as N64Config).drcIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as N64Config).logIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as N64Config).Injection.IsEnabled = false;\n                    break;\n                case GameConsoles.NES:\n                    (thing as OtherConfigs).icoIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).tvIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).drcIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).logIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).Injection.IsEnabled = false;\n                    break;\n                case GameConsoles.SNES:\n                    (thing as OtherConfigs).icoIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).tvIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).drcIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).logIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).Injection.IsEnabled = false;\n                    break;\n                case GameConsoles.TG16:\n                    (thing as TurboGrafX).icoIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as TurboGrafX).tvIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as TurboGrafX).drcIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as TurboGrafX).logIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as TurboGrafX).Injection.IsEnabled = false;\n                    break;\n                case GameConsoles.MSX:\n                    (thing as OtherConfigs).icoIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).tvIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).drcIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).logIMG.Visibility = System.Windows.Visibility.Hidden;\n                    (thing as OtherConfigs).Injection.IsEnabled = false;\n                    break;\n                case GameConsoles.WII:\n                    if (test == GameConsoles.GCN)\n                    {\n                        (thing as GCConfig).icoIMG.Visibility = System.Windows.Visibility.Hidden;\n                        (thing as GCConfig).tvIMG.Visibility = System.Windows.Visibility.Hidden;\n                        (thing as GCConfig).drcIMG.Visibility = System.Windows.Visibility.Hidden;\n                        (thing as GCConfig).logIMG.Visibility = System.Windows.Visibility.Hidden;\n                        (thing as GCConfig).Injection.IsEnabled = false;\n                    }\n                    else\n                    {\n                        (thing as WiiConfig).icoIMG.Visibility = System.Windows.Visibility.Hidden;\n                        (thing as WiiConfig).tvIMG.Visibility = System.Windows.Visibility.Hidden;\n                        (thing as WiiConfig).drcIMG.Visibility = System.Windows.Visibility.Hidden;\n                        (thing as WiiConfig).logIMG.Visibility = System.Windows.Visibility.Hidden;\n                        (thing as WiiConfig).Injection.IsEnabled = false;\n                    }\n                    break;\n            }\n        }\n\n        DownloadWait Injectwait;\n        public void runInjectThread(bool force)\n        {\n\n            timer.Interval = TimeSpan.FromSeconds(1);\n            timer.Tick += timer_Tick2;\n            timer.Start();\n            var thread = new Thread(() =>\n            {\n                Injectwait = new DownloadWait(\"Injecting Game - Please Wait\", \"\", this);\n\n                try\n                {\n                    Injectwait.changeOwner(mw);\n                }\n                catch (Exception) { }\n                Injectwait.Topmost = true;\n                Injectwait.ShowDialog();\n\n            });\n            thread.SetApartmentState(ApartmentState.STA);\n            thread.Start();\n\n\n        }\n        public bool failed = false;\n\n        public void Inject(bool force)\n        {\n            ValidatePathsStillExist();\n            /* var task = new Task(() => runInjectThread(true));\n              task.Start();*/\n            Task.Run(() =>\n            {\n                if (Injection.Inject(GameConfiguration, RomPath, this, force))\n                {\n                    Injected = true;\n                    injected2 = true;\n                    if (GameConfiguration.Console == GameConsoles.WII || GameConfiguration.Console == GameConsoles.GCN)\n                        injected2 = false;\n\n                }\n                else { Injected = false; injected2 = false; }\n            });\n            DownloadWait dw = new DownloadWait(\"Injecting Game - Please Wait\", \"\", this);\n            try\n            {\n                dw.changeOwner(mw);\n            }\n            catch (Exception) { }\n            dw.ShowDialog();\n            Progress = 0;\n            if (Injected)\n            {\n                Custom_Message cm = new Custom_Message(\"Finished Injection Part\", \" Injection Finished, please choose how you want to export the Inject next. \");\n                try\n                {\n                    cm.Owner = mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n            }\n            else\n            {\n                if (failed)\n                {\n                    MessageBox.Show(\"In here\");\n                    mw.allowBypass();\n                    if (debug)\n                    {\n                        mw.setDebug(true);\n                    }\n                    Inject(force);\n                }\n            }\n\n\n        }\n        private void BaseCheck()\n        {\n            if (Directory.Exists(@\"bin\\bases\"))\n            {\n                var test = GetMissingVCBs();\n                if (test.Count > 0)\n                {\n                    if (CheckForInternetConnection())\n                    {\n                        Progress = 0;\n                        Task.Run(() =>\n                        {\n                            double stuff = 100 / test.Count;\n                            foreach (string s in test)\n                            {\n                                DownloadBase(s, this);\n                                Progress += Convert.ToInt32(stuff);\n                            }\n                            Progress = 100;\n                        });\n                        DownloadWait dw = new DownloadWait(\"Downloading needed Data - Please Wait\", \"\", this);\n                        try\n                        {\n                            dw.changeOwner(mw);\n                        }\n                        catch (Exception) { }\n                        dw.ShowDialog();\n\n                        BaseCheck();\n                    }\n                    else\n                    {\n                        Custom_Message dw = new Custom_Message(\"No Internet connection\", \" You have files missing, which need to be downloaded but you dont have an Internet Connection. \\n The Program will now terminate \");\n                        try\n                        {\n                            dw.Owner = mw;\n                        }\n                        catch (Exception) { }\n                        dw.ShowDialog();\n                        Environment.Exit(1);\n                    }\n\n\n\n                }\n            }\n            else\n            {\n                if (CheckForInternetConnection())\n                {\n                    Directory.CreateDirectory(@\"bin\\bases\");\n                    var test = GetMissingVCBs();\n                    Progress = 0;\n                    Task.Run(() =>\n                    {\n                        double stuff = 100 / test.Count;\n                        foreach (string s in test)\n                        {\n                            DownloadBase(s, this);\n                            Progress += Convert.ToInt32(stuff);\n                        }\n                        Progress = 100;\n                    });\n                    DownloadWait dw = new DownloadWait(\"Downloading needed Data - Please Wait\", \"\", this);\n                    try\n                    {\n                        dw.changeOwner(mw);\n                    }\n                    catch (Exception) { }\n                    dw.ShowDialog();\n                    Progress = 0;\n                    BaseCheck();\n                }\n                else\n                {\n                    Custom_Message dw = new Custom_Message(\"No Internet connection\", \" You have files missing, which need to be downloaded but you dont have an Internet Connection. \\n The Program will now terminate \");\n                    try\n                    {\n                        dw.Owner = mw;\n                    }\n                    catch (Exception) { }\n                    dw.ShowDialog();\n                    Environment.Exit(1);\n                }\n            }\n        }\n        public void UpdateTools()\n        {\n            if (CheckForInternetConnection())\n            {\n                string[] bases = ToolCheck.ToolNames;\n                Task.Run(() =>\n                {\n                    Progress = 0;\n                    double l = 100 / bases.Length;\n                    foreach (string s in bases)\n                    {\n                        DeleteTool(s);\n                        DownloadTool(s, this);\n                        Progress += Convert.ToInt32(l);\n                    }\n                    Progress = 100;\n                });\n\n                DownloadWait dw = new DownloadWait(\"Updating Tools - Please Wait\", \"\", this);\n                try\n                {\n                    dw.changeOwner(mw);\n                }\n                catch (Exception)\n                {\n\n                }\n                dw.ShowDialog();\n                toolCheck();\n                Custom_Message cm = new Custom_Message(\"Finished Update\", \" Finished Updating Tools! Restarting UWUVCI AIO \");\n                try\n                {\n                    cm.Owner = mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n                Process p = new Process();\n                p.StartInfo.FileName = System.Windows.Application.ResourceAssembly.Location;\n                if (debug)\n                {\n                    if (saveworkaround)\n                    {\n                        p.StartInfo.Arguments = \"--debug --skip --spacebypass\";\n                    }\n                    else\n                    {\n                        p.StartInfo.Arguments = \"--debug --skip\";\n                    }\n\n                }\n                else\n                {\n                    if (saveworkaround)\n                    {\n                        p.StartInfo.Arguments = \"--skip --spacebypass\";\n                    }\n                    else\n                    {\n                        p.StartInfo.Arguments = \"--skip\";\n                    }\n                }\n                p.Start();\n                Environment.Exit(0);\n            }\n\n        }\n        public void ResetTKQuest()\n        {\n            Custom_Message cm = new Custom_Message(\"Resetting TitleKeys\", \" This Option will reset all entered TitleKeys meaning you will need to reenter them again! \\n Do you still wish to continue?\");\n            try\n            {\n                cm.Owner = mw;\n            }\n            catch (Exception) { }\n            cm.ShowDialog();\n            cm.Close();\n\n        }\n        public void ResetTitleKeys()\n        {\n            File.Delete(\"bin/keys/gba.vck\");\n            File.Delete(\"bin/keys/nds.vck\");\n            File.Delete(\"bin/keys/nes.vck\");\n            File.Delete(\"bin/keys/n64.vck\");\n            File.Delete(\"bin/keys/msx.vck\");\n            File.Delete(\"bin/keys/tg16.vck\");\n            File.Delete(\"bin/keys/snes.vck\");\n            File.Delete(\"bin/keys/wii.vck\");\n            Custom_Message cm = new Custom_Message(\"Reset Successful\", \" The TitleKeys are now reset. \\n The Program will now restart.\");\n            try\n            {\n                cm.Owner = mw;\n            }\n            catch (Exception) { }\n            cm.ShowDialog();\n            mw.Close();\n            Process p = new Process();\n            p.StartInfo.FileName = System.Windows.Application.ResourceAssembly.Location;\n            if (debug)\n            {\n                p.StartInfo.Arguments = \"--debug --skip\";\n            }\n            else\n            {\n                p.StartInfo.Arguments = \"--skip\";\n            }\n            p.Start();\n            Environment.Exit(0);\n\n\n        }\n        public void UpdateBases()\n        {\n            if (CheckForInternetConnection())\n            {\n                string[] bases = { \"bases.vcbnds\", \"bases.vcbn64\", \"bases.vcbgba\", \"bases.vcbsnes\", \"bases.vcbnes\", \"bases.vcbtg16\", \"bases.vcbmsx\", \"bases.vcbwii\" };\n                Task.Run(() => {\n                    Progress = 0;\n                    double l = 100 / bases.Length;\n                    foreach (string s in bases)\n                    {\n                        DeleteBase(s);\n                        DownloadBase(s, this);\n\n                        GameConsoles g = new GameConsoles();\n                        if (s.Contains(\"nds\")) g = GameConsoles.NDS;\n                        if (s.Contains(\"nes\")) g = GameConsoles.NES;\n                        if (s.Contains(\"snes\")) g = GameConsoles.SNES;\n                        if (s.Contains(\"n64\")) g = GameConsoles.N64;\n                        if (s.Contains(\"gba\")) g = GameConsoles.GBA;\n                        if (s.Contains(\"tg16\")) g = GameConsoles.TG16;\n                        if (s.Contains(\"msx\")) g = GameConsoles.MSX;\n                        if (s.Contains(\"wii\")) g = GameConsoles.WII;\n                        UpdateKeyFile(VCBTool.ReadBasesFromVCB($@\"bin/bases/{s}\"), g);\n                        Progress += Convert.ToInt32(l);\n                    }\n                    Progress = 100;\n                });\n                DownloadWait dw = new DownloadWait(\"Updating Base Files - Please Wait\", \"\", this);\n                try\n                {\n                    dw.changeOwner(mw);\n                }\n                catch (Exception)\n                {\n\n                }\n                dw.ShowDialog();\n\n                Custom_Message cm = new Custom_Message(\"Finished Updating\", \" Finished Updating Bases! Restarting UWUVCI AIO \");\n                try\n                {\n                    cm.Owner = mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n                Process p = new Process();\n                p.StartInfo.FileName = System.Windows.Application.ResourceAssembly.Location;\n                if (debug)\n                {\n                    p.StartInfo.Arguments = \"--debug --skip\";\n                }\n                else\n                {\n                    p.StartInfo.Arguments = \"--skip\";\n                }\n                p.Start();\n                Environment.Exit(0);\n            }\n\n\n        }\n        public static int GetDeterministicHashCode(string str)\n        { \n            unchecked\n            {\n                int hash1 = (5381 << 16) + 5381;\n                int hash2 = hash1;\n\n                for (int i = 0; i < str.Length; i += 2)\n                {\n                    hash1 = ((hash1 << 5) + hash1) ^ str[i];\n                    if (i == str.Length - 1)\n                        break;\n                    hash2 = ((hash2 << 5) + hash2) ^ str[i + 1];\n                }\n\n                return hash1 + (hash2 * 1566083941);\n            }\n        }\n        public bool checkSysKey(string key)\n        {\n            if (key.GetHashCode() == -589797700 || GetDeterministicHashCode(key) == -589797700)\n            {\n                JsonSettingsManager.Settings.SysKey = key;\n                JsonSettingsManager.SaveSettings();\n                return true;\n            }\n            return false;\n        }\n        public bool SysKey1set()\n        {\n            return checkSysKey1(JsonSettingsManager.Settings.SysKey1);\n        }\n        public bool checkSysKey1(string key)\n        {\n            if (key.GetHashCode() == -1230232583 || (GetDeterministicHashCode(key) == -1230232583))\n            {\n                JsonSettingsManager.Settings.SysKey1 = key;\n                JsonSettingsManager.SaveSettings();\n                return true;\n            }\n            return false;\n        }\n        public bool SysKeyset()\n        {\n            return checkSysKey(JsonSettingsManager.Settings.SysKey);\n        }\n        public bool GetConsoleOfConfig(string configPath, GameConsoles console)\n        {\n            FileInfo fn = new FileInfo(configPath);\n            if (fn.Extension.Contains(\"uwuvci\"))\n            {\n                FileStream inputConfigStream = new FileStream(configPath, FileMode.Open, FileAccess.Read);\n                GZipStream decompressedConfigStream = new GZipStream(inputConfigStream, CompressionMode.Decompress);\n                IFormatter formatter = new BinaryFormatter();\n                GameConfig check = (GameConfig)formatter.Deserialize(decompressedConfigStream);\n                if (check.Console == console) return true;\n\n            }\n            return false;\n        }\n        public void selectConfig(GameConsoles console)\n        {\n            string ret = string.Empty;\n            using (var dialog = new System.Windows.Forms.OpenFileDialog())\n            {\n                dialog.InitialDirectory = Path.Combine(Directory.GetCurrentDirectory(), \"configs\");\n                dialog.Filter = \"UWUVCI Config (*.uwuvci) | *.uwuvci\";\n                DialogResult res = dialog.ShowDialog();\n                if (res == DialogResult.OK)\n                {\n                    ret = dialog.FileName;\n                    if (GetConsoleOfConfig(ret, console))\n                    {\n                        ImportConfig(ret);\n                        Custom_Message cm = new Custom_Message(\"Import Complete\", \" Importing of Config completed. \\n Please reselect a Base!\");\n                        try\n                        {\n                            cm.Owner = mw;\n                        }\n                        catch (Exception) { }\n                        cm.ShowDialog();\n                    }\n                    else\n                    {\n                        Custom_Message cm = new Custom_Message(\"Import Failed\", $\" The config you are trying to import is not made for {console.ToString()} Injections. \\n Please choose a config made for these kind of Injections or choose a different kind of Injection\");\n                        try\n                        {\n                            cm.Owner = mw;\n                        }\n                        catch (Exception) { }\n                        cm.ShowDialog();\n                    }\n                }\n            }\n\n        }\n        private bool RemoteFileExists(string url)\n        {\n            try\n            {\n                HttpWebRequest request = WebRequest.Create(url) as HttpWebRequest;\n                request.Method = \"HEAD\";\n                HttpWebResponse response = request.GetResponse() as HttpWebResponse;\n                response.Close();\n                return (response.StatusCode == HttpStatusCode.OK);\n            }\n            catch\n            {\n                return false;\n            }\n        }\n\n        public string GetFilePath(bool ROM, bool INI)\n        {\n            Custom_Message cm;\n            string ret = string.Empty;\n            if (ROM && !INI)\n            {\n                switch (GameConfiguration.Console)\n                {\n                    case GameConsoles.NDS:\n                        cm = new Custom_Message(\"Information\", \" You can only inject NDS ROMs that are not DSi Enhanced (example for not working: Pokémon Black & White) \\n\\n If attempting to inject a DSi Enhanced ROM, we will not give you any support with fixing said injection. \");\n                        try\n                        {\n                            cm.Owner = mw;\n                        }\n                        catch (Exception) { }\n                        if (!JsonSettingsManager.Settings.ndsw)\n                        {\n                            cm.ShowDialog();\n                        }\n\n\n                        break;\n                    case GameConsoles.SNES:\n                        cm = new Custom_Message(\"Information\", \" You can only inject SNES ROMs that are not using any Co-Processors (example for not working: Star Fox) \\n\\n If attempting to inject a ROM in need of a Co-Processor, we will not give you any support with fixing said injection. \");\n                        try\n                        {\n                            cm.Owner = mw;\n                        }\n                        catch (Exception) { }\n                        if (!JsonSettingsManager.Settings.snesw)\n                        {\n                            cm.ShowDialog();\n                        }\n\n                        break;\n                }\n            }\n\n            using (var dialog = new System.Windows.Forms.OpenFileDialog())\n            {\n                if (ROM)\n                {\n                    if (INI)\n                    {\n                        dialog.Filter = \"BootSound Files (*.mp3; *.wav; *.btsnd) | *.mp3;*.wav;*.btsnd\";\n                    }\n                    else if (GC)\n                    {\n                        dialog.Filter = \"GCN ROM (*.iso; *.gcm) | *.iso; *.gcm\";\n                    }\n                    else\n                    {\n                        switch (GameConfiguration.Console)\n                        {\n                            case GameConsoles.NDS:\n                                dialog.Filter = \"Nintendo DS ROM (*.nds; *.srl) | *.nds;*.srl\";\n                                break;\n                            case GameConsoles.N64:\n                                dialog.Filter = \"Nintendo 64 ROM (*.n64; *.v64; *.z64) | *.n64;*.v64;*.z64\";\n                                break;\n                            case GameConsoles.GBA:\n                                dialog.Filter = \"GameBoy Series ROM (*.gba;*.gbc;*.gb) | *.gba;*.gbc;*.gb\";\n                                break;\n                            case GameConsoles.NES:\n                                dialog.Filter = \"Nintendo Entertainment System ROM (*.nes) | *.nes\";\n                                break;\n                            case GameConsoles.SNES:\n                                dialog.Filter = \"Super Nintendo Entertainment System ROM (*.sfc; *.smc) | *.sfc;*.smc\";\n                                break;\n                            case GameConsoles.TG16:\n                                dialog.Filter = \"TurboGrafX-16 ROM (*.pce) | *.pce\";\n                                break;\n                            case GameConsoles.MSX:\n                                dialog.Filter = \"MSX/MSX2 ROM (*.ROM) | *.ROM\";\n                                break;\n                            case GameConsoles.WII:\n                                if (test == GameConsoles.GCN)\n                                    dialog.Filter = \"GC ROM (*.iso; *.gcm; *.nkit.iso; *.nkit.gcz) | *.iso; *.gcm; *.nkit.iso; *.nkit.gcz\";\n                                else\n                                    dialog.Filter = \"All Supported Types (*.*) | *.iso; *.wbfs; *.nkit.gcz; *.nkit.iso; *.dol; *.wad|Wii ROM (*.iso; *.wbfs; *.nkit.gcz; *.nkit.iso) | *.iso; *.wbfs; *.nkit.gcz; *.nkit.iso|Wii Homebrew (*.dol) | *.dol|Wii Channel (*.wad) | *.wad\";\n                                    // dialog.Filter = \"Wii ROM (*.iso; *.wbfs; *.nkit.gcz; *.nkit.iso) | *.iso; *.wbfs; *.nkit.gcz; *.nkit.iso|Wii Homebrew (*.dol) | *.dol|Wii Channel (*.wad) | *.wad\";\n\n                                break;\n                            case GameConsoles.GCN:\n                                dialog.Filter = \"GC ROM (*.iso; *.gcm; *.nkit.iso; *.nkit.gcz) | *.iso; *.gcm; *.nkit.iso; *.nkit.gcz\";\n                                break;\n                        }\n                    }\n\n                }\n                else if (!INI)\n                    dialog.Filter = \"Images (*.png; *.jpg; *.bmp; *.tga; *jpeg) | *.png;*.jpg;*.bmp;*.tga;*jpeg\";\n                else if (INI)\n                    dialog.Filter = \"N64 VC Configuration (*.ini) | *.ini\";\n\n                if (Directory.Exists(\"SourceFiles\"))\n                    dialog.InitialDirectory = \"SourceFiles\";\n\n                DialogResult res = dialog.ShowDialog();\n                if (res == DialogResult.OK)\n                {\n                    if (dialog.FileName.ToLower().Contains(\".gcz\"))\n                    {\n                        Custom_Message cm1 = new Custom_Message(\"Information\", \" Using a GameCube GCZ Nkit for a Wii Inject or vice versa will break things. \\n You will not be able to grab the BootImages or GameName using this type of ROM. \");\n                        try\n                        {\n                            cm1.Owner = mw;\n                        }\n                        catch (Exception)\n                        {\n\n                        }\n                        if (!JsonSettingsManager.Settings.gczw)\n                            cm1.ShowDialog();\n                    }\n                    ret = dialog.FileName;\n                }\n                else\n                    if (dialog.Filter.Contains(\"BootImages\") || dialog.Filter.Contains(\"BootSound\") || dialog.Filter.Contains(\"GCT\"))\n                        ret = \"\";\n            }\n            return ret;\n        }\n        public GameConsoles test;\n        private static void CopyBase(string console)\n        {\n            File.Copy(console, $@\"bin\\bases\\{console}\");\n            File.Delete(console);\n        }\n\n        private static void DeleteTool(string tool)\n        {\n            try { \n                File.Delete($@\"bin\\Tools\\{tool}\");\n            }\n            catch\n            {\n                //why does that try break everything? wtf\n            }\n        }\n        private static void DeleteBase(string console)\n        {\n            File.Delete($@\"bin\\bases\\{console}\");\n        }\n        public static List<string> GetMissingVCBs()\n        {\n            List<string> ret = new List<string>();\n            string path = @\"bin\\bases\\bases.vcb\";\n\n            if (!File.Exists(path + \"nds\"))\n                ret.Add(path + \"nds\");\n\n            if (!File.Exists(path + \"nes\"))\n                ret.Add(path + \"nes\");\n\n            if (!File.Exists(path + \"n64\"))\n                ret.Add(path + \"n64\");\n\n            if (!File.Exists(path + \"snes\"))\n                ret.Add(path + \"snes\");\n\n            if (!File.Exists(path + \"gba\"))\n                ret.Add(path + \"gba\");\n\n            if (!File.Exists(path + \"tg16\"))\n                ret.Add(path + \"tg16\");\n\n            if (!File.Exists(path + \"msx\"))\n                ret.Add(path + \"msx\");\n\n            if (!File.Exists(path + \"wii\"))\n                ret.Add(path + \"wii\");\n\n            return ret;\n        }\n        public static void DownloadBase(string name, MainViewModel mvm)\n        {\n            string olddir = Directory.GetCurrentDirectory();\n            try\n            {\n                string basePath = $@\"bin\\bases\\\";\n                Directory.SetCurrentDirectory(basePath);\n                using var client = new WebClient();\n                var fixname = name.Split('\\\\');\n\n                if (MacLinuxHelper.IsRunningInVirtualMachine() || MacLinuxHelper.IsRunningUnderWineOrSimilar())\n                    name = \"Net6/\" + name;\n\n                client.DownloadFile(getDownloadLink(name, false), fixname[fixname.Length - 1]);\n            }\n            catch (Exception e)\n            {\n                Console.WriteLine(e.Message);\n                Custom_Message cm = new Custom_Message(\"Error 005: \\\"Unable to Download VCB Base\\\"\", \" There was an Error downloading the VCB Base File. \\n The Programm will now terminate.\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n                Environment.Exit(1);\n            }\n            Directory.SetCurrentDirectory(olddir);\n        }\n        public static void DownloadTool(string name, MainViewModel mvm)\n        {\n            string olddir = Directory.GetCurrentDirectory();\n            try\n            {\n                if (Directory.GetCurrentDirectory().Contains(\"bin\") && Directory.GetCurrentDirectory().Contains(\"Tools\"))\n                    olddir = Directory.GetCurrentDirectory().Replace(\"bin\\\\Tools\", \"\");\n                else\n                {\n                    string basePath = $@\"bin\\Tools\\\";\n                    Directory.SetCurrentDirectory(basePath);\n                }\n                do\n                {\n                    if (File.Exists(name))\n                        File.Delete(name);\n\n                    using var client = new WebClient();\n                    client.DownloadFile(getDownloadLink(name, true), name);\n                } while (!ToolCheck.IsToolRight(name));\n            }\n            catch (Exception e)\n            {\n                Console.WriteLine(e.Message);\n                Custom_Message cm = new Custom_Message(\"Error 006: \\\"Unable to Download Tool\\\"\", \" There was an Error downloading the Tool. \\n The Programm will now terminate.\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n\n                Environment.Exit(1);\n            }\n            Directory.SetCurrentDirectory(olddir);\n        }\n        private static string getDownloadLink(string toolname, bool tool)\n        {\n            try\n            {\n                bool ok = false;\n                try\n                {\n                    using (WebClient client = new WebClient())\n                    {\n                        string result = client.DownloadString(\"https://uwuvciapi.azurewebsites.net/api/values\");\n                    }\n\n                    ok = true;\n                }\n                catch (WebException)\n                {\n                }\n                if (ok)\n                {\n                    WebRequest request;\n                    //get download link from uwuvciapi\n                    request = WebRequest.Create(\"https://uwuvciapi.azurewebsites.net/GetToolLink?\" + (tool ? \"tool=\" : \"vcb=\") + toolname);\n\n                    var response = request.GetResponse();\n                    using Stream dataStream = response.GetResponseStream();\n                    // Open the stream using a StreamReader for easy access.  \n                    StreamReader reader = new StreamReader(dataStream);\n                    // Read the content.  \n                    string responseFromServer = reader.ReadToEnd();\n                    // Display the content.  \n                    if (responseFromServer == \"\")\n                        if (tool)\n                            return $\"{ToolCheck.backupulr}{toolname}\";\n                        else\n                            return $@\"https://github.com/Hotbrawl20/UWUVCI-VCB/raw/master/\" + toolname;\n\n                    return responseFromServer;\n                }\n                else\n                {\n                    if (tool)\n                        return $\"{ToolCheck.backupulr}{toolname}\";\n                    else\n                        return $@\"https://github.com/Hotbrawl20/UWUVCI-VCB/raw/master/\" + toolname.Replace(\"bin\\\\bases\\\\\", \"\");\n                }\n\n\n            }\n            catch (Exception)\n            {\n                if (tool)\n                    return $\"{ToolCheck.backupulr}{toolname}\";\n                else\n                    return $@\"https://github.com/Hotbrawl20/UWUVCI-VCB/raw/master/\" + toolname.Replace(\"bin\\\\bases\\\\\", \"\");\n\n            }\n        }\n        public void InjcttoolCheck()\n        {\n            if (ToolCheck.DoesToolsFolderExist())\n            {\n                List<MissingTool> missingTools = new List<MissingTool>();\n                missingTools = ToolCheck.CheckForMissingTools();\n                if (missingTools.Count > 0)\n                {\n                    foreach (MissingTool m in missingTools)\n                        DownloadTool(m.Name, this);\n\n                    InjcttoolCheck();\n                }\n            }\n            else\n            {\n                Directory.CreateDirectory($@\"{Directory.GetCurrentDirectory()}bin\\\\Tools\");\n                InjcttoolCheck();\n            }\n        }\n        private void ThreadDownload(List<MissingTool> missingTools)\n        {\n            var thread = new Thread(() =>\n            {\n                double l = 100 / missingTools.Count;\n\n                foreach (MissingTool m in missingTools)\n                {\n                    if (m.Name == \"blank.ini\")\n                    {\n                        StreamWriter sw = new StreamWriter(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"Tools\", \"blank.ini\"));\n                        sw.Close();\n                    }\n                    else\n                        DownloadTool(m.Name, this);\n\n                    Progress += Convert.ToInt32(l);\n                }\n                Progress = 100;\n            });\n            thread.SetApartmentState(ApartmentState.STA);\n            thread.Start();\n        }\n        private void timer_Tick2(object sender, EventArgs e)\n        {\n            if (Progress == 100)\n            {\n                Injectwait.Close();\n                timer.Stop();\n                Progress = 0;\n            }\n        }\n        \n        private void toolCheck(int currentRetry = 0)\n        {\n            int maxRetries = 3;\n            if (ToolCheck.DoesToolsFolderExist())\n            {\n                List<MissingTool> missingTools = ToolCheck.CheckForMissingTools();\n                if (missingTools.Count > 0)\n                {\n                    Logger.Log(\"Missing tools detected.\");\n                    if (CheckForInternetConnection())\n                    {\n                        Task.Run(() => ThreadDownload(missingTools));\n                        ShowDownloadWaitDialog();\n\n                        // Retry logic after downloading\n                        if (currentRetry < maxRetries)\n                            toolCheck(currentRetry + 1);\n                        else\n                        {\n                            Logger.Log($\"Failed to download {missingTools} after retries.\");\n                            ShowMessage(\"Error\", \"Tool download failed after multiple attempts.\");\n                        }\n                    }\n                    else\n                    {\n                        ShowMessage(\"No Internet connection\", \"You have files missing, which need to be downloaded but there is no Internet Connection. The program will now terminate.\");\n                        Environment.Exit(1);\n                    }\n                }\n            }\n            else\n            {\n                try\n                {\n                    Directory.CreateDirectory(\"bin/Tools\");\n                    Logger.Log(\"Created Tools folder.\");\n                    toolCheck();  // Retry once after creating the directory\n                }\n                catch (Exception ex)\n                {\n                    ShowMessage(\"Error\", $\"Failed to create tools directory: {ex.Message}\");\n                    Logger.Log($\"Failed to create Tools folder: {ex.Message}\");\n                }\n            }\n        }\n\n        private void ShowDownloadWaitDialog()\n        {\n            DownloadWait dw = new DownloadWait(\"Downloading Tools - Please Wait\", \"\", this);\n            try\n            {\n                dw.changeOwner(mw);\n            }\n            catch (Exception) \n            {\n                Logger.Log(\"Failed to set DownloadWait owner.\");\n            }\n            dw.ShowDialog();\n            Thread.Sleep(200);  // Pause after showing dialog\n        }\n\n        private void ShowMessage(string title, string message)\n        {\n            Custom_Message cm = new Custom_Message(title, message);\n            try\n            {\n                cm.Owner = mw;\n            }\n            catch (Exception) { }\n            cm.ShowDialog();\n        }\n\n        public void UpdatePathSet()\n        {\n            PathsSet = JsonSettingsManager.Settings.PathsSet;\n\n            if (BaseStore != JsonSettingsManager.Settings.BasePath)\n                BaseStore = JsonSettingsManager.Settings.BasePath;\n\n            if (InjectStore != JsonSettingsManager.Settings.BasePath)\n                InjectStore = JsonSettingsManager.Settings.OutPath;\n        }\n\n        public bool ValidatePathsStillExist()\n        {\n            string basePath = JsonSettingsManager.Settings.BasePath;\n            string outPath = JsonSettingsManager.Settings.OutPath;\n\n            bool baseExists = EnsureDirectoryExists(ref basePath, \"bin/BaseGames\");\n            bool injectExists = EnsureDirectoryExists(ref outPath, \"InjectedGames\");\n\n            if (baseExists && injectExists)\n            {\n                JsonSettingsManager.Settings.BasePath = basePath;\n                JsonSettingsManager.Settings.OutPath = outPath;\n                JsonSettingsManager.Settings.PathsSet = true;\n                JsonSettingsManager.SaveSettings();\n                return true;\n            }\n\n            return false;\n        }\n\n        private bool EnsureDirectoryExists(ref string path, string defaultSubDir)\n        {\n            if (Directory.Exists(path))\n                return true;\n\n            string fullPath = Path.Combine(Directory.GetCurrentDirectory(), defaultSubDir);\n            Directory.CreateDirectory(fullPath);\n            path = fullPath;\n            return false;\n        }\n\n        public void GetBases(GameConsoles console)\n        {\n            string baseFilePath = $@\"bin/bases/bases.vcb{console.ToString().ToLower()}\";\n            var tempBases = VCBTool.ReadBasesFromVCB(baseFilePath);\n\n            LBases.Clear();\n            LBases.Add(new GameBases { Name = \"Custom\", Region = Regions.EU });\n            LBases.AddRange(tempBases);\n\n            LGameBasesString.Clear();\n            LGameBasesString.AddRange(LBases.Select(b => b.Name == \"Custom\" ? b.Name : $\"{b.Name} {b.Region}\"));\n        }\n\n        public GameBases getBasefromName(string name)\n        {\n            string nameWithoutRegion = name.Substring(0, name.Length - 3);\n            string region = name.Substring(name.Length - 2);\n\n            return LNDS.Concat(LN64).Concat(LNES).Concat(LSNES).Concat(LGBA).Concat(LTG16).Concat(LMSX).Concat(LWII)\n                       .FirstOrDefault(b => b.Name == nameWithoutRegion && b.Region.ToString() == region);\n        }\n\n\n        private void GetAllBases()\n        {\n            LN64.Clear();\n            LNDS.Clear();\n            LNES.Clear();\n            LSNES.Clear();\n            LGBA.Clear();\n            LTG16.Clear();\n            LMSX.Clear();\n            LWII.Clear();\n\n            lNDS = VCBTool.ReadBasesFromVCB($@\"bin/bases/bases.vcbnds\");\n            lNES = VCBTool.ReadBasesFromVCB($@\"bin/bases/bases.vcbnes\");\n            lSNES = VCBTool.ReadBasesFromVCB($@\"bin/bases/bases.vcbsnes\");\n            lN64 = VCBTool.ReadBasesFromVCB($@\"bin/bases/bases.vcbn64\");\n            lGBA = VCBTool.ReadBasesFromVCB($@\"bin/bases/bases.vcbgba\");\n            lTG16 = VCBTool.ReadBasesFromVCB($@\"bin/bases/bases.vcbtg16\");\n            lMSX = VCBTool.ReadBasesFromVCB($@\"bin/bases/bases.vcbmsx\");\n            lWii = VCBTool.ReadBasesFromVCB($@\"bin/bases/bases.vcbwii\");\n\n            CreateSettingIfNotExist(lNDS, GameConsoles.NDS);\n            CreateSettingIfNotExist(lNES, GameConsoles.NES);\n            CreateSettingIfNotExist(lSNES, GameConsoles.SNES);\n            CreateSettingIfNotExist(lGBA, GameConsoles.GBA);\n            CreateSettingIfNotExist(lN64, GameConsoles.N64);\n            CreateSettingIfNotExist(lTG16, GameConsoles.TG16);\n            CreateSettingIfNotExist(lMSX, GameConsoles.MSX);\n            CreateSettingIfNotExist(lWii, GameConsoles.WII);\n        }\n        private void CreateSettingIfNotExist(List<GameBases> basesList, GameConsoles console)\n        {\n            string keyFilePath = $@\"bin\\keys\\{console.ToString().ToLower()}.vck\";\n            if (!File.Exists(keyFilePath))\n            {\n                var keyList = basesList.Select(baseGame => new TKeys { Base = baseGame }).ToList();\n                KeyFile.ExportFile(keyList, console);\n            }\n            else\n                FixupKeys(basesList, console);\n        }\n\n        private void FixupKeys(List<GameBases> basesList, GameConsoles console)\n        {\n            string keyFilePath = $@\"bin\\keys\\{console.ToString().ToLower()}.vck\";\n            var savedKeys = KeyFile.ReadBasesFromKeyFile(keyFilePath);\n            var updatedKeys = savedKeys.Concat(\n                basesList.Where(baseGame => !savedKeys.Any(savedKey => savedKey.Base.Name == baseGame.Name && savedKey.Base.Region == baseGame.Region))\n                         .Select(baseGame => new TKeys { Base = baseGame })\n            ).ToList();\n\n            File.Delete(keyFilePath);\n            KeyFile.ExportFile(updatedKeys, console);\n        }\n\n        private void UpdateKeyFile(List<GameBases> basesList, GameConsoles console)\n        {\n            string keyFilePath = $@\"bin\\keys\\{console.ToString().ToLower()}.vck\";\n            if (File.Exists(keyFilePath))\n            {\n                var savedKeys = KeyFile.ReadBasesFromKeyFile(keyFilePath);\n                var updatedKeys = basesList.Select(baseGame =>\n                {\n                    var existingKey = savedKeys.FirstOrDefault(savedKey => savedKey.Base.Name == baseGame.Name && savedKey.Base.Region == baseGame.Region);\n                    return existingKey ?? new TKeys { Base = baseGame, Tkey = null };\n                }).ToList();\n\n                File.Delete(keyFilePath);\n                KeyFile.ExportFile(updatedKeys, console);\n            }\n        }\n\n        public void getTempList(GameConsoles console)\n        {\n            Ltemp = console switch\n            {\n                GameConsoles.NDS => LNDS,\n                GameConsoles.N64 => LN64,\n                GameConsoles.GBA => LGBA,\n                GameConsoles.NES => LNES,\n                GameConsoles.SNES => LSNES,\n                GameConsoles.TG16 => LTG16,\n                GameConsoles.MSX => LMSX,\n                GameConsoles.WII => LWII,\n                _ => throw new ArgumentOutOfRangeException(nameof(console), console, null)\n            };\n        }\n\n\n        public void EnterKey(bool ck)\n        {\n            EnterKey ek = new EnterKey(ck);\n            try\n            {\n                ek.Owner = mw;\n            }\n            catch (Exception) { }\n            ek.ShowDialog();\n        }\n        public bool checkcKey(string key)\n        {\n            string lowerKey = key.ToLower();\n            int keyHash = lowerKey.GetHashCode();\n\n            if (keyHash == 1274359530 || GetDeterministicHashCode(lowerKey) == -485504051)\n            {\n                JsonSettingsManager.Settings.Ckey = lowerKey;\n                ckeys = true;\n                JsonSettingsManager.SaveSettings();\n                return true;\n            }\n            ckeys = false;\n            return false;\n        }\n\n        public bool isCkeySet()\n        {\n            string lowerCKey = JsonSettingsManager.Settings.Ckey.ToLower();\n            ckeys = lowerCKey.GetHashCode() == 1274359530 || GetDeterministicHashCode(lowerCKey) == -485504051;\n            return ckeys;\n        }\n\n        public bool checkKey(string key)\n        {\n            string lowerKey = key.ToLower();\n            if (GbTemp.KeyHash == lowerKey.GetHashCode() || GbTemp.KeyHash == GetDeterministicHashCode(lowerKey))\n            {\n                string consoleName = GetConsoleOfBase(gbTemp).ToString().ToLower();\n                string keyFilePath = $@\"bin\\keys\\{consoleName}.vck\";\n                UpdateKeyInFile(lowerKey, keyFilePath, GbTemp, GetConsoleOfBase(gbTemp));\n                return true;\n            }\n            return false;\n        }\n\n        public void UpdateKeyInFile(string key, string file, GameBases baseGame, GameConsoles console)\n        {\n            if (File.Exists(file))\n            {\n                var keyEntries = KeyFile.ReadBasesFromKeyFile(file);\n                foreach (var entry in keyEntries)\n                    if (entry.Base.Name == baseGame.Name && entry.Base.Region == baseGame.Region)\n                        entry.Tkey = key;\n\n                File.Delete(file);\n                KeyFile.ExportFile(keyEntries, console);\n            }\n        }\n\n        public bool isKeySet(GameBases baseGame)\n        {\n            var keyEntries = KeyFile.ReadBasesFromKeyFile($@\"bin\\keys\\{GetConsoleOfBase(baseGame).ToString().ToLower()}.vck\");\n            return keyEntries.Any(entry => entry.Base.Name == baseGame.Name && entry.Base.Region == baseGame.Region && entry.Tkey != null);\n        }\n\n        public void ImageWarning()\n        {\n            Custom_Message cm = new Custom_Message(\"Image Warning\", \" Images need to either be in a Bit Depth of 32bit or 24bit. \\n If using Tools like paint.net do not choose the Auto function.\");\n            try\n            {\n                cm.Owner = mw;\n            }\n            catch (Exception) { }\n            cm.ShowDialog();\n\n        }\n        public bool choosefolder = false;\n        public bool CBaseConvertInfo()\n        {\n            Custom_Message cm = new Custom_Message(\"NUS Custom Base\", \" You seem to have added a NUS format Custom Base. \\n Do you want it to be converted to be used with the Injector?\");\n            try\n            {\n                cm.Owner = mw;\n            }\n            catch (Exception) { }\n            cm.ShowDialog();\n\n            if (choosefolder)\n            {\n                choosefolder = false;\n                return true;\n            }\n            return false;\n        }\n        public TKeys getTkey(GameBases baseGame)\n        {\n            var keyEntries = KeyFile.ReadBasesFromKeyFile($@\"bin\\keys\\{GetConsoleOfBase(baseGame).ToString().ToLower()}.vck\");\n            return keyEntries.FirstOrDefault(entry => entry.Base.Name == baseGame.Name && entry.Base.Region == baseGame.Region && entry.Tkey != null);\n        }\n\n        public void Download()\n        {\n            ValidatePathsStillExist();\n            if (CheckForInternetConnection())\n            {\n                DownloadWait dw;\n                \n                if (GameConfiguration.Console == GameConsoles.WII || GameConfiguration.Console == GameConsoles.GCN)\n                {\n                    double speed = TestDownloadSpeed();  // in MB/s\n                    TimeSpan estimatedTime = CalculateEstimatedTime(speed);\n\n                    // Start the actual download\n                    Task.Run(() => { Injection.Download(this); });\n\n                    // Display the waiting dialog with the estimated time\n                    dw = new DownloadWait(\"Downloading Base - Please Wait\", estimatedTime, this);\n                }\n                else\n                {\n                    Task.Run(() => { Injection.Download(this); });\n                    dw = new DownloadWait(\"Downloading Base - Please Wait\", \"\", this);\n                }\n                try\n                {\n                    dw.changeOwner(mw);\n                }\n                catch (Exception) { }\n                dw.ShowDialog();\n                Progress = 0;\n            }\n        }\n\n        private double TestDownloadSpeed()\n        {\n            Stopwatch sw = Stopwatch.StartNew();\n\n            //Using this file as a test file, it's about 16MB which should be small enough to not impact anything.\n            string url = \"https://github.com/NicoAICP/UWUVCI-Tools/raw/master/gba2.zip\";\n            byte[] data;\n            try\n            {\n                using var webClient = new WebClient();\n                data = webClient.DownloadData(url);\n            }\n            catch\n            {\n                return 0;\n            }\n\n            sw.Stop();\n            double timeTaken = sw.Elapsed.TotalSeconds;\n            double sizeOfData = data.Length / (1024.0 * 1024.0); // size in MB\n\n            return sizeOfData / timeTaken; // returns speed in MB/s\n        }\n\n        private TimeSpan CalculateEstimatedTime(double speedInMBps)\n        {\n            const double fileSize = 8.5 * 1024;  // file size in MB\n\n            if (speedInMBps <= 0) \n                return TimeSpan.MaxValue;\n\n            double estimatedTimeInSec = fileSize / speedInMBps;\n            return TimeSpan.FromSeconds(estimatedTimeInSec);\n        }\n\n\n        public GameConsoles GetConsoleOfBase(GameBases gb)\n        {\n            var consoleMappings = new Dictionary<GameConsoles, List<GameBases>>\n            {\n                { GameConsoles.NDS, lNDS },\n                { GameConsoles.N64, lN64 },\n                { GameConsoles.NES, lNES },\n                { GameConsoles.SNES, lSNES },\n                { GameConsoles.GBA, lGBA },\n                { GameConsoles.TG16, lTG16 },\n                { GameConsoles.MSX, lMSX },\n                { GameConsoles.WII, lWii }\n            };\n\n            foreach (var mapping in consoleMappings)\n                if (mapping.Value.Any(b => b.Name == gb.Name && b.Region == gb.Region))\n                    return mapping.Key;\n\n            Logger.Log($\"Console of base is not one of the listed ones to work with UWUVCI, what did you do? Name: {gb.Name}, Region: {gb.Region}\");\n            throw new Exception(\"Console of base is not one of the listed ones to work with UWUVCI, what you do?\");\n        }\n        public List<bool> getInfoOfBase(GameBases gb)\n        {\n            string basePath = $@\"{JsonSettingsManager.Settings.BasePath}\\{gb.Name.Replace(\":\", \"\")} [{gb.Region}]\";\n            return new List<bool>\n            {\n                Directory.Exists(basePath),\n                isKeySet(gb),\n                isCkeySet()\n            };\n        }\n\n        public void SetInjectPath()\n        {\n            SetFolderPath(\n                folderPath => JsonSettingsManager.Settings.OutPath = folderPath,\n                JsonSettingsManager.Settings.SetOutOnce,\n                \"Inject Folder\");\n        }\n\n        private void SetFolderPath(Action<string> setPathAction, bool setOnceFlag, string folderDescription)\n        {\n            using (var dialog = new CommonOpenFileDialog { IsFolderPicker = true })\n            {\n                if (dialog.ShowDialog() == CommonFileDialogResult.Ok)\n                    try\n                    {\n                        if (DirectoryIsEmpty(dialog.FileName))\n                        {\n                            setPathAction(dialog.FileName);\n                            setOnceFlag = true;\n                            JsonSettingsManager.SaveSettings();\n                            UpdatePathSet();\n                        }\n                        else\n                            PromptUserForFolderSelection(dialog.FileName, setPathAction, setOnceFlag, folderDescription);\n                    }\n                    catch (Exception e)\n                    {\n                        HandleError(e);\n                    }\n            }\n            ArePathsSet();\n        }\n\n        private void PromptUserForFolderSelection(string folderPath, Action<string> setPathAction, bool setOnceFlag, string folderDescription)\n        {\n            Custom_Message cm = new Custom_Message(\"Information\", $\" Folder contains Files or Subfolders, do you really want to use this folder as the {folderDescription}? \");\n            try { cm.Owner = mw; } catch (Exception) { }\n            cm.ShowDialog();\n            if (choosefolder)\n            {\n                choosefolder = false;\n                setPathAction(folderPath);\n                setOnceFlag = true;\n                JsonSettingsManager.SaveSettings();\n                UpdatePathSet();\n            }\n            else\n            {\n                SetFolderPath(setPathAction, setOnceFlag, folderDescription);\n            }\n        }\n\n        private void HandleError(Exception e)\n        {\n            Console.WriteLine(e.Message);\n            Custom_Message cm = new Custom_Message(\"Error\", \" An Error occured, please try again! \");\n            try { cm.Owner = mw; } catch (Exception) { }\n            cm.ShowDialog();\n        }\n\n        public void SetBasePath()\n        {\n            SetFolderPath(\n                folderPath => JsonSettingsManager.Settings.BasePath = folderPath,\n                JsonSettingsManager.Settings.SetBaseOnce,\n                \"Bases Folder\");\n        }\n\n        public void ArePathsSet()\n        {\n            if (ValidatePathsStillExist())\n            {\n                JsonSettingsManager.Settings.PathsSet = true;\n                JsonSettingsManager.SaveSettings();\n            }\n            UpdatePathSet();\n        }\n\n        public bool DirectoryIsEmpty(string path)\n        {\n            return !Directory.EnumerateFileSystemEntries(path).Any();\n        }\n\n        public void getBootIMGGBA(string rom)\n        {\n            try\n            {\n                string repoid = \"\";\n                string SystemType = \"gba/\";\n                using (var fs = new FileStream(rom,\n                                     FileMode.Open,\n                                     FileAccess.Read))\n                {\n\n                    byte[] procode = new byte[4];\n                    fs.Seek(0xAC, SeekOrigin.Begin);\n                    fs.Read(procode, 0, 4);\n                    repoid = ByteArrayToString(procode);\n                    Regex rgx = new Regex(\"[^a-zA-Z0-9 -]\");\n                    repoid = rgx.Replace(repoid, \"\");\n                    Console.WriteLine(\"prodcode before scramble: \" + repoid);\n\n                    fs.Close();\n                    Console.WriteLine(\"prodcode after scramble: \" + repoid);\n                }\n                List<string> repoids = new List<string>\n                {\n                    SystemType + repoid,\n                    SystemType + repoid.Substring(0, 3) + \"E\",\n                    SystemType + repoid.Substring(0, 3) + \"P\",\n                    SystemType + repoid.Substring(0, 3) + \"J\"\n                };\n\n                FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.GBA);\n            }\n            catch (Exception e)\n            {\n                var cm = new Custom_Message(\"Missing Required Header Data\", \"Rom has missing some binary in the header used to determine the name, fetching images and other configuration files will not be possible.\\nError Message: \" + e.Message);\n                try\n                {\n                    cm.Owner = mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n            }\n        }\n        public void getBootIMGSNES(string rom)\n        {\n            try\n            {\n                string SystemType = \"snes/\";\n                var repoid = GetFakeSNESProdcode(rom);\n                List<string> repoids = new List<string>\n                {\n                    SystemType + repoid\n                };\n                FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.SNES);\n            } \n            catch (Exception e)\n            {\n                var cm = new Custom_Message(\"Missing Required Header Data\", \"Rom has missing some binary in the header used to determine the name, fetching images and other configuration files will not be possible.\\nError Message: \" + e.Message);\n                try\n                {\n                    cm.Owner = mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n            }\n\n        }\n        public void getBootIMGMSX(string rom)\n        {\n            try\n            {\n                string SystemType = \"msx/\";\n                var repoid = GetFakeMSXTGProdcode(rom, true);\n                List<string> repoids = new List<string>\n                {\n                    SystemType + repoid\n                };\n                FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.MSX);\n            }\n            catch (Exception e)\n            {\n                var cm = new Custom_Message(\"Missing Required Header Data\", \"Rom has missing some binary in the header used to determine the name, fetching images and other configuration files will not be possible.\\nError Message: \" + e.Message);\n                try\n                {\n                    cm.Owner = mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n            }\n        }\n        public void getBootIMGTG(string rom)\n        {\n            try\n            {\n                string SystemType = \"tg16/\";\n                var repoid = GetFakeMSXTGProdcode(rom, false);\n                List<string> repoids = new List<string>\n                {\n                    SystemType + repoid\n                };\n                FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.TG16);\n            }\n            catch (Exception e)\n            {\n                var cm = new Custom_Message(\"Missing Required Header Data\", \"Rom has missing some binary in the header used to determine the name, fetching images and other configuration files will not be possible.\\nError Message: \" + e.Message);\n                try\n                {\n                    cm.Owner = mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n            }\n        }\n        private string GetFakeMSXTGProdcode(string v, bool msx)\n        {\n            Regex rgx = new Regex(\"[^a-zA-Z0-9 -]\");\n            Regex rgx2 = new Regex(\"[^0-9]\");\n            byte[] procode = new byte[0x210];\n            using var md5 = MD5.Create();\n            using (var fs = new FileStream(v,\n                         FileMode.Open,\n                         FileAccess.Read))\n            {\n\n                fs.Read(procode, 0, 0x210);\n\n                fs.Close();\n            }\n\n            string hash = GetMd5Hash(md5, procode);\n            //var number = /*hash.GetHashCode();*/ gamename.GetHashCode();\n            if (msx) Console.Write(\"MSX\");\n            else Console.Write(\"TG16\");\n            Console.WriteLine(\" PRODCODE:\");\n            Console.WriteLine(\"File Name: \" + new FileInfo(v).Name);\n            Console.WriteLine(\"MD5 of Code Snippet: \" + hash);\n            string hashonlynumbers = rgx2.Replace(hash, \"\");\n            do\n            {\n                if (hashonlynumbers.Length < 10)\n                    hashonlynumbers += 0;\n            } while (hashonlynumbers.Length < 10);\n\n            string first10 = new string(new char[] { hashonlynumbers[0], hashonlynumbers[1], hashonlynumbers[2], hashonlynumbers[3], hashonlynumbers[4], hashonlynumbers[5], hashonlynumbers[6], hashonlynumbers[7], hashonlynumbers[8] });\n            string prodcode = getCodeOfNumbers(Convert.ToInt32(first10));\n            if (msx) prodcode += \"SX\";\n            else prodcode += \"TG\";\n            //Console.WriteLine(\"NumberHash of GameName: \"+ number);\n            Console.WriteLine(\"Fake ProdCode: \" + prodcode);\n            Console.WriteLine(\"---------------------------------------------------\");\n            return prodcode;\n        }\n        private string GetFakeSNESProdcode(string path)\n        {\n            Regex rgx = new Regex(\"[^a-zA-Z0-9 -]\");\n            Regex rgx2 = new Regex(\"[^0-9]\");\n            using var md5 = MD5.Create();\n            var name = new byte[] { };\n            using (var fs = new FileStream(path,\n                         FileMode.Open,\n                         FileAccess.Read))\n            {\n                byte[] procode = new byte[4];\n                fs.Seek(0x7FB2, SeekOrigin.Begin);\n                fs.Read(procode, 0, 4);\n\n                string repoid = ByteArrayToString(procode);\n\n\n                repoid = rgx.Replace(repoid, \"\");\n                if (repoid.Length < 4)\n                {\n                    fs.Seek(0xFFC0, SeekOrigin.Begin);\n                    procode = new byte[21];\n                    fs.Read(procode, 0, 21);\n                    name = procode;\n\n                    repoid = ByteArrayToString(procode);\n                    repoid = rgx.Replace(repoid, \"\");\n                }\n\n                if (repoid.Length < 4)\n                {\n                    fs.Seek(0x7FC0, SeekOrigin.Begin);\n                    procode = new byte[21];\n                    fs.Read(procode, 0, 21);\n                    name = procode;\n                }\n            }\n            string gamenameo = ByteArrayToString(name);\n            string gamename = rgx.Replace(gamenameo, \"\");\n            string hash = GetMd5Hash(md5, gamename);\n            //var number = /*hash.GetHashCode();*/ gamename.GetHashCode();\n            Console.WriteLine(\"SNES PRODCODE:\");\n            Console.WriteLine(\"GameName: \" + gamename);\n            Console.WriteLine(\"MD5 of Name: \" + hash);\n            string hashonlynumbers = rgx2.Replace(hash, \"\");\n            do\n            {\n                if (hashonlynumbers.Length < 10)\n                    hashonlynumbers += 0;\n            } while (hashonlynumbers.Length < 10);\n\n            string first10 = new string(new char[] { hashonlynumbers[0], hashonlynumbers[1], hashonlynumbers[2], hashonlynumbers[3], hashonlynumbers[4], hashonlynumbers[5], hashonlynumbers[6], hashonlynumbers[7], hashonlynumbers[8] });\n\n            //Console.WriteLine(\"NumberHash of GameName: \"+ number);\n            Console.WriteLine(\"Fake ProdCode: \" + getCodeOfNumbers(Convert.ToInt32(first10)));\n            Console.WriteLine(\"---------------------------------------------------\");\n            return getCodeOfNumbers(Convert.ToInt32(first10));\n            // Console.WriteLine(md5.ComputeHash(name));\n            // Console.WriteLine(\"NumberCode: \"+hash.GetHashCode());\n\n        }\n        private string GetFakeNESProdcode(string path)\n        {\n            Regex rgx = new Regex(\"[^a-zA-Z0-9 -]\");\n            Regex rgx2 = new Regex(\"[^0-9]\");\n            byte[] procode = new byte[0xB0];\n            using var md5 = MD5.Create();\n            using (var fs = new FileStream(path,\n                         FileMode.Open,\n                         FileAccess.Read))\n            {\n\n                fs.Seek(0x8000, SeekOrigin.Begin);\n                fs.Read(procode, 0, 0xB0);\n\n                fs.Close();\n            }\n            string hash = GetMd5Hash(md5, procode);\n            //var number = /*hash.GetHashCode();*/ gamename.GetHashCode();\n            Console.WriteLine(\"NES PRODCODE:\");\n            Console.WriteLine(\"File Name: \" + new FileInfo(path).Name);\n            Console.WriteLine(\"MD5 of Code Snippet: \" + hash);\n            string hashonlynumbers = rgx2.Replace(hash, \"\");\n            do\n            {\n                if (hashonlynumbers.Length < 10)\n                    hashonlynumbers += 0;\n            } while (hashonlynumbers.Length < 10);\n\n            string first10 = new string(new char[] { hashonlynumbers[0], hashonlynumbers[1], hashonlynumbers[2], hashonlynumbers[3], hashonlynumbers[4], hashonlynumbers[5], hashonlynumbers[6], hashonlynumbers[7], hashonlynumbers[8] });\n\n            //Console.WriteLine(\"NumberHash of GameName: \"+ number);\n            Console.WriteLine(\"Fake ProdCode: \" + getCodeOfNumbers(Convert.ToInt32(first10)));\n            Console.WriteLine(\"---------------------------------------------------\");\n            return getCodeOfNumbers(Convert.ToInt32(first10));\n        }\n\n        private void FetchAndProcessRepoImages(string systemType, string repoid, List<string> repoids, GameConsoles console)\n        {\n            if (CheckForInternetConnectionWOWarning())\n            {\n                GetRepoImages(systemType, repoid, repoids);\n                checkForAdditionalFiles(console, repoids);\n            }\n        }\n\n        public void getBootIMGNES(string rom)\n        {\n            try\n            {\n                string SystemType = \"nes/\";\n                string repoid = GetFakeNESProdcode(rom);\n                List<string> repoids = new List<string> { SystemType + repoid };\n                FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.NES);\n            }\n            catch (Exception e)\n            {\n                var cm = new Custom_Message(\"Missing Required Header Data\", \"Rom has missing some binary in the header used to determine the name, fetching images and other configuration files will not be possible.\\nError Message: \" + e.Message);\n                try\n                {\n                    cm.Owner = mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n            }\n        }\n        public void getBootIMGNDS(string rom)\n        {\n            try\n            {\n                string repoid = \"\";\n                string SystemType = \"nds/\";\n                using (var fs = new FileStream(rom,\n                                     FileMode.Open,\n                                     FileAccess.Read))\n                {\n\n                    byte[] procode = new byte[4];\n                    fs.Seek(0xC, SeekOrigin.Begin);\n                    fs.Read(procode, 0, 4);\n                    repoid = ByteArrayToString(procode);\n                    Regex rgx = new Regex(\"[^a-zA-Z0-9 -]\");\n                    repoid = rgx.Replace(repoid, \"\");\n                    Console.WriteLine(\"prodcode before scramble: \" + repoid);\n\n                    fs.Close();\n                    Console.WriteLine(\"prodcode after scramble: \" + repoid);\n                }\n                List<string> repoids = new List<string>\n                {\n                    SystemType + repoid,\n                    SystemType + repoid.Substring(0, 3) + \"E\",\n                    SystemType + repoid.Substring(0, 3) + \"P\",\n                    SystemType + repoid.Substring(0, 3) + \"J\"\n                };\n\n                FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.NDS);\n            }\n            catch (Exception e)\n            {\n                var cm = new Custom_Message(\"Missing Required Header Data\", \"Rom has missing some binary in the header used to determine the name, fetching images and other configuration files will not be possible.\\nError Message: \" + e.Message);\n                try\n                {\n                    cm.Owner = mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n            }\n        }\n\n        public void getBootIMGN64(string rom)\n        {\n            try\n            {\n                string repoid = \"\";\n                string SystemType = \"n64/\";\n                List<string> repoids = new List<string>();\n                using var fs = new FileStream(rom,\n                                     FileMode.Open,\n                                     FileAccess.Read);\n                byte[] procode = new byte[6];\n                fs.Seek(0x3A, SeekOrigin.Begin);\n                fs.Read(procode, 0, 6);\n                repoid = ByteArrayToString(procode);\n                Regex rgx = new Regex(\"[^a-zA-Z0-9 -]\");\n                repoid = rgx.Replace(repoid, \"\");\n                Console.WriteLine(\"prodcode before scramble: \" + repoid);\n\n                fs.Close();\n                Console.WriteLine(\"prodcode after scramble: \" + repoid);\n\n                repoids.Add(SystemType + repoid);\n                repoids.Add(SystemType + new string(new char[] { repoid[0], repoid[2], repoid[1], repoid[3] }));\n                FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.N64);\n            }\n            catch (Exception e)\n            {\n                var cm = new Custom_Message(\"Missing Required Header Data\", \"Rom has missing some binary in the header used to determine the name, fetching images and other configuration files will not be possible.\\nError Message: \" + e.Message);\n                try\n                {\n                    cm.Owner = mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n            }\n        }\n\n        static string GetMd5Hash(MD5 md5Hash, byte[] input)\n        {\n            // Compute the hash from the byte array input.\n            byte[] hashData = md5Hash.ComputeHash(input);\n            // Convert the byte array to a hexadecimal string.\n            return ConvertByteArrayToHexString(hashData);\n        }\n\n        static string GetMd5Hash(MD5 md5Hash, string input)\n        {\n            // Compute the hash from the string input.\n            byte[] hashData = md5Hash.ComputeHash(Encoding.UTF8.GetBytes(input));\n            // Convert the byte array to a hexadecimal string.\n            return ConvertByteArrayToHexString(hashData);\n        }\n\n        private static string ConvertByteArrayToHexString(byte[] data)\n        {\n            StringBuilder hexString = new StringBuilder(data.Length * 2);\n\n            // Loop through each byte of the hashed data \n            // and format each one as a hexadecimal string.\n            foreach (byte b in data)\n                hexString.Append(b.ToString(\"x2\"));\n\n            return hexString.ToString();\n        }\n\n        static string getCodeOfNumbers(int number)\n        {\n            string ts = number.ToString();\n            int n1 = Convert.ToInt32(ts[0] + ts[1]);\n            int n2 = Convert.ToInt32(ts[2] + ts[3]);\n            int n3 = Convert.ToInt32(ts[4] + ts[5]);\n            int n4;\n            try\n            {\n                n4 = Convert.ToInt32(ts[6] + ts[7]);\n            }\n            catch (Exception)\n            {\n                n4 = Convert.ToInt32(ts[6]);\n            }\n\n            char[] letters = new char[] { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z' };\n            while (n1 > 23)\n            {\n                n1 -= 23;\n            }\n            while (n2 > 23)\n            {\n                n2 -= 23;\n            }\n            while (n3 > 23)\n            {\n                n3 -= 23;\n            }\n            while (n4 > 23)\n            {\n                n4 -= 23;\n            }\n            var toret = new char[] { letters[n1], letters[n2], letters[n3], letters[n4] };\n            return new string(toret).ToUpper();\n        }\n\n        private string ByteArrayToString(byte[] arr)\n        {\n            return new ASCIIEncoding().GetString(arr);\n        }\n\n        public string getInternalWIIGCNName(string OpenGame, bool gc)\n        {\n            string ret = \"\";\n            try\n            {\n                string TempString = \"\";\n                string SystemType = (gc ? \"gcn\" : \"wii\") + \"/\";\n\n                var repoid = \"\";\n                    \n                char TempChar;\n                //WBFS Check\n                List<string> repoids = new List<string>();\n                using (var reader = new BinaryReader(File.OpenRead(OpenGame)))\n                {\n                    reader.BaseStream.Position = 0x00;\n                    if (new FileInfo(OpenGame).Extension.Contains(\"wbfs\")) //Performs actions if the header indicates a WBFS file\n                    {\n                        reader.BaseStream.Position = 0x200;\n                        reader.BaseStream.Position = 0x218;\n\n                        reader.BaseStream.Position = 0x220;\n                        while ((TempChar = reader.ReadChar()) != 0) ret += TempChar;\n                        reader.BaseStream.Position = 0x200;\n                        while ((TempChar = reader.ReadChar()) != 0) TempString += TempChar;\n                        repoid = TempString;\n                    }\n                    else\n                    {\n                        reader.BaseStream.Position = 0x18;\n\n                        reader.BaseStream.Position = 0x20;\n                        while ((TempChar = reader.ReadChar()) != 0) ret += TempChar;\n                        reader.BaseStream.Position = 0x00;\n                        while ((TempChar = reader.ReadChar()) != 0) TempString += TempChar;\n                        repoid = TempString;\n                    }\n                }\n                repoids.Add(SystemType + repoid);\n                repoids.Add(SystemType + repoid.Substring(0, 3) + \"E\" + repoid.Substring(4, 2));\n                repoids.Add(SystemType + repoid.Substring(0, 3) + \"P\" + repoid.Substring(4, 2));\n                repoids.Add(SystemType + repoid.Substring(0, 3) + \"J\" + repoid.Substring(4, 2));\n\n                FetchAndProcessRepoImages(SystemType, repoid, repoids, gc ? GameConsoles.GCN : GameConsoles.WII);\n            }\n            catch (Exception)\n            {\n                Custom_Message cm = new Custom_Message(\"Unknown ROM\", \" It seems that you inserted an unknown ROM as a Wii or GameCube game. \\n It is not recommended continuing with said ROM!\");\n                try\n                {\n                    cm.Owner = mw;\n                }\n                catch (Exception) { }\n                cm.ShowDialog();\n            }\n            return ret;\n        }\n        public bool CheckForInternetConnection()\n        {\n            try\n            {\n                using (var client = new WebClient())\n                {\n                    client.Proxy = null;\n                    client.CachePolicy = new System.Net.Cache.RequestCachePolicy(System.Net.Cache.RequestCacheLevel.BypassCache);\n                    client.DownloadString(\"http://google.com/generate_204\");\n                }\n                return true;\n            }\n            catch (WebException)\n            {\n                ShowNoInternetConnectionMessage();\n                Environment.Exit(1);\n                return false;\n            }\n            catch (Exception ex)\n            {\n                // Optionally log the unexpected exception\n                Console.WriteLine($\"Unexpected error: {ex.Message}\");\n                ShowNoInternetConnectionMessage();\n                Environment.Exit(1);\n                return false;\n            }\n        }\n\n        private void ShowNoInternetConnectionMessage()\n        {\n            var cm = new Custom_Message(\"No Internet Connection\",\n                \"To download tools, bases, or required files, you need to be connected to the Internet. The program will now terminate.\");\n            try\n            {\n                cm.Owner = mw;\n            }\n            catch (Exception ex)\n            {\n                // Optionally log the exception if setting the owner fails\n                Console.WriteLine($\"Failed to set message owner: {ex.Message}\");\n            }\n            cm.ShowDialog();\n        }\n\n        public bool CheckForInternetConnectionWOWarning()\n        {\n            try\n            {\n                using var client = new WebClient();\n                client.Proxy = null;\n                client.CachePolicy = new System.Net.Cache.RequestCachePolicy(System.Net.Cache.RequestCacheLevel.BypassCache);\n                client.DownloadString(\"http://google.com/generate_204\");\n                return true;\n            }\n            catch (WebException)\n            {\n                return false;\n            }\n            catch (Exception ex)\n            {\n                // Optionally log the unexpected exception\n                Console.WriteLine($\"Unexpected error: {ex.Message}\");\n                return false;\n            }\n        }\n\n        /// <summary>\n        /// Checks for additional files like INI and BootSound for the given console and repository IDs.\n        /// </summary>\n        /// <param name=\"console\">The game console type.</param>\n        /// <param name=\"repoids\">List of repository IDs to check for additional files.</param>\n        private void checkForAdditionalFiles(GameConsoles console, List<string> repoids)\n        {\n            string repoPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\");\n            if (!Directory.Exists(repoPath))\n                Directory.CreateDirectory(repoPath);\n\n            string linkbase = \"https://raw.githubusercontent.com/UWUVCI-PRIME/UWUVCI-IMAGES/master/\";\n            bool iniFound = false;\n            bool bootSoundFound = false;\n            string iniUrl = \"\";\n            string bootSoundUrl = \"\";\n            string bootSoundExtension = \"btsnd\";\n\n            // Check for INI file\n            if (console == GameConsoles.N64)\n            {\n                iniFound = TryFindFileInRepo(repoids, linkbase, \"/game.ini\", out iniUrl);\n            }\n\n            // Check for BootSound file\n            bootSoundFound = TryFindFileInRepo(repoids, linkbase, $\"/BootSound.{bootSoundExtension}\", out bootSoundUrl);\n\n            // Prompt user and download additional files if found\n            if (iniFound || bootSoundFound)\n            {\n                string message = GetAdditionalFilesMessage(iniFound, bootSoundFound);\n                var customMessage = new Custom_Message(\"Found additional Files\", message);\n                SetWindowOwner(customMessage);\n\n                customMessage.ShowDialog();\n\n                if (addi)\n                {\n                    DownloadAdditionalFiles(iniFound, iniUrl, bootSoundFound, bootSoundUrl, console, bootSoundExtension);\n                    addi = false;\n                }\n            }\n        }\n\n        /// <summary>\n        /// Tries to find a specific file in the repository.\n        /// </summary>\n        /// <param name=\"repoids\">List of repository IDs to search.</param>\n        /// <param name=\"linkbase\">Base URL for the repository.</param>\n        /// <param name=\"filePath\">Specific file path to look for.</param>\n        /// <param name=\"fileUrl\">The found file URL.</param>\n        /// <returns>True if the file is found, otherwise false.</returns>\n        private bool TryFindFileInRepo(List<string> repoids, string linkbase, string filePath, out string fileUrl)\n        {\n            foreach (var repoid in repoids)\n            {\n                fileUrl = linkbase + repoid + filePath;\n                if (RemoteFileExists(fileUrl))\n                    return true;\n            }\n            fileUrl = string.Empty;\n            return false;\n        }\n\n        /// <summary>\n        /// Generates the appropriate message for additional files found.\n        /// </summary>\n        /// <param name=\"iniFound\">Whether an INI file was found.</param>\n        /// <param name=\"bootSoundFound\">Whether a BootSound file was found.</param>\n        /// <returns>A message string detailing the additional files found.</returns>\n        private string GetAdditionalFilesMessage(bool iniFound, bool bootSoundFound)\n        {\n            if (iniFound && bootSoundFound)\n                return \"There is an additional INI and BootSound file available for download. Do you want to download those?\";\n            if (iniFound)\n                return \"There is an additional INI file available for download. Do you want to download it?\";\n            if (bootSoundFound)\n                return \"There is an additional BootSound file available for download. Do you want to download it?\";\n\n            return \"There are more additional files found. Do you want to download those?\";\n        }\n\n        /// <summary>\n        /// Sets the owner of the window to the main window if possible.\n        /// </summary>\n        /// <param name=\"window\">The window to set the owner for.</param>\n        private void SetWindowOwner(Custom_Message window)\n        {\n            try\n            {\n                window.Owner = mw;\n            }\n            catch (Exception)\n            {\n                // Suppress exception when setting owner fails\n            }\n        }\n\n        /// <summary>\n        /// Downloads additional files (INI and BootSound) if they exist.\n        /// </summary>\n        /// <param name=\"iniFound\">Whether an INI file was found.</param>\n        /// <param name=\"iniUrl\">The URL of the INI file.</param>\n        /// <param name=\"bootSoundFound\">Whether a BootSound file was found.</param>\n        /// <param name=\"bootSoundUrl\">The URL of the BootSound file.</param>\n        /// <param name=\"console\">The game console type.</param>\n        /// <param name=\"bootSoundExtension\">The file extension for BootSound.</param>\n        private void DownloadAdditionalFiles(bool iniFound, string iniUrl, bool bootSoundFound, string bootSoundUrl, GameConsoles console, string bootSoundExtension)\n        {\n            var client = new WebClient();\n            string repoPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\");\n\n            if (iniFound)\n            {\n                string iniFilePath = Path.Combine(repoPath, \"game.ini\");\n                client.DownloadFile(iniUrl, iniFilePath);\n                (Thing as N64Config).ini.Text = iniFilePath;\n                GameConfiguration.N64Stuff.INIPath = iniFilePath;\n            }\n\n            if (bootSoundFound)\n            {\n                string bootSoundFilePath = Path.Combine(repoPath, $\"bootSound.{bootSoundExtension}\");\n                client.DownloadFile(bootSoundUrl, bootSoundFilePath);\n                BootSound = bootSoundFilePath;\n\n                switch (console)\n                {\n                    case GameConsoles.NDS:\n                    case GameConsoles.NES:\n                    case GameConsoles.SNES:\n                    case GameConsoles.MSX:\n                        (Thing as OtherConfigs).sound.Text = bootSoundFilePath;\n                        break;\n                    case GameConsoles.GBA:\n                        (Thing as GBA).sound.Text = bootSoundFilePath;\n                        break;\n                    case GameConsoles.N64:\n                        (Thing as N64Config).sound.Text = bootSoundFilePath;\n                        break;\n                    case GameConsoles.WII:\n                        if (test == GameConsoles.GCN)\n                            (Thing as GCConfig).sound.Text = bootSoundFilePath;\n                        else\n                            (Thing as WiiConfig).sound.Text = bootSoundFilePath;\n                        break;\n                    case GameConsoles.TG16:\n                        (Thing as TurboGrafX).sound.Text = bootSoundFilePath;\n                        break;\n                }\n            }\n        }\n\n        public string GetURL(string console)\n        {\n            string lowerConsole = console.ToLowerInvariant();\n            string formattedConsole = (lowerConsole == \"tg16\" || lowerConsole == \"tgcd\") ? \"tgfx\" : lowerConsole;\n\n            return $\"https://uwuvci-prime.github.io/UWUVCI-Resources/{formattedConsole}/{formattedConsole}.html\";\n        }\n\n\n        WaveOutEvent waveOutEvent = new WaveOutEvent();\n        AudioFileReader audioFileReader;\n        public System.Timers.Timer t;\n        public bool passtrough = true;\n        internal bool enableWii = true;\n        internal bool backupenableWii = true;\n        public void PlaySound()\n        {\n            try\n            {\n                t = new System.Timers.Timer(200);\n                t.Elapsed += isDone;\n\n                audioFileReader = new AudioFileReader(BootSound);\n                waveOutEvent.Init(audioFileReader);\n\n                t.Start();\n                Console.WriteLine(\"Playing file...\");\n                waveOutEvent.Play();\n            }\n            catch (Exception ex)\n            {\n                Console.WriteLine($\"Error playing sound: {ex.Message}\");\n            }\n        }\n\n        public void isDoneMW()\n        {\n            try\n            {\n                waveOutEvent?.Stop();\n                waveOutEvent?.Dispose();\n                audioFileReader?.Dispose();\n                t?.Stop();\n            }\n            catch (Exception ex)\n            {\n                Console.WriteLine($\"Error during sound cleanup: {ex.Message}\");\n            }\n        }\n\n        public void isDone(object source, ElapsedEventArgs e)\n        {\n            try\n            {\n                if (waveOutEvent.PlaybackState == PlaybackState.Stopped ||\n                    waveOutEvent.GetPositionTimeSpan() > TimeSpan.FromSeconds(6))\n                {\n                    waveOutEvent.Stop();\n                    waveOutEvent.Dispose();\n                    audioFileReader.Dispose();\n                    t.Stop();\n                }\n            }\n            catch (Exception ex)\n            {\n                Console.WriteLine($\"Error during playback check: {ex.Message}\");\n            }\n        }\n\n        public void RestartIntoBypass()\n        {\n            using (Process p = new Process())\n            {\n                p.StartInfo.FileName = System.Windows.Application.ResourceAssembly.Location;\n                p.StartInfo.Arguments = $\"{(debug ? \"--debug \" : string.Empty)}--skip{(saveworkaround ? \" --spacebypass\" : string.Empty)}\";\n                p.Start();\n            }\n            Environment.Exit(0);\n        }\n\n\n        /// <param name=\"SystemType\">The type of system (e.g., \"Wii\", \"N64\").</param>\n        /// <param name=\"repoid\">The repository ID for the image.</param>\n        /// <param name=\"repoids\">An optional list of repository IDs to check for images.</param>\n        private void GetRepoImages(string SystemType, string repoid, List<string> repoids = null)\n        {\n            string linkbase = \"https://raw.githubusercontent.com/UWUVCI-PRIME/UWUVCI-IMAGES/master/\";\n            string[] extensions = { \"png\", \"jpg\", \"jpeg\", \"tga\" };\n\n            // If no specific repoids are provided, generate possible repoids based on the given repoid\n            if (repoids == null || repoids?.Count == 0)\n                repoids = GenerateRepoIds(SystemType, repoid);\n\n            // Iterate through all combinations of repoids and extensions to find an existing image\n            foreach (string extension in extensions)\n                foreach (string id in repoids)\n                {\n                    string imageUrl = $\"{linkbase}{id}/iconTex.{extension}\";\n\n                    if (RemoteFileExists(imageUrl))\n                    {\n                        HandleImageLoading(imageUrl, extension, id);\n                        return;\n                    }\n                }\n\n        }\n\n        /// <summary>\n        /// Generates a list of possible repository IDs based on the system type and the provided repository ID.\n        /// </summary>\n        /// <param name=\"SystemType\">The type of system (e.g., \"Wii\", \"N64\").</param>\n        /// <param name=\"repoid\">The repository ID for the image.</param>\n        /// <returns>A list of possible repository IDs.</returns>\n        private List<string> GenerateRepoIds(string SystemType, string repoid)\n        {\n            string fakeId = new string(new char[] { repoid[0], repoid[2], repoid[1], repoid[3] });\n\n            return new List<string>\n            {\n                SystemType + repoid,\n                SystemType + repoid.Substring(0, 3) + \"E\",\n                SystemType + repoid.Substring(0, 3) + \"P\",\n                SystemType + repoid.Substring(0, 3) + \"J\",\n\n                SystemType + fakeId,\n                SystemType + fakeId.Substring(0, 3) + \"E\",\n                SystemType + fakeId.Substring(0, 3) + \"P\",\n                SystemType + fakeId.Substring(0, 3) + \"J\"\n            };\n        }\n\n        /// <summary>\n        /// Handles the image loading process and displays any necessary messages to the user.\n        /// </summary>\n        /// <param name=\"imageUrl\">The URL of the image to load.</param>\n        /// <param name=\"extension\">The file extension of the image.</param>\n        /// <param name=\"repoid\">The repository ID associated with the image.</param>\n        private void HandleImageLoading(string imageUrl, string extension, string repoid)\n        {\n            if (extension.Equals(\"tga\", StringComparison.OrdinalIgnoreCase))\n                ShowTgaWarning();\n\n            var imgMessage = new IMG_Message(imageUrl, imageUrl.Replace(\"iconTex\", \"bootTvTex\"), repoid);\n            try\n            {\n                imgMessage.Owner = mw;\n            }\n            catch (Exception)\n            {\n                // Swallow exception to prevent crashing when setting the owner fails\n            }\n\n            imgMessage.ShowDialog();\n        }\n\n        /// <summary>\n        /// Displays a warning message when a TGA image is detected.\n        /// </summary>\n        private void ShowTgaWarning()\n        {\n            var message = new Custom_Message(\"TGA Extension Warning\",\n                \"TGA files can't natively be rendered in UWUVCI. Instead, the image may show an error. This is normal behavior.\\n\\n\" +\n                \"If there are actual errors, please download the files from \\\"https://github.com/UWUVCI-PRIME/UWUVCI-IMAGES\\\", convert them to PNG, \" +\n                \"and then manually insert them.\");\n\n            try\n            {\n                message.Owner = mw;\n            }\n            catch (Exception)\n            {\n                // Swallow exception to prevent crashing when setting the owner fails\n            }\n\n            message.ShowDialog();\n        }\n    }\n}"
  },
  {
    "path": "UWUVCI AIO WPF/Models/N64Conf.cs",
    "content": "﻿using System;\n\nnamespace UWUVCI_AIO_WPF.Models\n\n{\n    [Serializable]\n   public class N64Conf\n    {\n        private string iniPath = null;\n\n        public string INIPath\n        {\n            get { return iniPath; }\n            set { iniPath = value;\n            }\n        }\n        private bool darkFilter = false;\n\n        public bool DarkFilter\n        {\n            get { return darkFilter; }\n            set { darkFilter = value;\n            }\n        }\n\n        private bool wideScreen = false;\n\n        public bool WideScreen\n        {\n            get { return wideScreen; }\n            set { wideScreen = value; }\n        }\n\n        public byte[] INIBin { get; set; }\n\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Models/PNGTGA.cs",
    "content": "﻿using System;\n\nnamespace UWUVCI_AIO_WPF.Models\n{\n    [Serializable]\n    public class PNGTGA\n    {\n\t\tprivate string imgPath = null;\n\n\t\tpublic string ImgPath \n\t\t{\n\t\t\tget { return imgPath; }\n\t\t\tset { imgPath = value;\n\t\t\t}\n\t\t}\n\n\t\tpublic byte[] ImgBin { get; set; } = null;\n\n\t\tpublic string extension { get; set; }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Models/TKeys.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System;\n\nnamespace UWUVCI_AIO_WPF.Models\n{\n    [Serializable]\n    public class TKeys\n    {\n        public GameBases Base { get; set; }\n        public string Tkey { get; set; } = null;\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Models/ToolStep.cs",
    "content": "﻿namespace UWUVCI_AIO_WPF.Models\n{\n    public class ToolStep\n    {\n        public string ToolName { get; set; } // The name of the tool to run (e.g., wit, nfs2iso2nfs)\n        public string Arguments { get; set; } // The arguments to pass to the tool\n        public string CurrentDirectory { get; set; } // The directory where the tool should be run\n        public string Function { get; set; } // The function in UWUVCI where the step originated\n    }\n\n}"
  },
  {
    "path": "UWUVCI AIO WPF/Properties/AssemblyInfo.cs",
    "content": "﻿using System.Reflection;\nusing System.Runtime.InteropServices;\nusing System.Windows;\n\n// Allgemeine Informationen über eine Assembly werden über die folgenden\n// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,\n// die einer Assembly zugeordnet sind.\n[assembly: AssemblyTitle(\"UWUVCI AIO\")]\n[assembly: AssemblyDescription(\"Ultimate Wii U Virtual Console Injector\")]\n[assembly: AssemblyConfiguration(\"\")]\n[assembly: AssemblyCompany(\"NicoAICP, ZestyTS\")]\n[assembly: AssemblyProduct(\"UWUVCI AIO\")]\n[assembly: AssemblyCopyright(\"Copyright © 2025\")]\n[assembly: AssemblyTrademark(\"\")]\n[assembly: AssemblyCulture(\"\")]\n\n// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly\n// für COM-Komponenten unsichtbar.  Wenn Sie auf einen Typ in dieser Assembly von\n// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf \"True\" festlegen.\n[assembly: ComVisible(false)]\n\n//Um mit dem Erstellen lokalisierbarer Anwendungen zu beginnen, legen Sie\n//<UICulture>ImCodeVerwendeteKultur</UICulture> in der .csproj-Datei\n//in einer <PropertyGroup> fest.  Wenn Sie in den Quelldateien beispielsweise Deutsch\n//(Deutschland) verwenden, legen Sie <UICulture> auf \\\"de-DE\\\" fest.  Heben Sie dann die Auskommentierung\n//des nachstehenden NeutralResourceLanguage-Attributs auf.  Aktualisieren Sie \"en-US\" in der nachstehenden Zeile,\n//sodass es mit der UICulture-Einstellung in der Projektdatei übereinstimmt.\n\n//[assembly: NeutralResourcesLanguage(\"en-US\", UltimateResourceFallbackLocation.Satellite)]\n\n\n[assembly: ThemeInfo(\n    ResourceDictionaryLocation.None, //Speicherort der designspezifischen Ressourcenwörterbücher\n                                     //(wird verwendet, wenn eine Ressource auf der Seite nicht gefunden wird,\n                                     // oder in den Anwendungsressourcen-Wörterbüchern nicht gefunden werden kann.)\n    ResourceDictionaryLocation.SourceAssembly //Speicherort des generischen Ressourcenwörterbuchs\n                                              //(wird verwendet, wenn eine Ressource auf der Seite nicht gefunden wird,\n                                              // designspezifischen Ressourcenwörterbuch nicht gefunden werden kann.)\n)]\n\n\n// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:\n//\n//      Hauptversion\n//      Nebenversion\n//      Buildnummer\n//      Revision\n//\n// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,\n// indem Sie \"*\" wie unten gezeigt eingeben:\n// [assembly: AssemblyVersion(\"1.0.*\")]\n[assembly: AssemblyVersion(\"3.100.1\")]\n[assembly: AssemblyFileVersion(\"3.100.1\")]\n"
  },
  {
    "path": "UWUVCI AIO WPF/Properties/Resources.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     Dieser Code wurde von einem Tool generiert.\n//     Laufzeitversion:4.0.30319.42000\n//\n//     Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn\n//     der Code erneut generiert wird.\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace UWUVCI_AIO_WPF.Properties {\n    using System;\n    \n    \n    /// <summary>\n    ///   Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.\n    /// </summary>\n    // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert\n    // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.\n    // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen\n    // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"System.Resources.Tools.StronglyTypedResourceBuilder\", \"17.0.0.0\")]\n    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    internal class Resources {\n        \n        private static global::System.Resources.ResourceManager resourceMan;\n        \n        private static global::System.Globalization.CultureInfo resourceCulture;\n        \n        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(\"Microsoft.Performance\", \"CA1811:AvoidUncalledPrivateCode\")]\n        internal Resources() {\n        }\n        \n        /// <summary>\n        ///   Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Resources.ResourceManager ResourceManager {\n            get {\n                if (object.ReferenceEquals(resourceMan, null)) {\n                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager(\"UWUVCI_AIO_WPF.Properties.Resources\", typeof(Resources).Assembly);\n                    resourceMan = temp;\n                }\n                return resourceMan;\n            }\n        }\n        \n        /// <summary>\n        ///   Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle\n        ///   Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.\n        /// </summary>\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\n        internal static global::System.Globalization.CultureInfo Culture {\n            get {\n                return resourceCulture;\n            }\n            set {\n                resourceCulture = value;\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap bootLogoTex {\n            get {\n                object obj = ResourceManager.GetObject(\"bootLogoTex\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap GB_alt1 {\n            get {\n                object obj = ResourceManager.GetObject(\"GB_alt1\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap GB_alt2 {\n            get {\n                object obj = ResourceManager.GetObject(\"GB_alt2\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap GBA {\n            get {\n                object obj = ResourceManager.GetObject(\"GBA\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap GBA_alt1 {\n            get {\n                object obj = ResourceManager.GetObject(\"GBA_alt1\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap GBA_alt2 {\n            get {\n                object obj = ResourceManager.GetObject(\"GBA_alt2\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap GBC {\n            get {\n                object obj = ResourceManager.GetObject(\"GBC\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap GBC_alt1 {\n            get {\n                object obj = ResourceManager.GetObject(\"GBC_alt1\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap GBC_alt2 {\n            get {\n                object obj = ResourceManager.GetObject(\"GBC_alt2\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap GCN {\n            get {\n                object obj = ResourceManager.GetObject(\"GCN\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap GCN_ICON2 {\n            get {\n                object obj = ResourceManager.GetObject(\"GCN_ICON2\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap GCN_ICON3 {\n            get {\n                object obj = ResourceManager.GetObject(\"GCN_ICON3\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap HBICON {\n            get {\n                object obj = ResourceManager.GetObject(\"HBICON\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap homebrew3 {\n            get {\n                object obj = ResourceManager.GetObject(\"homebrew3\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap Icon {\n            get {\n                object obj = ResourceManager.GetObject(\"Icon\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Byte[].\n        /// </summary>\n        internal static byte[] mario {\n            get {\n                object obj = ResourceManager.GetObject(\"mario\", resourceCulture);\n                return ((byte[])(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap MSX {\n            get {\n                object obj = ResourceManager.GetObject(\"MSX\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap MSX_alt1 {\n            get {\n                object obj = ResourceManager.GetObject(\"MSX_alt1\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap MSX_alt2 {\n            get {\n                object obj = ResourceManager.GetObject(\"MSX_alt2\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap N64 {\n            get {\n                object obj = ResourceManager.GetObject(\"N64\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap N64_alt1 {\n            get {\n                object obj = ResourceManager.GetObject(\"N64_alt1\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap N64_alt2 {\n            get {\n                object obj = ResourceManager.GetObject(\"N64_alt2\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap NDS {\n            get {\n                object obj = ResourceManager.GetObject(\"NDS\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap NDS_Alt1 {\n            get {\n                object obj = ResourceManager.GetObject(\"NDS_Alt1\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap NDS_Alt2 {\n            get {\n                object obj = ResourceManager.GetObject(\"NDS_Alt2\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap NES {\n            get {\n                object obj = ResourceManager.GetObject(\"NES\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap NES_alt1 {\n            get {\n                object obj = ResourceManager.GetObject(\"NES_alt1\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap NES_alt2 {\n            get {\n                object obj = ResourceManager.GetObject(\"NES_alt2\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap newgameboy {\n            get {\n                object obj = ResourceManager.GetObject(\"newgameboy\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap SFAM {\n            get {\n                object obj = ResourceManager.GetObject(\"SFAM\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap SNES_alt1 {\n            get {\n                object obj = ResourceManager.GetObject(\"SNES_alt1\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap SNES_alt2 {\n            get {\n                object obj = ResourceManager.GetObject(\"SNES_alt2\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap SNES_PAL {\n            get {\n                object obj = ResourceManager.GetObject(\"SNES_PAL\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap SNES_USA {\n            get {\n                object obj = ResourceManager.GetObject(\"SNES_USA\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap TG16 {\n            get {\n                object obj = ResourceManager.GetObject(\"TG16\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap TGCD {\n            get {\n                object obj = ResourceManager.GetObject(\"TGCD\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap TGFX_alt1 {\n            get {\n                object obj = ResourceManager.GetObject(\"TGFX_alt1\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap TGFX_alt2 {\n            get {\n                object obj = ResourceManager.GetObject(\"TGFX_alt2\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap WII {\n            get {\n                object obj = ResourceManager.GetObject(\"WII\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap Wii2 {\n            get {\n                object obj = ResourceManager.GetObject(\"Wii2\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap wii3New {\n            get {\n                object obj = ResourceManager.GetObject(\"wii3New\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap WiiIcon {\n            get {\n                object obj = ResourceManager.GetObject(\"WiiIcon\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n        \n        /// <summary>\n        ///   Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.\n        /// </summary>\n        internal static System.Drawing.Bitmap WIIWARE {\n            get {\n                object obj = ResourceManager.GetObject(\"WIIWARE\", resourceCulture);\n                return ((System.Drawing.Bitmap)(obj));\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Properties/Resources.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<root>\n  <!-- \n    Microsoft ResX Schema \n    \n    Version 2.0\n    \n    The primary goals of this format is to allow a simple XML format \n    that is mostly human readable. The generation and parsing of the \n    various data types are done through the TypeConverter classes \n    associated with the data types.\n    \n    Example:\n    \n    ... ado.net/XML headers & schema ...\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\n    <resheader name=\"version\">2.0</resheader>\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\n    </data>\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\n        <comment>This is a comment</comment>\n    </data>\n                \n    There are any number of \"resheader\" rows that contain simple \n    name/value pairs.\n    \n    Each data row contains a name, and value. The row also contains a \n    type or mimetype. Type corresponds to a .NET class that support \n    text/value conversion through the TypeConverter architecture. \n    Classes that don't support this are serialized and stored with the \n    mimetype set.\n    \n    The mimetype is used for serialized objects, and tells the \n    ResXResourceReader how to depersist the object. This is currently not \n    extensible. For a given mimetype the value must be set accordingly:\n    \n    Note - application/x-microsoft.net.object.binary.base64 is the format \n    that the ResXResourceWriter will generate, however the reader can \n    read any of the formats listed below.\n    \n    mimetype: application/x-microsoft.net.object.binary.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\n            : and then encoded with base64 encoding.\n    \n    mimetype: application/x-microsoft.net.object.soap.base64\n    value   : The object must be serialized with \n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\n            : and then encoded with base64 encoding.\n\n    mimetype: application/x-microsoft.net.object.bytearray.base64\n    value   : The object must be serialized into a byte array \n            : using a System.ComponentModel.TypeConverter\n            : and then encoded with base64 encoding.\n    -->\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\n      <xsd:complexType>\n        <xsd:choice maxOccurs=\"unbounded\">\n          <xsd:element name=\"metadata\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"assembly\">\n            <xsd:complexType>\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"data\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\n              <xsd:attribute ref=\"xml:space\" />\n            </xsd:complexType>\n          </xsd:element>\n          <xsd:element name=\"resheader\">\n            <xsd:complexType>\n              <xsd:sequence>\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\n              </xsd:sequence>\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\n            </xsd:complexType>\n          </xsd:element>\n        </xsd:choice>\n      </xsd:complexType>\n    </xsd:element>\n  </xsd:schema>\n  <resheader name=\"resmimetype\">\n    <value>text/microsoft-resx</value>\n  </resheader>\n  <resheader name=\"version\">\n    <value>2.0</value>\n  </resheader>\n  <resheader name=\"reader\">\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <resheader name=\"writer\">\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </resheader>\n  <assembly alias=\"System.Windows.Forms\" name=\"System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\" />\n  <data name=\"bootLogoTex\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\bootLogoTex.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"GBA\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\GBA.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"GBA_alt1\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\GBA alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"GBA_alt2\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\GBA alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"GBC\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\GBC.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"GBC_alt1\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\GBC alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"GBC_alt2\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\GBC alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"GB_alt1\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\GB alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"GB_alt2\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\GB alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"GCN\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\GCN.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"GCN_ICON2\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\GCN ICON2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"GCN_ICON3\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\GCN ICON3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"HBICON\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\HBICON.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"homebrew3\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\homebrew3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"Icon\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"mario\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\mario.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\n  </data>\n  <data name=\"MSX\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\MSX.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"MSX_alt1\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\MSX alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"MSX_alt2\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\MSX alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"N64\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\N64.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"N64_alt1\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\N64 alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"N64_alt2\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\N64 alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"NDS\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\NDS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"NDS_Alt1\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\NDS Alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"NDS_Alt2\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\NDS Alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"NES\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\NES.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"NES_alt1\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\NES alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"NES_alt2\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\NES alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"newgameboy\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\newgameboy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"SFAM\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\SFAM.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"SNES_alt1\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\SNES alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"SNES_alt2\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\SNES alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"SNES_PAL\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\SNES-PAL.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"SNES_USA\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\SNES-USA.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"TG16\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\TG16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"TGCD\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\TGCD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"TGFX_alt1\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\TGFX alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"TGFX_alt2\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\TGFX alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"WII\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\WII.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"Wii2\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\Wii2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"wii3New\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\wii3New.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"WiiIcon\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\WiiIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n  <data name=\"WIIWARE\" type=\"System.Resources.ResXFileRef, System.Windows.Forms\">\n    <value>..\\Resources\\WIIWARE.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>\n  </data>\n</root>"
  },
  {
    "path": "UWUVCI AIO WPF/Properties/Settings.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\n// <auto-generated>\n//     Dieser Code wurde von einem Tool generiert.\n//     Laufzeitversion:4.0.30319.42000\n//\n//     Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn\n//     der Code erneut generiert wird.\n// </auto-generated>\n//------------------------------------------------------------------------------\n\nnamespace UWUVCI_AIO_WPF.Properties {\n    \n    \n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator\", \"17.13.0.0\")]\n    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {\n        \n        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));\n        \n        public static Settings Default {\n            get {\n                return defaultInstance;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"False\")]\n        public bool PathsSet {\n            get {\n                return ((bool)(this[\"PathsSet\"]));\n            }\n            set {\n                this[\"PathsSet\"] = value;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"\")]\n        public string BasePath {\n            get {\n                return ((string)(this[\"BasePath\"]));\n            }\n            set {\n                this[\"BasePath\"] = value;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"\")]\n        public string OutPath {\n            get {\n                return ((string)(this[\"OutPath\"]));\n            }\n            set {\n                this[\"OutPath\"] = value;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"\")]\n        public string Ckey {\n            get {\n                return ((string)(this[\"Ckey\"]));\n            }\n            set {\n                this[\"Ckey\"] = value;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"False\")]\n        public bool SetBaseOnce {\n            get {\n                return ((bool)(this[\"SetBaseOnce\"]));\n            }\n            set {\n                this[\"SetBaseOnce\"] = value;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"False\")]\n        public bool SetOutOnce {\n            get {\n                return ((bool)(this[\"SetOutOnce\"]));\n            }\n            set {\n                this[\"SetOutOnce\"] = value;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"True\")]\n        public bool UpgradeRequired {\n            get {\n                return ((bool)(this[\"UpgradeRequired\"]));\n            }\n            set {\n                this[\"UpgradeRequired\"] = value;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"\")]\n        public string SysKey {\n            get {\n                return ((string)(this[\"SysKey\"]));\n            }\n            set {\n                this[\"SysKey\"] = value;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"\")]\n        public string SysKey1 {\n            get {\n                return ((string)(this[\"SysKey1\"]));\n            }\n            set {\n                this[\"SysKey1\"] = value;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"False\")]\n        public bool dont {\n            get {\n                return ((bool)(this[\"dont\"]));\n            }\n            set {\n                this[\"dont\"] = value;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"False\")]\n        public bool ndsw {\n            get {\n                return ((bool)(this[\"ndsw\"]));\n            }\n            set {\n                this[\"ndsw\"] = value;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"False\")]\n        public bool snesw {\n            get {\n                return ((bool)(this[\"snesw\"]));\n            }\n            set {\n                this[\"snesw\"] = value;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"False\")]\n        public bool gczw {\n            get {\n                return ((bool)(this[\"gczw\"]));\n            }\n            set {\n                this[\"gczw\"] = value;\n            }\n        }\n        \n        [global::System.Configuration.UserScopedSettingAttribute()]\n        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\n        [global::System.Configuration.DefaultSettingValueAttribute(\"\")]\n        public string Ancast {\n            get {\n                return ((string)(this[\"Ancast\"]));\n            }\n            set {\n                this[\"Ancast\"] = value;\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/Properties/Settings.settings",
    "content": "﻿<?xml version='1.0' encoding='utf-8'?>\n<SettingsFile xmlns=\"http://schemas.microsoft.com/VisualStudio/2004/01/settings\" CurrentProfile=\"(Default)\" GeneratedClassNamespace=\"UWUVCI_AIO_WPF.Properties\" GeneratedClassName=\"Settings\">\n  <Profiles />\n  <Settings>\n    <Setting Name=\"PathsSet\" Type=\"System.Boolean\" Scope=\"User\">\n      <Value Profile=\"(Default)\">False</Value>\n    </Setting>\n    <Setting Name=\"BasePath\" Type=\"System.String\" Scope=\"User\">\n      <Value Profile=\"(Default)\" />\n    </Setting>\n    <Setting Name=\"OutPath\" Type=\"System.String\" Scope=\"User\">\n      <Value Profile=\"(Default)\" />\n    </Setting>\n    <Setting Name=\"Ckey\" Type=\"System.String\" Scope=\"User\">\n      <Value Profile=\"(Default)\" />\n    </Setting>\n    <Setting Name=\"SetBaseOnce\" Type=\"System.Boolean\" Scope=\"User\">\n      <Value Profile=\"(Default)\">False</Value>\n    </Setting>\n    <Setting Name=\"SetOutOnce\" Type=\"System.Boolean\" Scope=\"User\">\n      <Value Profile=\"(Default)\">False</Value>\n    </Setting>\n    <Setting Name=\"UpgradeRequired\" Type=\"System.Boolean\" Scope=\"User\">\n      <Value Profile=\"(Default)\">True</Value>\n    </Setting>\n    <Setting Name=\"SysKey\" Type=\"System.String\" Scope=\"User\">\n      <Value Profile=\"(Default)\" />\n    </Setting>\n    <Setting Name=\"SysKey1\" Type=\"System.String\" Scope=\"User\">\n      <Value Profile=\"(Default)\" />\n    </Setting>\n    <Setting Name=\"dont\" Type=\"System.Boolean\" Scope=\"User\">\n      <Value Profile=\"(Default)\">False</Value>\n    </Setting>\n    <Setting Name=\"ndsw\" Type=\"System.Boolean\" Scope=\"User\">\n      <Value Profile=\"(Default)\">False</Value>\n    </Setting>\n    <Setting Name=\"snesw\" Type=\"System.Boolean\" Scope=\"User\">\n      <Value Profile=\"(Default)\">False</Value>\n    </Setting>\n    <Setting Name=\"gczw\" Type=\"System.Boolean\" Scope=\"User\">\n      <Value Profile=\"(Default)\">False</Value>\n    </Setting>\n    <Setting Name=\"Ancast\" Type=\"System.String\" Scope=\"User\">\n      <Value Profile=\"(Default)\" />\n    </Setting>\n  </Settings>\n</SettingsFile>"
  },
  {
    "path": "UWUVCI AIO WPF/Settings.cs",
    "content": "﻿namespace UWUVCI_AIO_WPF.Properties {\n    \n    \n    // Diese Klasse ermöglicht die Behandlung bestimmter Ereignisse der Einstellungsklasse:\n    //  Das SettingChanging-Ereignis wird ausgelöst, bevor der Wert einer Einstellung geändert wird.\n    //  Das PropertyChanged-Ereignis wird ausgelöst, nachdem der Wert einer Einstellung geändert wurde.\n    //  Das SettingsLoaded-Ereignis wird ausgelöst, nachdem die Einstellungswerte geladen wurden.\n    //  Das SettingsSaving-Ereignis wird ausgelöst, bevor die Einstellungswerte gespeichert werden.\n    internal sealed partial class Settings {\n        \n        public Settings() {\n            // // Heben Sie die Auskommentierung der unten angezeigten Zeilen auf, um Ereignishandler zum Speichern und Ändern von Einstellungen hinzuzufügen:\n            //\n            // this.SettingChanging += this.SettingChangingEventHandler;\n            //\n            // this.SettingsSaving += this.SettingsSavingEventHandler;\n            //\n        }\n        \n        private void SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e) {\n            // Fügen Sie hier Code zum Behandeln des SettingChangingEvent-Ereignisses hinzu.\n        }\n        \n        private void SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e) {\n            // Fügen Sie hier Code zum Behandeln des SettingsSaving-Ereignisses hinzu.\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Done.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Done\"\n     xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames\"\n      mc:Ignorable=\"d\" \n      d:DesignHeight=\"480\" d:DesignWidth=\"1130\"\n      Title=\"SettingsFrame\">\n\n    <Grid>\n        <Label Content=\"Have fun with your Injected Game\" FontSize=\"20\" Height=\"480\" HorizontalAlignment=\"Center\" VerticalAlignment=\"Center\" VerticalContentAlignment=\"Center\" Width=\"1130\" HorizontalContentAlignment=\"Center\" />\n\n\n    </Grid>\n</Page>"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Done.xaml.cs",
    "content": "﻿using System.Windows.Controls;\n\nnamespace UWUVCI_AIO_WPF.UI\n{\n    /// <summary>\n    /// Interaktionslogik für Done.xaml\n    /// </summary>\n    public partial class Done : Page\n    {\n        public Done()\n        {\n            InitializeComponent();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrame.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.INJECTFRAME\"\n      xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames\"\n      mc:Ignorable=\"d\" \n      xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n      d:DesignHeight=\"600\" d:DesignWidth=\"1130\"\n      Title=\"NDSFrame\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\">\n\n    <Grid DataContext=\"{StaticResource mvm}\">\n\n        <Grid>\n            <Frame Name=\"fBaseFrame\" Width=\"403\" Margin=\"20,64,706,130\"  IsTabStop=\"False\"/>\n        </Grid>\n        <Button Content=\"WUP Installable\" HorizontalAlignment=\"Left\" Margin=\"51,533,0,0\" VerticalAlignment=\"Top\" Width=\"137\" IsEnabled=\"{Binding Injected}\" Click=\"Button_Click_3\"  IsTabStop=\"False\"/>\n        <Button Content=\"Loadiine\" HorizontalAlignment=\"Left\" Margin=\"256,533,0,0\" VerticalAlignment=\"Top\" Width=\"137\" IsEnabled=\"{Binding injected2}\" Click=\"Button_Click_2\"  IsTabStop=\"False\" Name=\"btnLoadiine\"/>\n\n\n        <Frame Name=\"fLoadConfig\" Width=\"643\" Margin=\"459,55,28,35\"  IsTabStop=\"False\"/>\n\n\n\n        <Rectangle Fill=\"LightGray\" HorizontalAlignment=\"Left\" Height=\"33\" Margin=\"12,487,0,0\" VerticalAlignment=\"Top\" Width=\"421\"/>\n        <Rectangle Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"22\" Margin=\"12,498,0,0\" VerticalAlignment=\"Top\" Width=\"421\"/>\n        <Rectangle Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"22\" Margin=\"21,487,0,0\" VerticalAlignment=\"Top\" Width=\"403\"/>\n\n        <Rectangle Fill=\"LightGray\" HorizontalAlignment=\"Left\" Height=\"32\" Margin=\"12,18,0,0\" VerticalAlignment=\"Top\" Width=\"421\"/>\n        <Ellipse Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"21\" Margin=\"416,18,0,0\" VerticalAlignment=\"Top\" Width=\"17\"/>\n        <Rectangle Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"22\" Margin=\"12,28,0,0\" VerticalAlignment=\"Top\" Width=\"421\"/>\n        <Rectangle Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"22\" Margin=\"21,18,0,0\" VerticalAlignment=\"Top\" Width=\"403\"/>\n        <Ellipse Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"21\" Margin=\"12,18,0,0\" VerticalAlignment=\"Top\" Width=\"17\"/>\n        \n        <Rectangle Fill=\"LightGray\" HorizontalAlignment=\"Left\" Height=\"32\" Margin=\"450,18,0,0\" VerticalAlignment=\"Top\" Width=\"661\"/>\n        <Rectangle Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"22\" Margin=\"450,28,0,0\" VerticalAlignment=\"Top\" Width=\"661\"/>\n        <Rectangle Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"32\" Margin=\"459,18,0,0\" VerticalAlignment=\"Top\" Width=\"644\"/>\n\n        <Ellipse Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"21\" Margin=\"12,18,0,0\" VerticalAlignment=\"Top\" Width=\"17\"/>\n        <Ellipse Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"21\" Margin=\"450,18,0,0\" VerticalAlignment=\"Top\" Width=\"17\"/>\n        <Ellipse Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"21\" Margin=\"1094,18,0,0\" VerticalAlignment=\"Top\" Width=\"17\"/>\n        <Ellipse Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"21\" Margin=\"416,487,0,0\" VerticalAlignment=\"Top\" Width=\"17\"/>\n        <Ellipse Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"21\" Margin=\"12,487,0,0\" VerticalAlignment=\"Top\" Width=\"17\"/>\n        <Border BorderBrush=\"#FF2196F3\" BorderThickness=\"1\" HorizontalAlignment=\"Left\" Height=\"67\" Margin=\"12,515,0,0\" VerticalAlignment=\"Top\" Width=\"421\" CornerRadius=\"5\"/>\n        <Border BorderBrush=\"#FF2196F3\" BorderThickness=\"1\" HorizontalAlignment=\"Left\" Height=\"33\" Margin=\"12,487,0,0\" VerticalAlignment=\"Top\" Width=\"421\" CornerRadius=\"5\" Background=\"#FF2196F3\"/>\n        <Border BorderBrush=\"#FF2196F3\" BorderThickness=\"1\" HorizontalAlignment=\"Left\" Height=\"538\" Margin=\"450,44,0,0\" VerticalAlignment=\"Top\" Width=\"661\" CornerRadius=\"5\"/>\n        <Border BorderBrush=\"#FF2196F3\" BorderThickness=\"1\" HorizontalAlignment=\"Left\" Height=\"33\" Margin=\"450,17,0,0\" VerticalAlignment=\"Top\" Width=\"661\" CornerRadius=\"5\" Background=\"#FF2196F3\"/>\n        <Label Content=\"3. Packing\" HorizontalAlignment=\"Left\" Margin=\"27,491,0,0\" VerticalAlignment=\"Top\" Foreground=\"#DDFFFFFF\"/>\n        <Button Content=\"Import Config\" HorizontalAlignment=\"Left\" Margin=\"841,18,0,0\" VerticalAlignment=\"Top\" Width=\"128\" Click=\"Button_Click\" Background=\"{x:Null}\" BorderBrush=\"{x:Null}\" IsTabStop=\"False\"/>\n        <Button Content=\"Export Config\" HorizontalAlignment=\"Left\" Margin=\"976,18,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Background=\"{x:Null}\" BorderBrush=\"{x:Null}\" Click=\"Button_Click_1\" IsTabStop=\"False\"/>\n        <Label Content=\"2. Configuration\" HorizontalAlignment=\"Left\" Margin=\"467,22,0,0\" VerticalAlignment=\"Top\" Foreground=\"#DDFFFFFF\"/>\n        <Border BorderBrush=\"#FF2196F3\" BorderThickness=\"1\" HorizontalAlignment=\"Left\" Height=\"433\" Margin=\"12,45,0,0\" VerticalAlignment=\"Top\" Width=\"421\" CornerRadius=\"5\"/>\n        <Border BorderBrush=\"#FF2196F3\" BorderThickness=\"1\" HorizontalAlignment=\"Left\" Height=\"33\" Margin=\"12,17,0,0\" VerticalAlignment=\"Top\" Width=\"421\" CornerRadius=\"5\" Background=\"#FF2196F3\"/>\n        <Label Content=\"1. BaseRom\" HorizontalAlignment=\"Left\" Margin=\"27,22,0,0\" VerticalAlignment=\"Top\" Foreground=\"#DDFFFFFF\"/>\n    </Grid>\n</Page>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrame.xaml.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System;\nusing System.Windows;\nusing System.Windows.Controls;\nnamespace UWUVCI_AIO_WPF.UI.Frames\n{\n    /// <summary>\n    /// Interaktionslogik für NDSFrame.xaml\n    /// </summary>\n    public partial class INJECTFRAME : Page, IDisposable\n    {\n        MainViewModel mvm;\n        GameConsoles console;\n        public INJECTFRAME(GameConsoles console)\n        {\n            mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.GameConfiguration.Console = console;\n            \n            InitializeComponent();\n            this.console = console;\n            if(console == GameConsoles.N64)\n            {\n                fLoadConfig.Content = new InjectFrames.Configurations.N64Config();\n            } else if (console == GameConsoles.TG16)\n            {\n                fLoadConfig.Content = new InjectFrames.Configurations.TurboGrafX();\n            }\n            else if (console == GameConsoles.GBA)\n            {\n                fLoadConfig.Content = new InjectFrames.Configurations.GBA();\n            }\n            else if (console == GameConsoles.WII)\n            {\n                fLoadConfig.Content = new InjectFrames.Configurations.WiiConfig();\n              \n            }\n            else if (console == GameConsoles.GCN)\n            {\n                fLoadConfig.Content = new InjectFrames.Configurations.GCConfig();\n               \n            }\n            else\n            {\n                fLoadConfig.Content = new InjectFrames.Configurations.OtherConfigs();\n            }\n            mvm.injected2 = false;\n            Console.WriteLine(\"GameConfig : \" + mvm.GameConfiguration.Console.ToString());\n            fBaseFrame.Content = new InjectFrames.Bases.BaseContainerFrame(console);\n        }\n        public INJECTFRAME(GameConsoles console, GameConfig c)\n        {\n            mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.GameConfiguration.Console = console;\n           \n            InitializeComponent();\n            this.console = console;\n            if (console == GameConsoles.N64)\n            {\n                fLoadConfig.Content = new InjectFrames.Configurations.N64Config(c);\n            }\n            else if (console == GameConsoles.TG16)\n            {\n                fLoadConfig.Content = new InjectFrames.Configurations.TurboGrafX(c);\n            }\n            else if (console == GameConsoles.GBA)\n            {\n                fLoadConfig.Content = new InjectFrames.Configurations.GBA(c);\n            }\n            else if (console == GameConsoles.WII)\n            {\n                fLoadConfig.Content = new InjectFrames.Configurations.WiiConfig(c);\n            }\n            else if (console == GameConsoles.GCN)\n            {\n                fLoadConfig.Content = new InjectFrames.Configurations.GCConfig(c);\n            }\n            else\n            {\n                fLoadConfig.Content = new InjectFrames.Configurations.OtherConfigs(c);\n            }\n            \n            fBaseFrame.Content = new InjectFrames.Bases.BaseContainerFrame(console);\n        }\n        public void Dispose()\n        {\n\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            //import config\n            mvm.selectConfig(console);\n\n            \n\n        }\n\n        private void Button_Click_1(object sender, RoutedEventArgs e)\n        {\n            //Export config\n            mvm.ExportFile();\n        }\n\n        private void Button_Click_2(object sender, RoutedEventArgs e)\n        {\n            mvm.Pack(true);\n            mvm.resetCBASE();\n        }\n\n        private void Button_Click_3(object sender, RoutedEventArgs e)\n        {\n            mvm.Pack(false);\n            mvm.resetCBASE();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Bases/BaseContainerFrame.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases.BaseContainerFrame\"\n      xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases\"\n      mc:Ignorable=\"d\" \n      xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\" d:DesignWidth=\"403\"\n      Title=\"BaseContainerFrame\" Height=\"406\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\">\n\n    <Grid DataContext=\"{StaticResource mvm}\">\n        <TextBlock Text=\"Choose a Base from the dropdown menu\" Margin=\"10,5,10,381\" VerticalAlignment=\"Center\" HorizontalAlignment=\"Center\" TextAlignment=\"Center\" FontSize=\"15\" Width=\"383\"></TextBlock>\n        <ComboBox x:Name=\"cbCombo\" Margin=\"7,32,13,0\" VerticalAlignment=\"Top\" Background=\"#FFCFCFCF\" BorderBrush=\"#FF008BFF\" ItemsSource=\"{Binding LGameBasesString}\" IsTabStop=\"False\" SelectionChanged=\"ComboBox_SelectionChanged\" SelectedItem=\"{Binding SelectedBaseAsString}\"/>\n        <Frame Name=\"fLoadFrame\" HorizontalAlignment=\"Left\" Height=\"290\" Margin=\"10,116,0,0\" VerticalAlignment=\"Top\" Width=\"383\" IsTabStop=\"False\"/>\n        <Button Content=\"Copy ID\" HorizontalAlignment=\"Left\" Margin=\"298,69,0,0\" VerticalAlignment=\"Top\" Width=\"94\" Height=\"31\" Name=\"id\" Click=\"id_Click\"  Visibility=\"Hidden\" IsTabStop=\"False\"/>\n        <Label Content=\"\" HorizontalAlignment=\"Left\" Margin=\"179,72,0,0\" VerticalAlignment=\"Top\" Width=\"114\" Name=\"idtxt\"  Foreground=\"Black\" Visibility=\"Hidden\" IsTabStop=\"False\"/>\n\n    </Grid>\n</Page>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Bases/BaseContainerFrame.xaml.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System;\nusing System.Windows;\nusing System.Windows.Controls;\n\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases\n{\n    /// <summary>\n    /// Interaktionslogik für BaseContainerFrame.xaml\n    /// </summary>\n    public partial class BaseContainerFrame : Page\n    {\n        private GameConsoles console;\n        MainViewModel mvm;\n        bool insertedConfig = false;\n        public BaseContainerFrame(GameConsoles console)\n        {\n            InitializeComponent();\n            \n            mvm = (MainViewModel)FindResource(\"mvm\");\n            \n            mvm.GameConfiguration.Console = console;\n            \n            this.console = console == GameConsoles.GCN ? GameConsoles.WII : console;\n\n            mvm.GetBases(this.console);\n            mvm.bcf = this;\n            if (console == GameConsoles.NES)\n            {\n                cbCombo.ToolTip = \"We recommend Metal Slader Glory for NES Injection!\";\n            }\n            else if (console == GameConsoles.GBA)\n            {\n                cbCombo.ToolTip = \"For RTC use RockMan EXE 4.5 as base\";\n            }\n            else if (console == GameConsoles.SNES)\n            {\n                cbCombo.ToolTip = \"We recommend Kirby's Dream Land 3 for SNES Injection!\";\n            }\n            else if(console == GameConsoles.MSX)\n            {\n                cbCombo.ToolTip = \"You need to try which base works best.\\nNemesis has the best MSX compatibility and Goemon the best MSX2. \\nBoth support MSX and MSX2 ROMs\";\n            }\n        }\n\n        private void ComboBox_SelectionChanged(object sender, SelectionChangedEventArgs e)\n        {\n            try\n            {\n                mvm = FindResource(\"mvm\") as MainViewModel;\n                mvm.removeCBASE();\n                if (cbCombo.SelectedIndex != -1)\n                {\n                    if (cbCombo.SelectedIndex == 0)\n\n                    {\n                        id.Visibility = Visibility.Hidden;\n                        idtxt.Visibility = Visibility.Hidden;\n                        fLoadFrame.Content = new CustomBaseFrame(mvm.LBases[cbCombo.SelectedIndex], console, insertedConfig);\n                    }\n                    else\n                    {\n                        id.Visibility = Visibility.Visible;\n\n                        idtxt.Visibility = Visibility.Visible;\n                        fLoadFrame.Content = new NonCustomBaseFrame(mvm.LBases[cbCombo.SelectedIndex], console, insertedConfig, this);\n                        idtxt.Content = mvm.GameConfiguration.BaseRom.Tid;\n                    }\n                    mvm.OldIndex = cbCombo.SelectedIndex;\n                }\n            }\n            catch (Exception)\n            {\n                //left blank on purpose\n            } \n        }\n\n        private void id_Click(object sender, RoutedEventArgs e)\n        {\n            Clipboard.SetText(mvm.GameConfiguration.BaseRom.Tid);\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Bases/CustomBaseFrame.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases.CustomBaseFrame\"\n      xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases\"\n      mc:Ignorable=\"d\" \n      xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\" d:DesignWidth=\"383\"\n      Title=\"CustomBaseFrame\" Height=\"290\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\">\n\n    <Grid DataContext=\"{StaticResource mvm}\">\n        <TextBox materialDesign:HintAssist.Hint=\"BASE PATH\" IsTabStop=\"False\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"0,5,108,243\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" Text=\"{Binding CBasePath}\" IsReadOnly=\"True\" Focusable=\"False\" Name=\"bar\" />\n        <Button Content=\"Set Path\" HorizontalAlignment=\"Left\" Margin=\"280,21,0,0\" IsTabStop=\"False\" VerticalAlignment=\"Top\" Width=\"103\" Height=\"26\" Click=\"Button_Click\" IsEnabled=\"{Binding Ckeys}\" Name=\"path\"/>\n        <TextBlock x:Name=\"tbCode\" HorizontalAlignment=\"Center\" Margin=\"10,67,10,0\" TextWrapping=\"Wrap\" Text=\"Code folder not found\" VerticalAlignment=\"Top\" TextAlignment=\"Center\" Width=\"363\" FontSize=\"20\" Foreground=\"DarkRed\"/>\n        <TextBlock  x:Name=\"tbContent\" HorizontalAlignment=\"Center\" Margin=\"10,102,10,0\" TextWrapping=\"Wrap\" Text=\"Content folder not found\" VerticalAlignment=\"Top\" TextAlignment=\"Center\" Width=\"363\" FontSize=\"20\" Foreground=\"DarkRed\"/>\n        <TextBlock x:Name=\"tbMeta\" HorizontalAlignment=\"Center\" Margin=\"10,137,10,0\" TextWrapping=\"Wrap\" Text=\"Meta folder not found\" VerticalAlignment=\"Top\" TextAlignment=\"Center\" Width=\"363\" FontSize=\"20\" Foreground=\"DarkRed\"/>\n        <Button x:Name=\"CK\" Content=\"Enter CKey\" HorizontalAlignment=\"Left\" IsTabStop=\"False\" Margin=\"280,252,0,0\" VerticalAlignment=\"Top\" Width=\"102\" Click=\"CK_Click\" />\n    </Grid>\n</Page>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Bases/CustomBaseFrame.xaml.cs",
    "content": "﻿using System;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Media;\nusing GameBaseClassLibrary;\nusing System.IO;\nusing UWUVCI_AIO_WPF.UI.Windows;\nusing Microsoft.WindowsAPICodePack.Dialogs;\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases\n{\n    /// <summary>\n    /// Interaktionslogik für CustomBaseFrame.xaml\n    /// </summary>\n    public partial class CustomBaseFrame : Page\n    {\n        GameConsoles console;\n        GameBases bases;\n        bool existing;\n        MainViewModel mvm;\n        public CustomBaseFrame(GameBases Base, GameConsoles console, bool existing)\n        {\n            InitializeComponent();\n            tbCode.Text = \"Code Folder not found\";\n            tbCode.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));\n            tbContent.Text = \"Content Folder not found\";\n            tbContent.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));\n            tbMeta.Text = \"Meta Folder not found\";\n            tbMeta.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));\n            mvm = (MainViewModel)FindResource(\"mvm\");\n            bases = Base;\n            mvm.isCkeySet();\n            this.existing = existing;\n            this.console = console;\n            mvm.SetCBASE(this);\n            if (mvm.Ckeys)\n            {\n                CK.Visibility = Visibility.Hidden;\n                path.IsEnabled = true;\n            }\n        }\n       \n\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            tbCode.Text = \"Code Folder not found\";\n            tbCode.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));\n            tbContent.Text = \"Content Folder not found\";\n            tbContent.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));\n            tbMeta.Text = \"Meta Folder not found\";\n            tbMeta.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));\n            mvm.BaseDownloaded = false;\n            mvm.CBasePath = null;\n            //warning if using custom bases program may crash\n           Custom_Message cm = new Custom_Message(\"Information\", \"If using Custom Bases there will be a chance that the program crashes if adding a wrong base (example: a normal wiiu game instead of a nds vc game).\\nA custom base is containing either the code/content/meta folders or Installable files (*.h3, *.app, ...)\\nIf you add a wrong base, we will not assist you fixing it, other than telling you to use another base.\\nIf you agree to this please hit continue\");\n            try {\n                cm.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            cm.ShowDialog();\n          \n            if(mvm.choosefolder)\n            {\n                mvm.choosefolder = false;        //get folder\n                using (var dialog = new CommonOpenFileDialog())\n                {\n                    dialog.IsFolderPicker = true;\n                    CommonFileDialogResult result = dialog.ShowDialog();\n                    if (result == CommonFileDialogResult.Ok)\n                    {\n                        try\n                        {\n                            if (mvm.DirectoryIsEmpty(dialog.FileName))\n                            {\n                                Custom_Message cm1 =   new Custom_Message(\"Issue\", \"The Folder is Empty. Please choose another Folder.\");\n                                try\n                                {\n                                    cm.Owner = mvm.mw;\n                                }\n                                catch (Exception )\n                                {\n\n                                }\n                                cm1.ShowDialog();\n                                \n                            }\n                            else\n                            { \n                               if(Directory.GetDirectories(dialog.FileName).Length > 3)\n                                {\n                                    Custom_Message cm1 =  new Custom_Message(\"Issue\", \"This Folder has too many subfolders. Please choose another folder\");\n                                    try\n                                    {\n                                        cm.Owner = mvm.mw;\n                                    }\n                                    catch (Exception )\n                                    {\n\n                                    }\n                                    cm1.ShowDialog();\n                                }\n                                else\n                                {\n                                    if(Directory.GetDirectories(dialog.FileName).Length > 0)\n                                    {\n                                        //Code Content Meta\n                                        if (Directory.Exists(System.IO.Path.Combine(dialog.FileName, \"content\")) && Directory.Exists(System.IO.Path.Combine(dialog.FileName, \"code\")) && Directory.Exists(System.IO.Path.Combine(dialog.FileName, \"meta\")))\n                                        {\n                                            //create new Game Config\n                                            mvm.GameConfiguration.Console = console;\n                                            mvm.GameConfiguration.CBasePath = dialog.FileName;\n                                            GameBases gb = new GameBases();\n                                            gb.Name = \"Custom\";\n                                            gb.Region = Regions.EU;\n                                            gb.Path = mvm.GameConfiguration.CBasePath;\n                                            bar.Text = gb.Path;\n                                            mvm.GameConfiguration.BaseRom = gb;\n                                            tbCode.Text = \"Code Folder exists\";\n                                            tbCode.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));\n                                            tbContent.Text = \"Content Folder exists\";\n                                            tbContent.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));\n                                            tbMeta.Text = \"Meta Folder exists\";\n                                            tbMeta.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));\n                                            mvm.BaseDownloaded = true;\n                                        }\n                                        else\n                                        {\n                                           Custom_Message cm1 = new Custom_Message(\"Issue\", \"This folder is not in the \\\"loadiine\\\" format\");\n                                            try\n                                            {\n                                                cm.Owner = mvm.mw;\n                                            }\n                                            catch (Exception )\n                                            {\n\n                                            }\n                                            cm1.ShowDialog();\n                                        }\n                                    }\n                                    else\n                                    {\n                                        //WUP\n                                        if (Directory.GetFiles(dialog.FileName, \"*.app\").Length > 0 && Directory.GetFiles(dialog.FileName, \"*.h3\").Length > 0 && File.Exists(System.IO.Path.Combine(dialog.FileName, \"title.tmd\")) && File.Exists(System.IO.Path.Combine(dialog.FileName, \"title.tik\")))\n                                        {\n                                            if (mvm.CBaseConvertInfo())\n                                            {\n                                                //Convert to LOADIINE => save under bases/custom or custom_x path => create new config\n                                                string path = Injection.ExtractBase(dialog.FileName, console);\n                                                mvm.GameConfiguration = new GameConfig();\n                                                mvm.GameConfiguration.Console = console;\n                                                mvm.GameConfiguration.CBasePath = path;\n                                                GameBases gb = new GameBases();\n                                                gb.Name = \"Custom\";\n                                                gb.Region = Regions.EU;\n                                                gb.Path = mvm.GameConfiguration.CBasePath;\n                                                mvm.CBasePath = mvm.GameConfiguration.CBasePath;\n                                                mvm.GameConfiguration.BaseRom = gb;\n                                                tbCode.Text = \"Code Folder exists\";\n                                                tbCode.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));\n                                                tbContent.Text = \"Content Folder exists\";\n                                                tbContent.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));\n                                                tbMeta.Text = \"Meta Folder exists\";\n                                                tbMeta.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));\n                                                mvm.BaseDownloaded = true;\n                                            }\n                                        }\n                                        else\n                                        {\n                                           Custom_Message cm1 = new Custom_Message(\"Issue\", \"This Folder does not contain needed NUS files\");\n                                            try\n                                            {\n                                                cm.Owner = mvm.mw;\n                                            }\n                                            catch (Exception )\n                                            {\n\n                                            }\n                                            cm1.ShowDialog();\n                                        }\n                                    }\n                                }\n                            }\n                        }\n                        catch (Exception )\n                        {\n                           \n                        }\n                    }\n\n                }\n\n               \n\n            }\n\n        }\n        public void Reset()\n        {\n            tbCode.Text = \"Code Folder not found\";\n            tbCode.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));\n            tbContent.Text = \"Content Folder not found\";\n            tbContent.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));\n            tbMeta.Text = \"Meta Folder not found\";\n            tbMeta.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));\n            mvm = (MainViewModel)FindResource(\"mvm\");\n        }\n\n        private void CK_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.EnterKey(true);\n            if (mvm.Ckeys)\n            {\n                CK.Visibility = Visibility.Hidden;\n                path.IsEnabled = true;\n            }\n\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Bases/NonCustomBaseFrame.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases.NonCustomBaseFrame\"\n      xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases\"\n      mc:Ignorable=\"d\" \n      xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\" \n      d:DesignHeight=\"290\" d:DesignWidth=\"383\"\n      Title=\"NonCustomBaseFrame\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\">\n\n    <Grid>\n        <TextBlock x:Name=\"tbDWNL\" HorizontalAlignment=\"Center\" Margin=\"10,58,10,0\" TextWrapping=\"Wrap\" Text=\"Base not downloaded\" VerticalAlignment=\"Top\" TextAlignment=\"Center\" Width=\"363\" FontSize=\"20\" Foreground=\"DarkRed\"/>\n        <TextBlock  x:Name=\"tbTK\" HorizontalAlignment=\"Center\" Margin=\"10,93,10,0\" TextWrapping=\"Wrap\" Text=\"TitleKey missing\" VerticalAlignment=\"Top\" TextAlignment=\"Center\" Width=\"363\" FontSize=\"20\" Foreground=\"DarkRed\"/>\n        <TextBlock x:Name=\"tbCK\" HorizontalAlignment=\"Center\" Margin=\"10,128,10,0\" TextWrapping=\"Wrap\" Text=\"CommonKey missing\" VerticalAlignment=\"Top\" TextAlignment=\"Center\" Width=\"363\" FontSize=\"20\" Foreground=\"DarkRed\"/>\n        <Button x:Name=\"btnDwnlnd\" Content=\"Download\" HorizontalAlignment=\"Left\" Margin=\"258,252,0,0\" IsTabStop=\"False\" VerticalAlignment=\"Top\" Width=\"125\" IsEnabled=\"False\" Click=\"btnDwnlnd_Click\"/>\n        <Button x:Name=\"TK\" Content=\"Enter TKey\" HorizontalAlignment=\"Left\" Margin=\"129,252,0,0\" IsTabStop=\"False\" VerticalAlignment=\"Top\" Width=\"115\" Click=\"btnDwnlnd_Copy_Click\"    />\n        <Button x:Name=\"CK\" Content=\"Enter CKey\" HorizontalAlignment=\"Left\" Margin=\"0,252,0,0\" IsTabStop=\"False\" VerticalAlignment=\"Top\" Width=\"115\" Click=\"btnDwnlnd_Copy1_Click\"   />\n\n    </Grid>\n</Page>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Bases/NonCustomBaseFrame.xaml.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System.Collections.Generic;\nusing System.Threading;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Media;\n\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases\n{\n    /// <summary>\n    /// Interaktionslogik für NonCustomBaseFrame.xaml\n    /// </summary>\n    public partial class NonCustomBaseFrame : Page\n    {\n        MainViewModel mvm;\n        GameBases Base;\n        BaseContainerFrame bc;\n        bool ex;\n        GameConsoles consoles;\n        public NonCustomBaseFrame(GameBases Base, GameConsoles console, bool existing, BaseContainerFrame bcf)\n        {\n            InitializeComponent();\n            mvm = (MainViewModel)FindResource(\"mvm\");\n            bc = bcf;\n            this.Base = Base;\n            ex = existing;\n            consoles = console;\n            createConfig(Base, console);\n            checkStuff(mvm.getInfoOfBase(Base));\n        }\n       \n        public NonCustomBaseFrame()\n        {\n            InitializeComponent();\n            mvm = (MainViewModel)FindResource(\"mvm\");\n            \n        }\n        private void createConfig(GameBases Base, GameConsoles console)\n        {\n            \n            mvm.GameConfiguration.BaseRom = Base;\n            mvm.GameConfiguration.Console = console;\n           \n        }\n        private void checkStuff(List<bool> info)\n        {\n            mvm.CanInject = false;\n            mvm.Injected = false;\n            if (info[0])\n            {\n                tbDWNL.Text = \"Base Downloaded\";\n                tbDWNL.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));\n                btnDwnlnd.Content = \"Redownload\";\n            }\n            if (info[1])\n            {\n                TK.Visibility = Visibility.Hidden;\n                tbTK.Text = \"TitleKey Entered\";\n                tbTK.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));\n            }\n            else\n            {\n                TK.Visibility = Visibility.Visible;\n            }\n            if (info[2])\n            {\n                CK.Visibility = Visibility.Hidden;\n                tbCK.Text = \"CommonKey Entered\";\n                tbCK.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));\n            }\n            else\n            {\n                CK.Visibility = Visibility.Visible;\n            }\n\n            if(info[1] && info[2])\n            {\n                btnDwnlnd.IsEnabled = true;\n                if (info[0])\n                {\n                    mvm.BaseDownloaded = true;\n                    if (mvm.RomSet) mvm.CanInject = true;\n                }\n                else\n                {\n                    mvm.BaseDownloaded = false;\n                   \n                }\n            }\n            \n        }\n\n        private void btnDwnlnd_Click(object sender, RoutedEventArgs e)\n        {\n            \n                mvm.Download();\n            Thread.Sleep(500);\n                checkStuff(mvm.getInfoOfBase(Base));\n         \n           \n            \n        }\n\n        private void btnDwnlnd_Copy_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.GbTemp = Base;\n            mvm.EnterKey(false);\n            checkStuff(mvm.getInfoOfBase(Base));\n        }\n\n        private void btnDwnlnd_Copy1_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.EnterKey(true);\n            checkStuff(mvm.getInfoOfBase(Base));\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/BrightnessValidationRule.cs",
    "content": "﻿using System.Globalization;\nusing System.Windows.Controls;\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\n{\n    public class BrightnessValidationRule : ValidationRule\n    {\n        public override ValidationResult Validate(object value, CultureInfo cultureInfo)\n        {\n            int brightness;\n            if (int.TryParse(value as string, out brightness))\n            {\n                if (brightness >= 0 && brightness <= 100)\n                    return ValidationResult.ValidResult;\n                else\n                    return new ValidationResult(false, \"Brightness must be between 0 and 100.\");\n            }\n            return new ValidationResult(false, \"Invalid input. Brightness must be an integer.\");\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/GBA.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations.GBA\"\n      xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\"\n      mc:Ignorable=\"d\" \n      xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n      d:DesignHeight=\"510\" d:DesignWidth=\"643\"\n      Title=\"OtherConfigs\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\">\n\n    <Grid DataContext=\"{StaticResource mvm}\" Focusable=\"False\">\n        <TextBox materialDesign:HintAssist.Hint=\"ROM PATH\" Name=\"rp\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,60,157,406\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding RomPath}\" IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"ICON IMAGE\" ToolTip=\"Also known as IconTex\" Name=\"ic\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,181,157,283\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGAIco.ImgPath}\" Cursor=\"Help\"  IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"GAMEPAD IMAGE (OPTIONAL)\" ToolTip=\"Also known as bootDrcTex\" Name=\"drc\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,272,157,193\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGADrc.ImgPath}\" Cursor=\"Help\" IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"TV IMAGE\" Name=\"tv\" ToolTip=\"Also known as bootTvTex\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,227,157,238\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGATv.ImgPath}\" Cursor=\"Help\" IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"LOGO IMAGE (OPTIONAL)\" ToolTip=\"Also known as bootLogoTex\" Name=\"log\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,317,157,149\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Cursor=\"Help\" Text=\"{Binding GameConfiguration.TGALog.ImgPath}\" IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"GAME NAME\" TextChanged=\"gn_TextChanged\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,413,157,52\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" Text=\"{Binding GameConfiguration.GameName}\" Name=\"gn\" KeyUp=\"gn_KeyUp\" MaxLength=\"250\" IsTabStop=\"False\"/>\n        <Button Content=\"Inject\" HorizontalAlignment=\"Left\" Margin=\"506,478,0,0\" VerticalAlignment=\"Top\" Width=\"127\" IsEnabled=\"{Binding CanInject}\" Click=\"InjectGame\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,327,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_LogoTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,238,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_TvTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,283,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_DrcTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,193,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_IconTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Select File\" HorizontalAlignment=\"Left\" Margin=\"506,72,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_Rom_Path\" Name=\"Injection\" IsTabStop=\"False\"/>\n        <StackPanel Margin=\"10,20,244,436\" Orientation=\"Horizontal\" ToolTip=\"Patches Pokemon GBA games to work with GBA VC\">\n\n            <Label Content=\"PokePatch:\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" FontSize=\"14\" Width=\"90\" IsTabStop=\"False\"/>\n            <RadioButton Content=\"Enabled\" Width=\"78\" HorizontalAlignment=\"Left\" Margin=\"0,5,0,0\" VerticalAlignment=\"Top\" GroupName=\"df\" Name=\"rbREF\"  Click=\"RadioButton_Click\" IsTabStop=\"False\"/>\n\n            <RadioButton x:Name=\"rbRDF\" Width=\"111\" Content=\"Disabled\" HorizontalAlignment=\"Left\" Margin=\"0,5,0,0\"  VerticalAlignment=\"Top\" GroupName=\"df\" Click=\"rbRDF_Click\" IsChecked=\"True\" IsTabStop=\"False\"/>\n        </StackPanel>\n\n        <StackPanel Margin=\"288,21,113,435\" Orientation=\"Horizontal\">\n            <Label Content=\"DarkFilter:\" VerticalAlignment=\"Top\" FontSize=\"14\" Width=\"90\"/>\n            <RadioButton x:Name=\"rbREF_GBA\" Content=\"Enabled\" Width=\"78\" Margin=\"0,5,0,0\" VerticalAlignment=\"Top\" GroupName=\"dfgba\" IsChecked=\"True\" Click=\"rbREF_GBA_Click\" IsTabStop=\"False\" Checked=\"RbREF_GBA_Checked\"/>\n            <RadioButton x:Name=\"rbRDF_GBA\" Width=\"111\" Content=\"Disabled\" HorizontalAlignment=\"Left\" Margin=\"0,5,0,0\"  VerticalAlignment=\"Top\" GroupName=\"dfgba\" Click=\"rbRDF_GBA_Click\" IsTabStop=\"False\"/>\n        </StackPanel>\n\n        <TextBox materialDesign:HintAssist.Hint=\"BOOT SOUND (OPTIONAL)\" ToolTip=\"Needs to be a RIFF WAVE file 48000khz and 16bit stereo.\" x:Name=\"sound\" Text=\"{Binding BootSound}\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,365,157,101\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Cursor=\"Help\" TextChanged=\"sound_TextChanged\" IsTabStop=\"False\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,191,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"icoIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"icoIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,236,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"tvIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"tvIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,281,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"drcIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"drcIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,325,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"logIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"logIMG_MouseLeftButtonDown\" Visibility=\"Hidden\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,373,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"SoundImg\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newspeaker2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"SoundImg_MouseLeftButtonDown\" Visibility=\"Hidden\"/>\n        <Button Content=\"Select File\" HorizontalAlignment=\"Left\" Margin=\"506,376,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Button_Click\" IsTabStop=\"False\"/>\n        <Label Content=\"Use | for 2 lines\" HorizontalAlignment=\"Left\" Margin=\"506,428,0,0\" VerticalAlignment=\"Top\" Width=\"127\" HorizontalContentAlignment=\"Center\" ToolTip=\"e.g. Wii|Sports\" IsTabStop=\"False\"/>\n        <Button Content=\"?\" HorizontalAlignment=\"Left\" Margin=\"600,19,0,0\" Height=\"32\" VerticalAlignment=\"Top\" Width=\"33\" Background=\"#FF2196F3\" BorderBrush=\"#FF2196F3\" Foreground=\"White\" Click=\"Button_Click_1\" FontSize=\"22\" Padding=\"0\"  IsTabStop=\"False\" />\n    </Grid>\n</Page>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/GBA.xaml.cs",
    "content": "﻿using System;\nusing System.IO;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Input;\nusing UWUVCI_AIO_WPF.Classes;\nusing UWUVCI_AIO_WPF.Models;\nusing UWUVCI_AIO_WPF.UI.Windows;\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\n{\n    /// <summary>\n    /// Interaktionslogik für OtherConfigs.xaml\n    /// </summary>\n    public partial class GBA : Page, IDisposable\n    {\n        MainViewModel mvm;\n\n        public GBA()\n        {\n            mvm = (MainViewModel)FindResource(\"mvm\");\n            mvm.GameConfiguration.GBAStuff = new N64Conf\n            {\n                DarkFilter = true\n            };\n            InitializeComponent();\n            mvm.setThing(this);\n            Injection.ToolTip = \"Changing the extension of a ROM may result in a faulty inject.\\nWe will not give any support in such cases\";\n\n        }\n        public void clearImages(int i)\n        {\n\n            switch (i)\n            {\n                case 0:\n                    icoIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGAIco = new PNGTGA();\n                    ic.Text = null;\n                    break;\n                case 1:\n                    tvIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGATv = new PNGTGA();\n                    tv.Text = null;\n                    break;\n                case 2:\n                    drcIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGADrc = new PNGTGA();\n                    drc.Text = null;\n                    break;\n                case 3:\n                    logIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGALog = new PNGTGA();\n                    log.Text = null;\n                    break;\n            }\n        }\n        private void SoundImg_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            mvm.PlaySound();\n        }\n\n        private void sound_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            try\n            {\n                if (File.Exists(mvm.BootSound))\n                {\n                    if (!new FileInfo(mvm.BootSound).Extension.Contains(\"btsnd\"))\n                    {\n                        SoundImg.Visibility = Visibility.Visible;\n                    }\n                    else\n                    {\n                        SoundImg.Visibility = Visibility.Hidden;\n                    }\n                }\n            }\n            catch (Exception)\n            {\n\n            }\n\n\n        }\n        public GBA(GameConfig c)\n        {\n\n            InitializeComponent();\n            mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.GameConfiguration = c.Clone(); getInfoFromConfig();\n            mvm.setThing(this);\n            Injection.ToolTip = \"Changing the extension of a ROM may result in a faulty inject.\\nWe will not give any support in such cases\";\n\n        }\n        public void Dispose()\n        {\n\n        }\n\n        private void Set_Rom_Path(object sender, RoutedEventArgs e)\n        {\n            string path = string.Empty;\n            path = mvm.GetFilePath(true, false);\n\n\n            if (!CheckIfNull(path))\n            {\n                mvm.RomPath = path;\n                mvm.RomSet = true;\n                if (mvm.BaseDownloaded)\n                {\n                    mvm.CanInject = true;\n\n                }\n                FileInfo inf = new FileInfo(path);\n                if (inf.Extension.ToLower() != \".gb\" && inf.Extension.ToLower() != \".gbc\")\n                {\n                    mvm.getBootIMGGBA(mvm.RomPath);\n                }\n                \n            }\n\n        }\n\n        private void InjectGame(object sender, RoutedEventArgs e)\n        {\n            if (File.Exists(tv.Text))\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = tv.Text;\n            }\n            else if (!tv.Text.Equals(\"Added via Config\") && !tv.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = null;\n            }\n            if (File.Exists(ic.Text))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = ic.Text;\n            }\n            else if (!ic.Text.Equals(\"Added via Config\") && !ic.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = null;\n\n            }\n            if (File.Exists(log.Text))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = log.Text;\n            }\n            else if (!log.Text.Equals(\"Added via Config\") && !log.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = null;\n            }\n            if (File.Exists(drc.Text))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = drc.Text;\n            }\n            else if (!drc.Text.Equals(\"Added via Config\") && !drc.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = null;\n            }\n            mvm.GameConfiguration.GameName = gn.Text;\n            mvm.Inject(false);\n            mvm.PokePatch = false;\n            rbRDF.IsChecked = true;\n        }\n\n        private void Set_TvTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootTvTex.png\");\n\n            ImageCreator ic;\n            if (!string.IsNullOrEmpty(mvm.RomPath))\n            {\n                if (new FileInfo(mvm.RomPath).Extension.ToLower() == \".gb\")\n                {\n                    ic = new ImageCreator(false, GameBaseClassLibrary.GameConsoles.GBA, \"bootTvTex\");\n                }\n                else if (new FileInfo(mvm.RomPath).Extension.ToLower() == \".gbc\")\n                {\n                    ic = new ImageCreator(true, GameBaseClassLibrary.GameConsoles.GBA, \"bootTvTex\");\n                }\n                else\n                {\n                    ic = new ImageCreator(GameBaseClassLibrary.GameConsoles.GBA, \"bootTvTex\");\n                }\n            }\n            else\n            {\n                ic = new ImageCreator(GameBaseClassLibrary.GameConsoles.GBA, \"bootTvTex\");\n            }\n\n            try\n            {\n                ic.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            ic.ShowDialog();\n            ic.Dispose();\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = path;\n                mvm.GameConfiguration.TGATv.extension = new FileInfo(path).Extension;\n                tv.Text = path;\n                tvIMG.Visibility = Visibility.Visible;\n            }\n           \n        }\n\n        private void Set_DrcTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootDrcTex.png\");\n\n            ImageCreator ic;\n            if (!string.IsNullOrEmpty(mvm.RomPath))\n            {\n                if (new FileInfo(mvm.RomPath).Extension.ToLower() == \".gb\")\n                {\n                    ic = new ImageCreator(false, GameBaseClassLibrary.GameConsoles.GBA, \"bootDrcTex\");\n                }\n                else if (new FileInfo(mvm.RomPath).Extension.ToLower() == \".gbc\")\n                {\n                    ic = new ImageCreator(true, GameBaseClassLibrary.GameConsoles.GBA, \"bootDrcTex\");\n                }\n                else\n                {\n                    ic = new ImageCreator(GameBaseClassLibrary.GameConsoles.GBA, \"bootDrcTex\");\n                }\n            }\n            else\n            {\n                ic = new ImageCreator(GameBaseClassLibrary.GameConsoles.GBA, \"bootDrcTex\");\n            }\n\n            try\n            {\n                ic.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            ic.ShowDialog();\n            ic.Dispose();\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = path;\n                mvm.GameConfiguration.TGADrc.extension = new FileInfo(path).Extension;\n                drc.Text = path;\n                drcIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_IconTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"iconTex.png\");\n            IconCreator ic;\n            if (!string.IsNullOrEmpty(mvm.RomPath))\n            {\n                if (new FileInfo(mvm.RomPath).Extension.ToLower() == \".gb\")\n                {\n                    ic =  new IconCreator(\"other\", \"GB\");\n                }\n                else if (new FileInfo(mvm.RomPath).Extension.ToLower() == \".gbc\")\n                {\n                    ic = new IconCreator(\"other\", \"GBC\");\n                }\n                else\n                {\n                    ic = new IconCreator();\n                }\n            }\n            else\n            {\n                ic = new IconCreator();\n            }\n            try\n            {\n                ic.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            ic.ShowDialog();\n            ic.Dispose();\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = path;\n                mvm.GameConfiguration.TGAIco.extension = new FileInfo(path).Extension;\n                this.ic.Text = path;\n                icoIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_LogoTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootLogoTex.png\");\n            using (LogoCreator ic = new LogoCreator())\n            {\n                try\n                {\n                    ic.Owner = (FindResource(\"mvm\") as MainViewModel).mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = path;\n                mvm.GameConfiguration.TGALog.extension = new FileInfo(path).Extension;\n                log.Text = path;\n                logIMG.Visibility = Visibility.Visible;\n            }\n\n        }\n        public void getInfoFromConfig()\n        {\n            rp.Text = \"\";\n            mvm.RomPath = \"\";\n            mvm.RomSet = false;\n            mvm.gc2rom = \"\";\n            tv.Text = mvm.GameConfiguration.TGATv.ImgPath;\n            if (tv.Text.Length > 0)\n            {\n                tvIMG.Visibility = Visibility.Visible;\n            }\n            ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;\n            if (ic.Text.Length > 0)\n            {\n                icoIMG.Visibility = Visibility.Visible;\n            }\n            drc.Text = mvm.GameConfiguration.TGADrc.ImgPath;\n            if (drc.Text.Length > 0)\n            {\n                drcIMG.Visibility = Visibility.Visible;\n            }\n            log.Text = mvm.GameConfiguration.TGALog.ImgPath;\n            if (log.Text.Length > 0)\n            {\n                logIMG.Visibility = Visibility.Visible;\n            }\n            \n                rbREF.IsChecked = mvm.PokePatch;\n                rbRDF.IsChecked = !mvm.PokePatch;\n            \n                gn.Text = mvm.GameConfiguration.GameName;\n            if (mvm.GameConfiguration.extension != \"\" && mvm.GameConfiguration.bootsound != null)\n            {\n                if (!Directory.Exists(@\"bin\\cfgBoot\"))\n                {\n                    Directory.CreateDirectory(@\"bin\\cfgBoot\");\n                }\n                if (File.Exists($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\"))\n                {\n                    File.Delete($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\");\n                }\n                File.WriteAllBytes($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\", mvm.GameConfiguration.bootsound);\n                sound.Text = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"cfgBoot\", $\"bootSound.{mvm.GameConfiguration.extension}\");\n                mvm.BootSound = sound.Text;\n                sound_TextChanged(null, null);\n            }\n        }\n        private bool CheckIfNull(string s)\n        {\n            if (s == null || s.Equals(string.Empty))\n            {\n                return true;\n            }\n            return false;\n        }\n\n\n\n        private void gn_KeyUp(object sender, KeyEventArgs e)\n        {\n\n            /*Regex reg = new Regex(\"[^a-zA-Z0-9 é -]\");\n           string backup = string.Copy(gn.Text);\n           gn.Text = reg.Replace(gn.Text, string.Empty);\n           gn.CaretIndex = gn.Text.Length;\n           if (gn.Text != backup)\n           {\n               gn.ScrollToHorizontalOffset(double.MaxValue);\n           }*/\n\n\n\n\n        }\n        public void reset()\n        {\n\n            tv.Text = \"\";\n            drc.Text = \"\";\n            gn.Text = \"\";\n            ic.Text = \"\";\n            log.Text = \"\";\n        }\n\n        private void RadioButton_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.PokePatch = true;\n        }\n\n        private void rbRDF_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.PokePatch = false;\n        }\n        private void icoIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            ICOSHOW ics = new ICOSHOW(ic.Text);\n            try\n            {\n                ics.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            ics.ShowDialog();\n        }\n\n        private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            TDRSHOW t = new TDRSHOW(tv.Text, false);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n        }\n\n        private void drcIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            TDRSHOW t = new TDRSHOW(drc.Text, true);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n\n        }\n\n        private void logIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            LOGSHOW t = new LOGSHOW(log.Text);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n        }\n        public void imgpath(string icon, string tv)\n        {\n            ic.Text = icon;\n            this.tv.Text = tv;\n            icoIMG.Visibility = Visibility.Visible;\n            this.tv.Visibility = Visibility.Visible;\n        }\n\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            string path = mvm.GetFilePath(true, true);\n            if (!CheckIfNull(path))\n            {\n                if (new FileInfo(path).Extension.Contains(\"wav\"))\n                {\n                    if (mvm.ConfirmRiffWave(path))\n                    {\n                        mvm.BootSound = path;\n                    }\n                    else\n                    {\n                        Custom_Message cm = new Custom_Message(\"Incompatible WAV file\", \"Your WAV file needs to be a RIFF WAVE file which is 16 bit stereo and also 48000khz\");\n                        try\n                        {\n                            cm.Owner = mvm.mw;\n                        }\n                        catch (Exception)\n                        {\n\n                        }\n                        cm.ShowDialog();\n                    }\n                }\n                else\n                {\n\n                    mvm.BootSound = path;\n                }\n            }\n            else\n            {\n                if (path == \"\")\n                {\n                    mvm.BootSound = null;\n                    sound.Text = \"\";\n\n                }\n            }\n        }\n\n        private void Image_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {/*\n            try\n            {\n\n                TitleKeys webbrowser = new TitleKeys(\"gba\", \"UWUVCI AIO - GBA Help\");\n                try\n                {\n                    webbrowser.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                webbrowser.Show();\n                mvm.mw.Hide();\n            }\n            catch (Exception)\n            {\n                Custom_Message cm = new Custom_Message(\"Not Implemented\", \"The Helppage for GBA is not implemented yet\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.Show();\n            }*/\n        }\n\n        private void Button_Click_1(object sender, RoutedEventArgs e)\n        {\n            try\n            {\n                TitleKeys webbrowser = new TitleKeys(\"gba\", \"GameBoy Advance Inject Guide\");\n                try\n                {\n                    webbrowser.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                webbrowser.Show();\n                mvm.mw.Hide();\n            }\n            catch (Exception)\n            {\n                Custom_Message cm = new Custom_Message(\"Not Implemented\", \"The Helppage for GBA is not implemented yet\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.Show();\n            }\n        }\n\n        private void gn_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            try\n            {\n                mvm.GameConfiguration.GameName = gn.Text;\n            }\n            catch (Exception)\n            {\n\n            }\n        }\n        private void rbRDF_GBA_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.GameConfiguration.GBAStuff.DarkFilter = false;\n        }\n\n        private void rbREF_GBA_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.GameConfiguration.GBAStuff.DarkFilter = true;\n        }\n\n        private void RbREF_GBA_Checked(object sender, RoutedEventArgs e)\n        {\n\n        }\n    } \n}\n\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/GCConfig.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations.GCConfig\"\n      xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\"\n      mc:Ignorable=\"d\" \n      xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n      d:DesignHeight=\"510\" d:DesignWidth=\"643\"\n      Title=\"OtherConfigs\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\">\n\n    <Grid DataContext=\"{StaticResource mvm}\" Focusable=\"False\">\n        <TextBox materialDesign:HintAssist.Hint=\"ROM PATH\" Name=\"rp\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,60,157,406\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding RomPath}\" IsTabStop=\"False\" PreviewDragOver=\"GCConfig_PreviewDragOver\" PreviewDrop=\"GCConfig_PreviewDrop\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"ICON IMAGE\" ToolTip=\"Also known as IconTex\" Name=\"ic\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,181,157,283\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGAIco.ImgPath}\" Cursor=\"Help\" IsTabStop=\"False\" PreviewDragOver=\"GCConfig_PreviewDragOver\" PreviewDrop=\"GCConfig_PreviewDrop\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"GAMEPAD IMAGE (OPTIONAL)\" ToolTip=\"Also known as bootDrcTex\" Name=\"drc\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,272,157,193\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGADrc.ImgPath}\" Cursor=\"Help\" IsTabStop=\"False\" PreviewDragOver=\"GCConfig_PreviewDragOver\" PreviewDrop=\"GCConfig_PreviewDrop\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"TV IMAGE\" Name=\"tv\" ToolTip=\"Also known as bootTvTex\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,227,157,238\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGATv.ImgPath}\" Cursor=\"Help\" IsTabStop=\"False\" PreviewDragOver=\"GCConfig_PreviewDragOver\" PreviewDrop=\"GCConfig_PreviewDrop\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"LOGO IMAGE (OPTIONAL)\" ToolTip=\"Also known as bootLogoTex\" Name=\"log\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,317,157,149\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Cursor=\"Help\" Text=\"{Binding GameConfiguration.TGALog.ImgPath}\" IsTabStop=\"False\" PreviewDragOver=\"GCConfig_PreviewDragOver\" PreviewDrop=\"GCConfig_PreviewDrop\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"GAME NAME\" TextChanged=\"gn_TextChanged\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,413,157,52\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" Text=\"{Binding GameConfiguration.GameName}\" Name=\"gn\" KeyUp=\"gn_KeyUp\" MaxLength=\"250\" IsTabStop=\"False\" PreviewDragOver=\"GCConfig_PreviewDragOver\" PreviewDrop=\"GCConfig_PreviewDrop\"/>\n        <Button Content=\"Inject\" HorizontalAlignment=\"Left\" Margin=\"506,478,0,0\" VerticalAlignment=\"Top\" Width=\"127\" IsEnabled=\"{Binding CanInject}\" Click=\"InjectGame\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,327,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_LogoTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,238,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_TvTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,283,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_DrcTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,193,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_IconTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Select File\" HorizontalAlignment=\"Left\" Margin=\"506,72,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_Rom_Path\" Name=\"Injection\" IsTabStop=\"False\"/>\n\n        <TextBox Name=\"gc2\" materialDesign:HintAssist.Hint=\"GAMECUBE DISC 2 (LEAVE BLANK IF NONE)\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,120,157,345\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding gc2rom}\" Height=\"45\" IsTabStop=\"False\" PreviewDragOver=\"GCConfig_PreviewDragOver\" PreviewDrop=\"GCConfig_PreviewDrop\"/>\n        <Button Content=\"Select File\" HorizontalAlignment=\"Left\" Margin=\"506,133,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Button_Click\" IsTabStop=\"False\"/>\n        <StackPanel Margin=\"10,20,48,436\" Orientation=\"Horizontal\" >\n\n            <Label Content=\"Config:\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" FontSize=\"14\" Width=\"90\"/>\n            <CheckBox Content=\"Force 4:3\" HorizontalAlignment=\"Left\" Margin=\"0,5,0,0\" VerticalAlignment=\"Top\" Width=\"98\" Click=\"CheckBox_Click\" ToolTip=\"If checked Games will run in 4:3 instead of 16:9\" IsTabStop=\"False\" Name=\"fbt\"/>\n            <CheckBox Content=\"Disable GamePad\" HorizontalAlignment=\"Left\" Margin=\"0,5,0,0\" VerticalAlignment=\"Top\" Width=\"305\" Click=\"CheckBox_Click_1\" ToolTip=\"If checked the GamePad will not be used as a controller\" Name=\"gp\" IsTabStop=\"False\"/>\n            <CheckBox Content=\"Disable Trim\" Margin=\"0,5,0,31\" Name=\"trimn\" Click=\"trimn_Click\" IsEnabled=\"False\" IsTabStop=\"False\"/>\n        </StackPanel>\n        <TextBox materialDesign:HintAssist.Hint=\"BOOT SOUND (OPTIONAL)\" ToolTip=\"Needs to be a RIFF WAVE file 48000khz and 16bit stereo.\" x:Name=\"sound\" Text=\"{Binding BootSound}\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,365,157,101\" Background=\"{x:Null}\" Foreground=\"Black\" IsTabStop=\"False\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Cursor=\"Help\" TextChanged=\"sound_TextChanged\" PreviewDragOver=\"GCConfig_PreviewDragOver\" PreviewDrop=\"GCConfig_PreviewDrop\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,191,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"icoIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"icoIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,236,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"tvIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"tvIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,281,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"drcIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"drcIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,325,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"logIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"logIMG_MouseLeftButtonDown\" Visibility=\"Hidden\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,373,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"SoundImg\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newspeaker2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"SoundImg_MouseLeftButtonDown\" Visibility=\"Hidden\"/>\n        <Button Content=\"Select File\" HorizontalAlignment=\"Left\" Margin=\"506,376,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Button_Click_1\" IsTabStop=\"False\"/>\n        <Label Content=\"Use | for 2 lines\" HorizontalAlignment=\"Left\" Margin=\"506,428,0,0\" VerticalAlignment=\"Top\" Width=\"127\" HorizontalContentAlignment=\"Center\" ToolTip=\"e.g. Wii|Sports\"/>\n        <Button Content=\"?\" HorizontalAlignment=\"Left\" Margin=\"600,19,0,0\" Height=\"32\" VerticalAlignment=\"Top\" Width=\"33\" Background=\"#FF2196F3\" BorderBrush=\"#FF2196F3\" Foreground=\"White\" Click=\"Button_Click_2\" FontSize=\"22\" Padding=\"0\"   IsTabStop=\"False\"/>\n<!--\n        <TextBox materialDesign:HintAssist.Hint=\"GCT PATH (OPTIONAL)\" \n         x:Name=\"gctPath\" \n         Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" \n         Margin=\"10,462,296,6\" \n         Background=\"{x:Null}\" \n         Foreground=\"Black\" \n         SelectionBrush=\"#FF00C3D7\" \n         CaretBrush=\"#FF21C3F3\" \n         FontSize=\"12\" \n         IsReadOnly=\"True\" \n         Text=\"{Binding GctPath}\" \n         IsTabStop=\"False\" \n         TextWrapping=\"Wrap\" \n         Focusable=\"False\" \n         Cursor=\"Help\"\n         ToolTip=\"This field shows the currently selected GCT files. GCT files contain cheat codes or mods. If no GCT file is selected, the game will run without cheats or mods.\" />\n        <Button Content=\"Select GCT File\" \n            HorizontalAlignment=\"Left\" \n            Margin=\"359,469,0,0\" \n            VerticalAlignment=\"Top\" \n            Width=\"127\" \n            Click=\"SelectGctFile\" \n            IsTabStop=\"False\"\n            ToolTip=\"GCT files contain cheat codes or mods for games. You can select multiple GCT files to apply various modifications to your game. If no GCT file is selected, the game will run without cheats or mods. To select multiple files, hold 'Ctrl' while clicking on the files.\" Height=\"35\"/>\n-->\n\n\n    </Grid>\n\n</Page>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/GCConfig.xaml.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.Text.RegularExpressions;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Input;\nusing System.Windows.Shapes;\nusing UWUVCI_AIO_WPF.Models;\nusing UWUVCI_AIO_WPF.UI.Windows;\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\n{\n    /// <summary>\n    /// Interaktionslogik für OtherConfigs.xaml\n    /// </summary>\n    public partial class GCConfig : Page, IDisposable\n    {\n        MainViewModel mvm;\n        bool cd = false;\n        public GCConfig()\n        {\n            InitializeComponent();\n            mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.setThing(this);\n            Injection.ToolTip = \"Changing the extension of a ROM may result in a faulty inject.\\nWe will not give any support in such cases\";\n            mvm.test = GameConsoles.GCN;\n            mvm.Index = 1;\n        }\n        public void clearImages(int i)\n        {\n\n            switch (i)\n            {\n                case 0:\n                    icoIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGAIco = new PNGTGA();\n                    ic.Text = null;\n                    break;\n                case 1:\n                    tvIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGATv = new PNGTGA();\n                    tv.Text = null;\n                    break;\n                case 2:\n                    drcIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGADrc = new PNGTGA();\n                    drc.Text = null;\n                    break;\n                case 3:\n                    logIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGALog = new PNGTGA();\n                    log.Text = null;\n                    break;\n            }\n        }\n        private void SoundImg_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            mvm.PlaySound();\n        }\n\n        private void sound_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            try\n            {\n                if (File.Exists(mvm.BootSound))\n                {\n                    if (!new FileInfo(mvm.BootSound).Extension.Contains(\"btsnd\"))\n                    {\n                        SoundImg.Visibility = Visibility.Visible;\n                    }\n                    else\n                    {\n                        SoundImg.Visibility = Visibility.Hidden;\n                    }\n                }\n            }\n            catch (Exception)\n            {\n\n            }\n\n\n        }\n        public GCConfig(GameConfig c)\n        {\n            InitializeComponent();\n            mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.GameConfiguration = c.Clone(); getInfoFromConfig();\n            mvm.setThing(this);\n            Injection.ToolTip = \"Changing the extension of a ROM may result in a faulty inject.\\nWe will not give any support in such cases\";\n            mvm.test = GameConsoles.GCN;\n            mvm.Index = 1;\n        }\n        public void Dispose()\n        {\n\n        }\n        private void GCConfig_PreviewDragOver(object sender, DragEventArgs e)\n        {\n            e.Effects = e.Data.GetDataPresent(DataFormats.FileDrop) ? DragDropEffects.Copy : DragDropEffects.None;\n            e.Handled = true;\n        }\n        private void GCConfig_PreviewDrop(object sender, DragEventArgs e)\n        {\n            if (e.Data.GetDataPresent(DataFormats.FileDrop))\n            {\n                string[] files = (string[])e.Data.GetData(DataFormats.FileDrop);\n                if (files != null && files.Length > 0)\n                {\n                    TextBox txtBox = sender as TextBox;\n                    if (txtBox != null)\n                    {\n                        string filePath = files[0]; // Default case (single file handling)\n\n                        // Special handling for GCN Disc 2\n                        if (txtBox.Name == \"gc2\")\n                        {\n                            if (System.IO.Path.GetExtension(filePath).Equals(\".iso\", StringComparison.OrdinalIgnoreCase) ||\n                                System.IO.Path.GetExtension(filePath).Equals(\".gcm\", StringComparison.OrdinalIgnoreCase))\n\n                            {\n                                mvm.gc2rom = filePath;\n                                txtBox.Text = filePath;\n                            }\n                            else\n                            {\n                                Custom_Message cm = new Custom_Message(\"Invalid File Type\", \"Only ISO or GCM files are allowed for Disc 2.\");\n                                try\n                                {\n                                    cm.Owner = mvm.mw;\n                                }\n                                catch (Exception)\n                                {\n\n                                }\n                                cm.ShowDialog();\n                            }\n                            return;\n                        }\n\n                        // Assign to corresponding ViewModel property\n                        switch (txtBox.Name)\n                        {\n                            case \"rp\":\n                                PostRomPath(filePath); // Call existing function for ROM processing\n                                break;\n                            case \"ic\":\n                                mvm.GameConfiguration.TGAIco.ImgPath = filePath;\n                                break;\n                            case \"tv\":\n                                mvm.GameConfiguration.TGATv.ImgPath = filePath;\n                                break;\n                            case \"drc\":\n                                mvm.GameConfiguration.TGADrc.ImgPath = filePath;\n                                break;\n                            case \"log\":\n                                mvm.GameConfiguration.TGALog.ImgPath = filePath;\n                                break;\n                            case \"sound\":\n                                mvm.BootSound = filePath;\n                                break;\n                        }\n\n                        txtBox.Text = filePath; // Update UI text field\n                    }\n                }\n            }\n        }\n\n\n        public void imgpath(string icon, string tv)\n        {\n            ic.Text = icon;\n            this.tv.Text = tv;\n        }\n        private void Set_Rom_Path(object sender, RoutedEventArgs e)\n        {\n            var path = mvm.GetFilePath(true, false);\n            PostRomPath(path);\n        }\n\n        private void PostRomPath(string path)\n        {\n            int TitleIDInt = 0;\n            bool isok = false;\n            if (!CheckIfNull(path))\n            {\n                using (var reader = new BinaryReader(File.OpenRead(path)))\n                {\n                    if (path.ToLower().Contains(\".gcz\"))\n                        isok = true;\n                    else\n                    {\n                        reader.BaseStream.Position = 0x00;\n                        TitleIDInt = reader.ReadInt32();\n                        if (TitleIDInt != 65536 && TitleIDInt != 1397113431)\n                        {\n                            reader.BaseStream.Position = 0x18;\n                            long GameType = reader.ReadInt64();\n                            if (GameType == 4440324665927270400)\n                                isok = true;\n                        }\n                        reader.Close();\n                    }\n                }\n                if (isok)\n                {\n                    trimn.IsEnabled = true;\n                    if (path.Contains(\"nkit.iso\"))\n                    {\n                        trimn.IsEnabled = false;\n                        trimn.IsChecked = false;\n                        trimn_Click(null, null);\n                    }\n\n                    mvm.RomPath = path;\n                    mvm.RomSet = true;\n\n                    if (mvm.BaseDownloaded)\n                        mvm.CanInject = true;\n\n                    if (!path.ToLower().Contains(\".gcz\"))\n                    {\n                        trimn.IsChecked = false;\n                        trimn_Click(null, null);\n                        string rom = mvm.getInternalWIIGCNName(mvm.RomPath, true);\n                        Regex reg = new Regex(\"[*'\\\",_&#^@:;?!<>|µ~#°²³´`éⓇ©™]\");\n                        gn.Text = reg.Replace(rom, string.Empty);\n                        mvm.GameConfiguration.GameName = reg.Replace(rom, string.Empty);\n                        mvm.gc2rom = \"\";\n\n                        if (!string.IsNullOrEmpty(mvm.GameConfiguration.TGAIco.ImgPath))\n                            ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;\n\n                        if (!string.IsNullOrEmpty(mvm.GameConfiguration.TGATv.ImgPath))\n                            tv.Text = mvm.GameConfiguration.TGATv.ImgPath;\n                    }\n                }\n                else\n                {\n                    Custom_Message cm = new Custom_Message(\"Wrong ROM\", \"The chosen ROM is not a supported GameCube Game\");\n                    try\n                    {\n                        cm.Owner = mvm.mw;\n                    }\n                    catch (Exception)\n                    {\n\n                    }\n                    cm.ShowDialog();\n                }\n            }\n        }\n\n        private void InjectGame(object sender, RoutedEventArgs e)\n        {\n            if (File.Exists(tv.Text))\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = tv.Text;\n            }\n            else if (!tv.Text.Equals(\"Added via Config\") && !tv.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = null;\n            }\n            if (File.Exists(ic.Text))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = ic.Text;\n            }\n            else if (!ic.Text.Equals(\"Added via Config\") && !ic.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = null;\n\n            }\n            if (File.Exists(log.Text))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = log.Text;\n            }\n            else if (!log.Text.Equals(\"Added via Config\") && !log.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = null;\n            }\n            if (File.Exists(drc.Text))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = drc.Text;\n            }\n            else if (!drc.Text.Equals(\"Added via Config\") && !drc.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = null;\n            }\n            mvm.GameConfiguration.GameName = gn.Text;\n            mvm.GC = true;\n            //mvm.GctPath = gctPath.Text;\n            mvm.Inject(cd);\n            mvm.Index = 1;\n            gp.IsChecked = false;\n\n        }\n\n        private void Set_TvTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootTvTex.png\");\n            using (ImageCreator ic = new ImageCreator(GameConsoles.GCN, \"bootTvTex\"))\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = path;\n                mvm.GameConfiguration.TGATv.extension = new FileInfo(path).Extension;\n                tv.Text = path;\n                tvIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_DrcTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootDrcTex.png\");\n            using (ImageCreator ic = new ImageCreator(GameConsoles.GCN, \"bootDrcTex\"))\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = path;\n                mvm.GameConfiguration.TGADrc.extension = new FileInfo(path).Extension;\n                drc.Text = path;\n                drcIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_IconTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"iconTex.png\");\n            using (IconCreator ic = new IconCreator())\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = path;\n                mvm.GameConfiguration.TGAIco.extension = new FileInfo(path).Extension;\n                ic.Text = path;\n                icoIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_LogoTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootLogoTex.png\");\n            using (LogoCreator ic = new LogoCreator())\n            {\n                try\n                {\n                    ic.Owner = (FindResource(\"mvm\") as MainViewModel).mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = path;\n                mvm.GameConfiguration.TGALog.extension = new FileInfo(path).Extension;\n                log.Text = path;\n                logIMG.Visibility = Visibility.Visible;\n            }\n        }\n        public void getInfoFromConfig()\n        {\n            rp.Text = \"\";\n            mvm.RomPath = \"\";\n            mvm.RomSet = false;\n            mvm.gc2rom = \"\";\n            gc2.Text = \"\";\n            tv.Text = mvm.GameConfiguration.TGATv.ImgPath;\n            if (tv.Text.Length > 0)\n            {\n                tvIMG.Visibility = Visibility.Visible;\n            }\n            ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;\n            if (ic.Text.Length > 0)\n            {\n                icoIMG.Visibility = Visibility.Visible;\n            }\n            drc.Text = mvm.GameConfiguration.TGADrc.ImgPath;\n            if (drc.Text.Length > 0)\n            {\n                drcIMG.Visibility = Visibility.Visible;\n            }\n            log.Text = mvm.GameConfiguration.TGALog.ImgPath;\n            if (log.Text.Length > 0)\n            {\n                logIMG.Visibility = Visibility.Visible;\n            }\n            gn.Text = mvm.GameConfiguration.GameName;\n            if (mvm.GameConfiguration.extension != \"\" && mvm.GameConfiguration.bootsound != null)\n            {\n                if (!Directory.Exists(@\"bin\\cfgBoot\"))\n                {\n                    Directory.CreateDirectory(@\"bin\\cfgBoot\");\n                }\n                if (File.Exists($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\"))\n                {\n                    File.Delete($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\");\n                }\n                File.WriteAllBytes($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\", mvm.GameConfiguration.bootsound);\n                sound.Text = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"cfgBoot\", $\"bootSound.{mvm.GameConfiguration.extension}\");\n                mvm.BootSound = sound.Text;\n                sound_TextChanged(null, null);\n            }\n            if (mvm.GameConfiguration.disgamepad)\n            {\n                mvm.Index = -1;\n                gp.IsChecked = true;\n            }\n            else\n            {\n                mvm.Index = 1;\n                gp.IsChecked = false;\n            }\n           cd = mvm.GameConfiguration.fourbythree;\n            mvm.cd = cd;\n            fbt.IsChecked = cd;\n            if (mvm.GameConfiguration.donttrim)\n            {\n                trimn.IsChecked = true;\n            }\n            else\n            {\n                trimn.IsChecked = false;\n            }\n        }\n        private bool CheckIfNull(string s)\n        {\n            if (s == null || s.Equals(string.Empty))\n            {\n                return true;\n            }\n            return false;\n        }\n\n        private void CheckBox_Click(object sender, RoutedEventArgs e)\n        {\n            \n            cd = !cd;\n            mvm.cd = cd;\n        }\n\n        private void gn_KeyUp(object sender, KeyEventArgs e)\n        {\n\n            /*Regex reg = new Regex(\"[^a-zA-Z0-9 é -]\");\n           string backup = string.Copy(gn.Text);\n           gn.Text = reg.Replace(gn.Text, string.Empty);\n           gn.CaretIndex = gn.Text.Length;\n           if (gn.Text != backup)\n           {\n               gn.ScrollToHorizontalOffset(double.MaxValue);\n           }*/\n\n\n\n\n        }\n\n        private void CheckBox_Click_1(object sender, RoutedEventArgs e)\n        {\n            if (mvm.Index == -1)\n            {\n                mvm.Index = 1;\n            }\n            else\n            {\n                mvm.Index = -1;\n            }\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            string path = string.Empty;\n            path = mvm.GetFilePath(true, false);\n\n\n            if (!CheckIfNull(path))\n            {\n                mvm.gc2rom = path;\n            }\n        }\n        public void reset()\n        {\n            gc2.Text = \"\";\n            tv.Text = \"\";\n            drc.Text = \"\";\n            gn.Text = \"\";\n            ic.Text = \"\";\n            log.Text = \"\";\n        }\n        private void icoIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            ICOSHOW ics = new ICOSHOW(ic.Text);\n            try\n            {\n                ics.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            ics.ShowDialog();\n        }\n\n        private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            TDRSHOW t = new TDRSHOW(tv.Text, false);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n        }\n\n        private void drcIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            TDRSHOW t = new TDRSHOW(drc.Text, true);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n\n        }\n\n        private void logIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            LOGSHOW t = new LOGSHOW(log.Text);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n        }\n\n        private void ic_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            if (ic.Text.Length > 0)\n            {\n                icoIMG.Visibility = Visibility.Visible;\n            }\n            else\n            {\n                icoIMG.Visibility = Visibility.Hidden;\n            }\n        }\n\n        private void drc_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            if (drc.Text.Length > 0)\n            {\n                drcIMG.Visibility = Visibility.Visible;\n            }\n            else\n            {\n\n                drcIMG.Visibility = Visibility.Hidden;\n            }\n        }\n\n        private void tv_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            if (tv.Text.Length > 0)\n            {\n                tvIMG.Visibility = Visibility.Visible;\n            }\n            else\n            {\n                tvIMG.Visibility = Visibility.Hidden;\n            }\n        }\n\n        private void log_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            if (log.Text.Length > 0)\n            {\n                logIMG.Visibility = Visibility.Visible;\n            }\n            else\n            {\n                logIMG.Visibility = Visibility.Hidden;\n            }\n        }\n\n        private void Button_Click_1(object sender, RoutedEventArgs e)\n        {\n            string path = mvm.GetFilePath(true, true);\n            if (!CheckIfNull(path))\n            {\n                if (new FileInfo(path).Extension.Contains(\"wav\"))\n                {\n                    if (mvm.ConfirmRiffWave(path))\n                    {\n                        mvm.BootSound = path;\n                    }\n                    else\n                    {\n                        Custom_Message cm = new Custom_Message(\"Incompatible WAV file\", \"Your WAV file needs to be a RIFF WAVE file which is 16 bit stereo and also 48000khz\");\n                        try\n                        {\n                            cm.Owner = mvm.mw;\n                        }\n                        catch (Exception)\n                        {\n\n                        }\n                        cm.ShowDialog();\n                    }\n                }\n                else\n                {\n\n                    mvm.BootSound = path;\n                }\n            }\n            else\n            {\n                if (path == \"\")\n                {\n                    mvm.BootSound = null;\n                    sound.Text = \"\";\n\n                }\n            }\n        }\n\n        private void Image_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            /*\n            try\n            {\n\n                TitleKeys webbrowser = new TitleKeys(\"gcn\", \"UWUVCI AIO - GCN Help\");\n                try\n                {\n                    webbrowser.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                mvm.mw.Hide();\n                webbrowser.ShowDialog();\n                \n            }\n            catch (Exception)\n            {\n                Custom_Message cm = new Custom_Message(\"Not Implemented\", \"The Helppage for GCN is not implemented yet\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.Show();\n            }\n            */\n            // \n        }\n\n        private void Button_Click_2(object sender, RoutedEventArgs e)\n        {\n            try\n            {\n                TitleKeys webbrowser = new TitleKeys(\"gcn\", \"GameCube Inject Guide\");\n                try\n                {\n                    webbrowser.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                webbrowser.Show();\n                mvm.mw.Hide();\n            }\n            catch (Exception)\n            {\n                Custom_Message cm = new Custom_Message(\"Not Implemented\", \"The Helppage for GameCube is not implemented yet\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.Show();\n            }\n        }\n\n        private void trimn_Click(object sender, RoutedEventArgs e)\n        {\n            if(trimn.IsChecked == true)\n            {\n                mvm.donttrim = true;\n\n            }\n            else\n            {\n                mvm.donttrim = false;\n            }\n           \n        }\n\n        private void gn_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            try\n            {\n                mvm.GameConfiguration.GameName = gn.Text;\n            }\n            catch (Exception)\n            {\n\n            }\n        }\n        /*\n        private void SelectGctFile(object sender, RoutedEventArgs e)\n        {\n            // Get the new selected GCT files as a single string\n            var newFiles = GetGCTFilePaths();\n            if (string.IsNullOrEmpty(newFiles))\n                return;\n\n            // Split newFiles by new lines into a list of file paths\n            var newFileList = newFiles.Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries);\n\n            // Use a HashSet to store unique file paths (it avoids duplicates automatically)\n            var uniqueFiles = new HashSet<string>(gctPath.Text.Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries));\n\n            // Add the new files to the HashSet\n            foreach (var file in newFileList)\n                uniqueFiles.Add(file); // HashSet ensures no duplicates are added\n\n            // Update the TextBox with the combined list of files, separated by new lines\n            gctPath.Text = string.Join(Environment.NewLine, uniqueFiles);\n        }\n        */\n        private string GetGCTFilePaths()\n        {\n            using var dialog = new System.Windows.Forms.OpenFileDialog();\n            dialog.Multiselect = true;\n            dialog.Filter = \"GCT or TXT Files (*.gct, *.txt)|*.gct;*.txt\";\n\n            System.Windows.Forms.DialogResult res = dialog.ShowDialog();\n            if (res == System.Windows.Forms.DialogResult.OK)\n            {\n                var validFilePaths = new List<string>();\n\n                foreach (string filePath in dialog.FileNames)\n                {\n                    // If it's a GCT file, accept it without validation\n                    if (System.IO.Path.GetExtension(filePath).Equals(\".gct\", StringComparison.OrdinalIgnoreCase))\n                        validFilePaths.Add(filePath);\n\n                    // If it's a TXT file, validate the format\n                    else if (System.IO.Path.GetExtension(filePath).Equals(\".txt\", StringComparison.OrdinalIgnoreCase))\n                    {\n                        GctCode.ParseOcarinaOrDolphinTxtFile(filePath); // Try to parse; throws exception if invalid\n                        validFilePaths.Add(filePath);\n                    }\n                }\n\n                return string.Join(Environment.NewLine, validFilePaths);\n            }\n\n            // Return an empty string if the dialog was canceled\n            return string.Empty;\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/InverseBootConverter.cs",
    "content": "﻿using System;\nusing System.Globalization;\nusing System.Windows.Data;\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\n{\n    public class InverseBoolConverter : IValueConverter\n    {\n        public object Convert(object value, Type targetType, object parameter, CultureInfo culture)\n        {\n            if (value is bool boolValue)\n                return !boolValue;\n\n            return true;\n        }\n\n        public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)\n        {\n            throw new NotImplementedException();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/N64Config.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations.N64Config\"\n      xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\"\n     mc:Ignorable=\"d\" \n      xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n      d:DesignHeight=\"510\" d:DesignWidth=\"643\"\n      Title=\"N64Config\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\">\n\n    <Grid DataContext=\"{StaticResource mvm}\" Focusable=\"False\">\n        <TextBox materialDesign:HintAssist.Hint=\"ROM PATH\" Name=\"rp\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,60,157,406\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding RomPath}\"  IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"ICON IMAGE\" ToolTip=\"Also known as IconTex\" Name=\"ic\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,181,157,283\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGAIco.ImgPath}\" Cursor=\"Help\"  IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"GAMEPAD IMAGE (OPTIONAL)\" ToolTip=\"Also known as bootDrcTex\" Name=\"drc\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,272,157,193\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGADrc.ImgPath}\" Cursor=\"Help\" IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"TV IMAGE\" Name=\"tv\" ToolTip=\"Also known as bootTvTex\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,227,157,238\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGATv.ImgPath}\" Cursor=\"Help\" IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"LOGO IMAGE (OPTIONAL)\" ToolTip=\"Also known as bootLogoTex\" Name=\"log\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,317,157,149\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Cursor=\"Help\" Text=\"{Binding GameConfiguration.TGALog.ImgPath}\" IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"GAME NAME\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" TextChanged=\"gn_TextChanged\" Margin=\"10,413,157,52\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" Text=\"{Binding GameConfiguration.GameName}\" Name=\"gn\" KeyUp=\"gn_KeyUp\" MaxLength=\"250\" IsTabStop=\"False\"/>\n        <Button Content=\"Inject\" HorizontalAlignment=\"Left\" Margin=\"506,478,0,0\" VerticalAlignment=\"Top\" Width=\"127\" IsEnabled=\"{Binding CanInject}\" Click=\"InjectGame\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,327,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_LogoTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,238,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_TvTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,283,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_DrcTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,193,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_IconTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Select File\" HorizontalAlignment=\"Left\" Margin=\"506,72,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_Rom_Path\" Name=\"Injection\" IsTabStop=\"False\"/>\n        <TextBox Name=\"ini\" materialDesign:HintAssist.Hint=\"INI PATH (LEAVE EMPTY FOR BLANK INI)\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" IsTabStop=\"False\" Margin=\"10,118,157,345\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.N64Stuff.INIPath}\"/>\n        <Button Content=\"Select File\" HorizontalAlignment=\"Left\" Margin=\"506,133,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_IniPath\" IsTabStop=\"False\"/>\n        <StackPanel Margin=\"10,20,222,436\" Orientation=\"Horizontal\" >\n\n            <Label Content=\"DarkFilter:\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" FontSize=\"14\" Width=\"90\"/>\n            <RadioButton Content=\"Enabled\" Width=\"78\" HorizontalAlignment=\"Left\" Margin=\"0,5,0,0\" VerticalAlignment=\"Top\" GroupName=\"df\" IsChecked=\"True\" Click=\"RadioButton_Click\" IsTabStop=\"False\"/>\n\n            <RadioButton x:Name=\"rbRDF\" Width=\"111\" Content=\"Disabled\" HorizontalAlignment=\"Left\" Margin=\"0,5,0,0\"  VerticalAlignment=\"Top\" GroupName=\"df\" Click=\"rbRDF_Click\" IsTabStop=\"False\"/>\n            <CheckBox x:Name=\"chkWide\" Content=\"Enable Widescreen\" VerticalAlignment=\"Top\" HorizontalAlignment=\"Left\" Height=\"28\" Click=\"chkWide_Click\"/>\n        </StackPanel>\n        <TextBox materialDesign:HintAssist.Hint=\"BOOT SOUND (OPTIONAL)\"  IsTabStop=\"False\" ToolTip=\"Needs to be a RIFF WAVE file 48000khz and 16bit stereo.\" x:Name=\"sound\" Text=\"{Binding BootSound}\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,365,157,101\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Cursor=\"Help\" TextChanged=\"sound_TextChanged\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,191,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"icoIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"icoIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,236,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"tvIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"tvIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,281,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"drcIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"drcIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,325,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"logIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"logIMG_MouseLeftButtonDown\" Visibility=\"Hidden\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,373,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"SoundImg\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newspeaker2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"SoundImg_MouseLeftButtonDown\" Visibility=\"Hidden\"/>\n        <Button Content=\"Select File\"  IsTabStop=\"False\" HorizontalAlignment=\"Left\" Margin=\"506,375,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Button_Click\"/>\n\n        <Label Content=\"Use | for 2 lines\" HorizontalAlignment=\"Left\" IsTabStop=\"False\" Margin=\"506,428,0,0\" VerticalAlignment=\"Top\" Width=\"127\" HorizontalContentAlignment=\"Center\" ToolTip=\"e.g. Wii|Sports\"/>\n        <Button Content=\"?\" HorizontalAlignment=\"Left\" Margin=\"600,19,0,0\" IsTabStop=\"False\" Height=\"32\" VerticalAlignment=\"Top\" Width=\"33\" Background=\"#FF2196F3\" BorderBrush=\"#FF2196F3\" Foreground=\"White\" Click=\"Button_Click_1\" FontSize=\"22\" Padding=\"0\" />\n    </Grid>\n\n</Page>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/N64Config.xaml.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System;\nusing System.IO;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Input;\nusing UWUVCI_AIO_WPF.Classes;\nusing UWUVCI_AIO_WPF.Models;\nusing UWUVCI_AIO_WPF.UI.Windows;\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\n{\n    /// <summary>\n    /// Interaktionslogik für N64Config.xaml\n    /// </summary>\n    public partial class N64Config : Page\n    {\n        \n        MainViewModel mvm;\n        public N64Config()\n        {\n            mvm = (MainViewModel)FindResource(\"mvm\");\n            mvm.GameConfiguration.N64Stuff = new N64Conf();\n            InitializeComponent();\n            mvm.setThing(this);\n            Injection.ToolTip = \"Changing the extension of a ROM may result in a faulty inject.\\nWe will not give any support in such cases\";\n\n        }\n        private void SoundImg_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            mvm.PlaySound();\n        }\n\n        private void sound_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            try\n            {\n                if (File.Exists(mvm.BootSound))\n                {\n                    if (!new FileInfo(mvm.BootSound).Extension.Contains(\"btsnd\"))\n                    {\n                        SoundImg.Visibility = Visibility.Visible;\n                    }\n                    else\n                    {\n                        SoundImg.Visibility = Visibility.Hidden;\n                    }\n                }\n            }\n            catch (Exception)\n            {\n\n            }\n\n\n        }\n        public N64Config(GameConfig c)\n        {\n            mvm = (MainViewModel)FindResource(\"mvm\");\n            mvm.GameConfiguration = c.Clone(); getInfoFromConfig();\n            InitializeComponent();\n            mvm.setThing(this);\n            Injection.ToolTip = \"Changing the extension of a ROM may result in a faulty inject.\\nWe will not give any support in such cases\";\n\n        }\n        public void imgpath(string icon, string tv)\n        {\n            ic.Text = icon;\n            this.tv.Text = tv;\n        }\n\n        private void Set_Rom_Path(object sender, RoutedEventArgs e)\n        {\n            string path = mvm.GetFilePath(true, false);\n            if (!CheckIfNull(path))\n            {\n                mvm.RomSet = true;\n                mvm.RomPath = path;\n                if (mvm.BaseDownloaded)\n                {\n                    mvm.CanInject = true;\n\n                }\n                mvm.getBootIMGN64(mvm.RomPath);\n            }\n        }\n\n        private void InjectGame(object sender, RoutedEventArgs e)\n        {\n            if (File.Exists(tv.Text))\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = tv.Text;\n            }\n            else if (!tv.Text.Equals(\"Added via Config\") && !tv.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = null;\n            }\n            if (File.Exists(ic.Text))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = ic.Text;\n            }\n            else if (!ic.Text.Equals(\"Added via Config\") && !ic.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = null;\n\n            }\n            if (File.Exists(log.Text))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = log.Text;\n            }\n            else if (!log.Text.Equals(\"Added via Config\") && !log.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = null;\n            }\n            if (File.Exists(drc.Text))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = drc.Text;\n            }\n            else if (!drc.Text.Equals(\"Added via Config\") && !drc.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = null;\n            }\n            if (File.Exists(ini.Text))\n            {\n                mvm.GameConfiguration.N64Stuff.INIPath = ini.Text;\n            }\n            else if (!ini.Text.Equals(\"Added via Config\") && !ini.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = null;\n            }\n            mvm.GameConfiguration.GameName = gn.Text;\n            mvm.Inject(false);\n\n        }\n        public void getInfoFromConfig()\n        {\n            if (rp != null) rp.Text = \"\";\n            mvm.RomPath = \"\";\n            mvm.RomSet = false;\n            mvm.gc2rom = \"\";\n            if (tv != null)\n            {\n                tv.Text = mvm.GameConfiguration.TGATv.ImgPath;\n                if (tv.Text.Length > 0)\n                {\n                    tvIMG.Visibility = Visibility.Visible;\n                }\n            }\n            if (ic != null)\n            {\n                ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;\n                if (ic.Text.Length > 0)\n                {\n                    icoIMG.Visibility = Visibility.Visible;\n                }\n            }\n            if (drc != null)\n            {\n                drc.Text = mvm.GameConfiguration.TGADrc.ImgPath;\n                if (drc.Text.Length > 0)\n                {\n                    drcIMG.Visibility = Visibility.Visible;\n                }\n            }\n            if (log != null)\n            {\n                log.Text = mvm.GameConfiguration.TGALog.ImgPath;\n                if (log.Text.Length > 0)\n                {\n                    logIMG.Visibility = Visibility.Visible;\n                }\n            }\n            if (gn != null) gn.Text = mvm.GameConfiguration.GameName;\n            if (ini != null) ini.Text = mvm.GameConfiguration.N64Stuff.INIPath;\n            chkWide.IsChecked = mvm.GameConfiguration.N64Stuff.WideScreen;\n            if(mvm.GameConfiguration.extension != \"\" && mvm.GameConfiguration.bootsound != null)\n            {\n                if (!Directory.Exists(@\"bin\\cfgBoot\"))\n                {\n                    Directory.CreateDirectory(@\"bin\\cfgBoot\");\n                }\n                if (File.Exists($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\"))\n                {\n                    File.Delete($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\");\n                }\n                File.WriteAllBytes($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\", mvm.GameConfiguration.bootsound);\n                sound.Text = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"cfgBoot\", $\"bootSound.{mvm.GameConfiguration.extension}\");\n                mvm.BootSound = sound.Text;\n                sound_TextChanged(null, null);\n            }\n        }\n        private void Set_TvTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootTvTex.png\");\n            using (ImageCreator ic = new ImageCreator(GameConsoles.N64, \"bootTvTex\"))\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n            \n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime) )\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = path;\n                mvm.GameConfiguration.TGATv.extension = new FileInfo(path).Extension;\n                tv.Text = path;\n                tvIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_DrcTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootDrcTex.png\");\n            using (ImageCreator ic = new ImageCreator(GameConsoles.N64, \"bootDrcTex\"))\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n            \n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = path;\n                mvm.GameConfiguration.TGADrc.extension = new FileInfo(path).Extension;\n                drc.Text = path;\n                drcIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_IconTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"iconTex.png\");\n            using (IconCreator ic = new IconCreator())\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = path;\n                mvm.GameConfiguration.TGAIco.extension = new FileInfo(path).Extension;\n                ic.Text = path;\n                icoIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_LogoTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootLogoTex.png\");\n            using (LogoCreator ic = new LogoCreator())\n            {\n                try\n                {\n                    ic.Owner = (FindResource(\"mvm\") as MainViewModel).mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = path;\n                mvm.GameConfiguration.TGALog.extension = new FileInfo(path).Extension;\n                log.Text = path;\n                logIMG.Visibility = Visibility.Visible; \n            }\n        }\n\n        private bool CheckIfNull(string s)\n        {\n            if (s == null || s.Equals(string.Empty))\n            {\n                return true;\n            }\n            return false;\n        }\n\n        private void Set_IniPath(object sender, RoutedEventArgs e)\n        {\n            string path = mvm.GetFilePath(false, true);\n            if (!CheckIfNull(path))\n            {\n                mvm.GameConfiguration.N64Stuff.INIPath = path;\n                ini.Text = path;\n            }\n        }\n\n        private void gn_KeyUp(object sender, KeyEventArgs e)\n        {\n\n            /*Regex reg = new Regex(\"[^a-zA-Z0-9 é -]\");\n            string backup = string.Copy(gn.Text);\n            gn.Text = reg.Replace(gn.Text, string.Empty);\n            gn.CaretIndex = gn.Text.Length;\n            if (gn.Text != backup)\n            {\n                gn.ScrollToHorizontalOffset(double.MaxValue);\n            }*/\n\n\n\n\n        }\n\n        private void rbRDF_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.GameConfiguration.N64Stuff.DarkFilter = true;\n        }\n\n        private void RadioButton_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.GameConfiguration.N64Stuff.DarkFilter = false;\n        }\n        public void reset()\n        {\n            ini.Text = \"\";\n            tv.Text = \"\";\n            drc.Text = \"\";\n            gn.Text = \"\";\n            ic.Text = \"\";\n            log.Text = \"\";\n        }\n        private void icoIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            ICOSHOW ics = new ICOSHOW(ic.Text);\n            try\n            {\n                ics.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            ics.ShowDialog();\n        }\n        public void clearImages(int i)\n        {\n            switch (i)\n            {\n                case 0:\n                    icoIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGAIco = new  PNGTGA();\n                    ic.Text = null;\n                    break;\n                case 1:\n                    tvIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGATv = new PNGTGA();\n                    tv.Text = null;\n                    break;\n                case 2:\n                    drcIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGADrc = new PNGTGA();\n                    drc.Text = null;\n                    break;\n                case 3:\n                    logIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGALog = new PNGTGA();\n                    log.Text = null;\n                    break;\n            }\n        }\n        private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            TDRSHOW t = new TDRSHOW(tv.Text, false);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n        }\n\n        private void drcIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            TDRSHOW t = new TDRSHOW(drc.Text, true);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n\n        }\n\n        private void logIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            LOGSHOW t = new LOGSHOW(log.Text);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            string path = mvm.GetFilePath(true, true);\n            if (!CheckIfNull(path))\n            {\n                if (new FileInfo(path).Extension.Contains(\"wav\"))\n                {\n                    if (mvm.ConfirmRiffWave(path))\n                    {\n                        mvm.BootSound = path;\n                    }\n                    else\n                    {\n                        Custom_Message cm = new Custom_Message(\"Incompatible WAV file\", \"Your WAV file needs to be a RIFF WAVE file which is 16 bit stereo and also 48000khz\");\n                        try\n                        {\n                            cm.Owner = mvm.mw;\n                        }\n                        catch (Exception)\n                        {\n\n                        }\n                        cm.ShowDialog();\n                    }\n                }\n                else\n                {\n\n                    mvm.BootSound = path;\n                }\n            }\n            else\n            {\n                if (path == \"\")\n                {\n                    mvm.BootSound = null;\n                    sound.Text = \"\";\n\n                }\n            }\n        }\n\n        private void Image_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {/*\n            try\n            {\n                TitleKeys webbrowser = new TitleKeys(\"n64\", \"UWUVCI AIO - N64 Help\");\n                try\n                {\n                    webbrowser.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                webbrowser.Show();\n                mvm.mw.Hide();\n            }\n            catch (Exception)\n            {\n                Custom_Message cm = new Custom_Message(\"Not Implemented\", \"The Helppage for N64 is not implemented yet\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.Show();\n            }*/\n        }\n\n        private void Button_Click_1(object sender, RoutedEventArgs e)\n        {\n            try\n            {\n                TitleKeys webbrowser = new TitleKeys(\"n64\", \"Nintendo 64 Inject Guide\");\n                try\n                {\n                    webbrowser.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                webbrowser.Show();\n                mvm.mw.Hide();\n            }\n            catch (Exception)\n            {\n                Custom_Message cm = new Custom_Message(\"Not Implemented\", \"The Helppage for N64 is not implemented yet\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.Show();\n            }\n        }\n\n        private void gn_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            try\n            {\n                mvm.GameConfiguration.GameName = gn.Text;\n            }\n            catch (Exception)\n            {\n\n            }\n        }\n\n        private void chkWide_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.GameConfiguration.N64Stuff.WideScreen = !mvm.GameConfiguration.N64Stuff.WideScreen;\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/OtherConfigs.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations.OtherConfigs\"\n      xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\"\n      mc:Ignorable=\"d\" \n      xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n      d:DesignHeight=\"510\" d:DesignWidth=\"643\"\n      Title=\"OtherConfigs\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\">\n\n    <Page.Resources>\n        <local:InverseBoolConverter x:Key=\"InverseBoolConverter\" />\n    </Page.Resources>\n\n    <Grid DataContext=\"{StaticResource mvm}\" Focusable=\"False\">\n        <StackPanel Margin=\"10,20,244,436\" Orientation=\"Horizontal\" Name=\"snesnes\" Visibility=\"Hidden\">\n            <CheckBox Content=\"Enable Pixel Perfect Mode\" ToolTip=\"May not work with every Base\" Margin=\"0,0,0,26\"  IsTabStop=\"False\" Click=\"CheckBox_Click\" Name=\"pixp\"/>\n        </StackPanel>\n        <StackPanel Margin=\"10,20,81,444\" Orientation=\"Horizontal\" Name=\"nds\" Visibility=\"Hidden\">\n            <!-- RenderingScale -->\n            <StackPanel Orientation=\"Horizontal\">\n                <TextBlock Text=\"RenderingScale:\" VerticalAlignment=\"Center\" Margin=\"0,0,10,0\" ToolTip=\"May cause issues, doesn't work for every base. Here are base titles that work: &#x0a;Big Brain Academy&#x0a;WarioWare: Touched&#x0a;Yoshi's Island DS&#x0a;Mario Kart DS&#x0a;New Super Mario Bros.&#x0a;Brain Age: Train Your Brain in Minutes a Day (aka Dr. Kawashima's Brain Training)&#x0a;Yoshi Touch &amp; Go&#x0a;Mario &amp; Luigi: Partners in Time&#x0a;Star Fox Command&#x0a;Kirby Squeak Squad&#x0a;DK: Jungle Climber&#x0a;Wario: Master of Disguise\"/>\n                <RadioButton VerticalAlignment=\"Center\" Content=\"1\" GroupName=\"RenderingScale\" IsChecked=\"True\" ToolTip=\"1 is the default amount set by Nintendo.\" Checked=\"RendererScale1_Checked\"/>\n                <RadioButton VerticalAlignment=\"Center\" Content=\"2\" GroupName=\"RenderingScale\" ToolTip=\"Setting it to 2 doubles the native resolution, may cause slowdown, possibility of injects outright not working, hang on exit and softlock, etc... To close out you'll have to power the Wii U off completely.\" Checked=\"RendererScale2_Checked\" Margin=\"20,0,0,0\"/>\n            </StackPanel>\n            <!-- Brightness -->\n            <StackPanel Orientation=\"Horizontal\" Margin=\"40,0,0,10\">\n                <TextBlock Text=\"Brightness:\" VerticalAlignment=\"Center\" Margin=\"0,12,5,0\" ToolTip=\"80% is the normal (darkfilter) amount released officially for VC titles.\"/>\n                <TextBox Width=\"50\" Margin=\"0,12,0,0\">\n                    <TextBox.Text>\n                        <Binding Path=\"Brightness\" UpdateSourceTrigger=\"PropertyChanged\">\n                            <Binding.ValidationRules>\n                                <local:BrightnessValidationRule />\n                            </Binding.ValidationRules>\n                        </Binding>\n                    </TextBox.Text>\n                </TextBox>\n                <TextBlock Text=\"%\" VerticalAlignment=\"Center\" Margin=\"0,12,5,0\"/>\n            </StackPanel>\n            <!-- PixelArtUpScaler -->\n            <StackPanel Orientation=\"Horizontal\" Margin=\"40,0,0,10\">\n                <TextBlock Text=\"PixelArtUpScaler:\" VerticalAlignment=\"Center\" Margin=\"0,12,5,0\" ToolTip=\"This might lead to graphical artifacts if pushed too high. Up to 32 has been confirmed safe.\"/>\n                <TextBox Width=\"50\" Margin=\"0,12,0,0\">\n                    <TextBox.Text>\n                        <Binding Path=\"PixelArtUpscaler\" UpdateSourceTrigger=\"PropertyChanged\">\n                            <Binding.ValidationRules>\n                                <local:PixelArtScalerValidationRule />\n                            </Binding.ValidationRules>\n                        </Binding>\n                    </TextBox.Text>\n                </TextBox>\n            </StackPanel>\n        </StackPanel>\n        <StackPanel Name=\"ndsLayout\" Orientation=\"Horizontal\" Visibility=\"Hidden\">\n            <!-- DSLayout RadioButtons -->\n            <StackPanel Orientation=\"Horizontal\" Margin=\"10,-225,0,0\" Height=\"50\">\n                <TextBlock Text=\"More DS Layout Screens:\" VerticalAlignment=\"Center\" Margin=\"0,0,10,0\" ToolTip=\"Adds additional layout screens to help customize the way you can play.\"/>\n                <RadioButton x:Name=\"DSLayoutFalseRadioButton\" VerticalAlignment=\"Center\" Content=\"False\" GroupName=\"DSLayout\" IsChecked=\"True\" Checked=\"DSLayoutFalse_Checked\" ToolTip=\"Default layout screens from Nintendo\" Margin=\"0,0,10,0\"/>\n                <RadioButton x:Name=\"DSLayoutTrueRadioButton\" VerticalAlignment=\"Center\" Content=\"True\" GroupName=\"DSLayout\" Checked=\"DSLayoutTrue_Checked\" ToolTip=\"Adds additional layouts done by MikaDubbz found here: https://gbatemp.net/threads/add-many-more-screen-layout-options-in-ds-virtual-console-games.574254/\"/>\n            </StackPanel>\n\n            <!-- Phantom Hourglass Section -->\n            <StackPanel x:Name=\"PhantomHourglassSection\" Orientation=\"Horizontal\" Margin=\"40,-225,0,0\" Height=\"50\" Width=\"334\" IsEnabled=\"{Binding ElementName=DSLayoutTrueRadioButton, Path=IsChecked}\">\n                <TextBlock Text=\"Are you injecting Phantom Hourglass?\" VerticalAlignment=\"Center\" Margin=\"0,0,10,0\" ToolTip=\"Selecting this only matters if 'More DS Layout Screens' is set as 'True'\"/>\n                <RadioButton VerticalAlignment=\"Center\" Content=\"False\" GroupName=\"STLayout\" IsChecked=\"True\"  Checked=\"STLayoutFalse_Checked\"  Margin=\"0,0,10,0\"/>\n                <RadioButton VerticalAlignment=\"Center\" Content=\"True\" GroupName=\"STLayout\" Checked=\"STLayoutTrue_Checked\" ToolTip=\"Phantom Hourglass screen layout done by MikaDubbz found here: https://gbatemp.net/threads/add-many-more-screen-layout-options-in-ds-virtual-console-games.574254/\"/>\n            </StackPanel>\n\n        </StackPanel>\n        <TextBox materialDesign:HintAssist.Hint=\"ROM PATH\" Name=\"rp\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,60,157,406\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding RomPath}\"  IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"ICON IMAGE\" ToolTip=\"Also known as IconTex\" Name=\"ic\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,181,157,283\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGAIco.ImgPath}\" Cursor=\"Help\"  IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"GAMEPAD IMAGE (OPTIONAL)\" ToolTip=\"Also known as bootDrcTex\" Name=\"drc\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,272,157,193\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGADrc.ImgPath}\" Cursor=\"Help\" IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"TV IMAGE\" Name=\"tv\" ToolTip=\"Also known as bootTvTex\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,227,157,238\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGATv.ImgPath}\" Cursor=\"Help\" IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"LOGO IMAGE (OPTIONAL)\" ToolTip=\"Also known as bootLogoTex\" Name=\"log\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,317,157,149\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Cursor=\"Help\" Text=\"{Binding GameConfiguration.TGALog.ImgPath}\" IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"GAME NAME\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,413,157,52\" Background=\"{x:Null}\" TextChanged=\"gn_TextChanged\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" Text=\"{Binding GameConfiguration.GameName}\" Name=\"gn\" MaxLength=\"250\" IsTabStop=\"False\"/>\n        <Button Content=\"Inject\" HorizontalAlignment=\"Left\" Margin=\"506,478,0,0\" VerticalAlignment=\"Top\" Width=\"127\" IsEnabled=\"{Binding CanInject}\" Click=\"InjectGame\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,327,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_LogoTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,238,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_TvTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,283,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_DrcTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,193,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_IconTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Select File\" HorizontalAlignment=\"Left\" Margin=\"506,72,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_Rom_Path\" Name=\"Injection\" IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"BOOT SOUND (OPTIONAL)\" ToolTip=\"Needs to be a RIFF WAVE file 48000khz and 16bit stereo.\"  IsTabStop=\"False\" x:Name=\"sound\" Text=\"{Binding BootSound}\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,365,157,101\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Cursor=\"Help\" TextChanged=\"sound_TextChanged\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,191,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"icoIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"icoIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,236,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"tvIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"tvIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,281,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"drcIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"drcIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,325,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"logIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"logIMG_MouseLeftButtonDown\" Visibility=\"Hidden\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,373,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"SoundImg\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newspeaker2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"SoundImg_MouseLeftButtonDown\" Visibility=\"Hidden\"/>\n        <Button Content=\"Select File\" HorizontalAlignment=\"Left\" Margin=\"506,376,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Button_Click\"  IsTabStop=\"False\"/>\n\n        <Label Content=\"Use | for 2 lines\" HorizontalAlignment=\"Left\" Margin=\"506,428,0,0\" VerticalAlignment=\"Top\" Width=\"127\" HorizontalContentAlignment=\"Center\" ToolTip=\"e.g. Wii|Sports\"  IsTabStop=\"False\"/>\n        <Button Content=\"?\" HorizontalAlignment=\"Left\" Margin=\"600,19,0,0\" Height=\"32\" VerticalAlignment=\"Top\" Width=\"33\" Background=\"#FF2196F3\" BorderBrush=\"#FF2196F3\" Foreground=\"White\" Click=\"Button_Click_1\" FontSize=\"22\" Padding=\"0\"  IsTabStop=\"False\"/>\n    </Grid>\n</Page>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/OtherConfigs.xaml.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System;\nusing System.Globalization;\nusing System.IO;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Input;\nusing UWUVCI_AIO_WPF.Models;\nusing UWUVCI_AIO_WPF.UI.Windows;\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\n{\n    /// <summary>\n    /// Interaktionslogik für OtherConfigs.xaml\n    /// </summary>\n    public partial class OtherConfigs : Page, IDisposable\n    {\n        MainViewModel mvm;\n        public OtherConfigs()\n        {\n            InitializeComponent();\n            mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.setThing(this);\n            Injection.ToolTip = \"Changing the extension of a ROM may result in a faulty inject.\\nWe will not give any support in such cases\";\n            sound.ToolTip += \"\\nWill be cut to 6 seconds of Length\";\n\n            if (mvm.GameConfiguration.Console == GameConsoles.NES || mvm.GameConfiguration.Console == GameConsoles.SNES)\n                snesnes.Visibility = Visibility.Visible;\n            else if (mvm.GameConfiguration.Console == GameConsoles.NDS)\n            {\n                nds.Visibility = Visibility.Visible;\n                ndsLayout.Visibility = Visibility.Visible;\n            }\n        }\n\n        public void clearImages(int i)\n        {\n\n            switch (i)\n            {\n                case 0:\n                    icoIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGAIco = new PNGTGA();\n                    ic.Text = null;\n                    break;\n                case 1:\n                    tvIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGATv = new PNGTGA();\n                    tv.Text = null;\n                    break;\n                case 2:\n                    drcIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGADrc = new PNGTGA();\n                    drc.Text = null;\n                    break;\n                case 3:\n                    logIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGALog = new PNGTGA();\n                    log.Text = null;\n                    break;\n            }\n        }\n        public OtherConfigs(GameConfig c)\n        {\n            InitializeComponent();\n            mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.GameConfiguration = c.Clone(); getInfoFromConfig();\n            mvm.setThing(this);\n            Injection.ToolTip = \"Changing the extension of a ROM may result in a faulty inject.\\nWe will not give any support in such cases\";\n            sound.ToolTip += \"\\nWill be cut to 6 seconds of Length\";\n\n            if (mvm.GameConfiguration.Console == GameConsoles.NES || mvm.GameConfiguration.Console == GameConsoles.SNES)\n                snesnes.Visibility = Visibility.Visible;\n            else if (mvm.GameConfiguration.Console == GameConsoles.NDS)\n                nds.Visibility = Visibility.Visible;\n        }\n        public void imgpath(string icon, string tv)\n        {\n            ic.Text = icon;\n            this.tv.Text = tv;\n        }\n        private void Set_Rom_Path(object sender, RoutedEventArgs e)\n        {\n            string path = mvm.GetFilePath(true, false);\n            try\n            {\n                if (!CheckIfNull(path))\n                {\n                    mvm.RomPath = path;\n                    mvm.RomSet = true;\n                    if (mvm.BaseDownloaded)\n                        mvm.CanInject = true;\n\n                    if (mvm.GameConfiguration.Console == GameConsoles.NDS)\n                        mvm.getBootIMGNDS(mvm.RomPath);\n                    else if (mvm.GameConfiguration.Console == GameConsoles.NES)\n                        mvm.getBootIMGNES(mvm.RomPath);\n                    else if (mvm.GameConfiguration.Console == GameConsoles.SNES)\n                        mvm.getBootIMGSNES(mvm.RomPath);\n                    else if (mvm.GameConfiguration.Console == GameConsoles.MSX)\n                        mvm.getBootIMGMSX(mvm.RomPath);\n                }\n            }\n            catch(Exception ex)\n            {\n                Custom_Message cm = new Custom_Message(\"Set_Rom_Path\", ex.Message);\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.ShowDialog();\n            }\n            \n        }\n        private void SoundImg_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            mvm.PlaySound();\n        }\n\n        private void sound_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            try\n            {\n                if (File.Exists(mvm.BootSound))\n                    if (!new FileInfo(mvm.BootSound).Extension.Contains(\"btsnd\"))\n                        SoundImg.Visibility = Visibility.Visible;\n                    else\n                        SoundImg.Visibility = Visibility.Hidden;\n            }\n            catch (Exception)\n            {\n\n            }\n        }\n        private void InjectGame(object sender, RoutedEventArgs e)\n        {\n            if (File.Exists(tv.Text))\n                mvm.GameConfiguration.TGATv.ImgPath = tv.Text;\n            else if (!tv.Text.Equals(\"Added via Config\") && !tv.Text.Equals(\"Downloaded from Cucholix Repo\"))\n                mvm.GameConfiguration.TGATv.ImgPath = null;\n\n            if (File.Exists(ic.Text))\n                mvm.GameConfiguration.TGAIco.ImgPath = ic.Text;\n            else if (!ic.Text.Equals(\"Added via Config\") && !ic.Text.Equals(\"Downloaded from Cucholix Repo\"))\n                mvm.GameConfiguration.TGAIco.ImgPath = null;\n\n            if (File.Exists(log.Text))\n                mvm.GameConfiguration.TGALog.ImgPath = log.Text;\n            else if (!log.Text.Equals(\"Added via Config\") && !log.Text.Equals(\"Downloaded from Cucholix Repo\"))\n                mvm.GameConfiguration.TGALog.ImgPath = null;\n\n            if (File.Exists(drc.Text))\n                mvm.GameConfiguration.TGADrc.ImgPath = drc.Text;\n            else if (!drc.Text.Equals(\"Added via Config\") && !drc.Text.Equals(\"Downloaded from Cucholix Repo\"))\n                mvm.GameConfiguration.TGADrc.ImgPath = null;\n\n            mvm.GameConfiguration.GameName = gn.Text;\n            mvm.Inject(false);\n        }\n\n        private void Set_TvTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootTvTex.png\");\n            using (ImageCreator ic = new ImageCreator(mvm.GameConfiguration.Console, \"bootTvTex\"))\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = path;\n                mvm.GameConfiguration.TGATv.extension = new FileInfo(path).Extension;\n                tv.Text = path;\n                tvIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_DrcTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootDrcTex.png\");\n            using (ImageCreator ic = new ImageCreator(mvm.GameConfiguration.Console, \"bootDrcTex\"))\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = path;\n                mvm.GameConfiguration.TGADrc.extension = new FileInfo(path).Extension;\n                drc.Text = path;\n                drcIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_IconTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"iconTex.png\");\n            using (IconCreator ic = new IconCreator())\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = path;\n                mvm.GameConfiguration.TGAIco.extension = new FileInfo(path).Extension;\n                ic.Text = path;\n                icoIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_LogoTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootLogoTex.png\");\n            using (LogoCreator ic = new LogoCreator())\n            {\n                try\n                {\n                    ic.Owner = (FindResource(\"mvm\") as MainViewModel).mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = path;\n                mvm.GameConfiguration.TGALog.extension = new FileInfo(path).Extension;\n                log.Text = path;\n                logIMG.Visibility = Visibility.Visible;\n            }\n\n        }\n        public void getInfoFromConfig()\n        {\n            rp.Text = \"\";\n            mvm.RomPath = \"\";\n            mvm.RomSet = false;\n            mvm.gc2rom = \"\";\n            if(mvm.GameConfiguration.Console == GameConsoles.NES || mvm.GameConfiguration.Console == GameConsoles.SNES)\n                pixp.IsChecked = mvm.pixelperfect;\n\n            tv.Text = mvm.GameConfiguration.TGATv.ImgPath;\n\n            if (tv.Text.Length > 0)\n                tvIMG.Visibility = Visibility.Visible;\n\n            ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;\n\n            if (ic.Text.Length > 0)\n                icoIMG.Visibility = Visibility.Visible;\n\n            drc.Text = mvm.GameConfiguration.TGADrc.ImgPath;\n\n            if (drc.Text.Length > 0)\n                drcIMG.Visibility = Visibility.Visible;\n\n            log.Text = mvm.GameConfiguration.TGALog.ImgPath;\n\n            if (log.Text.Length > 0)\n                logIMG.Visibility = Visibility.Visible;\n\n            gn.Text = mvm.GameConfiguration.GameName;\n\n            if (mvm.GameConfiguration.extension != \"\" && mvm.GameConfiguration.bootsound != null)\n            {\n                if (!Directory.Exists(@\"bin\\cfgBoot\"))\n                    Directory.CreateDirectory(@\"bin\\cfgBoot\");\n\n                if (File.Exists($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\"))\n                    File.Delete($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\");\n\n                File.WriteAllBytes($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\", mvm.GameConfiguration.bootsound);\n                sound.Text = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"cfgBoot\", $\"bootSound.{mvm.GameConfiguration.extension}\");\n                mvm.BootSound = sound.Text;\n                sound_TextChanged(null, null);\n            }\n        }\n        private bool CheckIfNull(string s)\n        {\n            return string.IsNullOrEmpty(s);\n        }\n\n        private void icoIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            ICOSHOW ics = new ICOSHOW(ic.Text);\n            try\n            {\n                ics.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            ics.ShowDialog();\n        }\n\n        private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            TDRSHOW t = new TDRSHOW(tv.Text, false);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n        }\n\n        private void drcIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            TDRSHOW t = new TDRSHOW(drc.Text, true);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n\n        }\n\n        private void logIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            LOGSHOW t = new LOGSHOW(log.Text);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            string path = mvm.GetFilePath(true, true);\n            if (!CheckIfNull(path))\n            {\n                if (new FileInfo(path).Extension.Contains(\"wav\"))\n                {\n                    if (mvm.ConfirmRiffWave(path))\n                    mvm.BootSound = path;\n                    else\n                    {\n                        Custom_Message cm = new Custom_Message(\"Incompatible WAV file\", \"Your WAV file needs to be a RIFF WAVE file which is 16 bit stereo and also 48000khz\");\n                        try\n                        {\n                            cm.Owner = mvm.mw;\n                        }\n                        catch (Exception)\n                        {\n\n                        }\n                        cm.ShowDialog();\n                    }\n                }\n                else\n                {\n                    mvm.BootSound = path;\n                }\n            }\n            else\n            {\n                if (path == \"\")\n                {\n                    mvm.BootSound = null;\n                    sound.Text = \"\";\n                }\n            }\n        }\n        private void Button_Click_1(object sender, RoutedEventArgs e)\n        {\n            try\n            {\n                string title = \"\";\n                if(mvm.GameConfiguration.Console.ToString().ToLower() == \"nds\")\n                    title = $\"Nintendo DS Inject Guide\";\n                else\n                    title = $\"{mvm.GameConfiguration.Console} Inject Guide\";\n\n                TitleKeys webbrowser = new TitleKeys(mvm.GameConfiguration.Console.ToString().ToLower(),title);\n                try\n                {\n                    webbrowser.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                webbrowser.Show();\n                mvm.mw.Hide();\n            }\n            catch (Exception)\n            {\n                Custom_Message cm = new Custom_Message(\"Not Implemented\", $\"The Helppage for {mvm.GameConfiguration.Console} is not implemented yet\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.Show();\n            }\n        }\n\n        private void CheckBox_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.pixelperfect = (bool)pixp.IsChecked;\n        }\n\n        private void gn_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            try\n            {\n                mvm.GameConfiguration.GameName = gn.Text;\n            }\n            catch (Exception)\n            {\n\n            }\n            \n        }\n\n        public void Dispose()\n        {\n            throw new NotImplementedException();\n        }\n\n        private void RendererScale1_Checked(object sender, RoutedEventArgs e)\n        {\n            if (mvm != null)\n                mvm.RendererScale = false;\n        }\n\n        private void RendererScale2_Checked(object sender, RoutedEventArgs e)\n        {\n            mvm.RendererScale = true;\n        }\n\n        private void STLayoutFalse_Checked(object sender, RoutedEventArgs e)\n        {\n            if (mvm != null)\n                mvm.STLayout = false;\n        }\n\n        private void STLayoutTrue_Checked(object sender, RoutedEventArgs e)\n        {\n            mvm.STLayout = true;\n        }\n        private void DSLayoutFalse_Checked(object sender, RoutedEventArgs e)\n        {\n            if (mvm != null)\n                mvm.DSLayout = false;\n        }\n\n        private void DSLayoutTrue_Checked(object sender, RoutedEventArgs e)\n        {\n            mvm.DSLayout = true;\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/PixelArtScalerValidationRule.cs",
    "content": "﻿using System.Globalization;\nusing System.Windows.Controls;\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\n{\n    public class PixelArtScalerValidationRule : ValidationRule\n    {\n        public override ValidationResult Validate(object value, CultureInfo cultureInfo)\n        {\n            int scaler;\n            if (int.TryParse(value as string, out scaler))\n            {\n                if (scaler >= 1) // Allow any value 1 or above\n                    return ValidationResult.ValidResult;\n                else\n                    return new ValidationResult(false, \"Pixel Art Scaler must be 1 or higher.\");\n            }\n            return new ValidationResult(false, \"Invalid input. Must be an integer.\");\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/TurboGrafX.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations.TurboGrafX\"\n      xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\"\n      mc:Ignorable=\"d\" \n      xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n      d:DesignHeight=\"510\" d:DesignWidth=\"643\"\n      Title=\"OtherConfigs\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\">\n\n    <Grid DataContext=\"{StaticResource mvm}\" Focusable=\"False\">\n        <TextBox materialDesign:HintAssist.Hint=\"ROM PATH\" Name=\"rp\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,60,157,406\" Background=\"{x:Null}\" Foreground=\"Black\"  IsTabStop=\"False\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding RomPath}\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"ICON IMAGE\" ToolTip=\"Also known as IconTex\" Name=\"ic\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,181,157,283\" Background=\"{x:Null}\" IsTabStop=\"False\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGAIco.ImgPath}\" Cursor=\"Help\" />\n        <TextBox materialDesign:HintAssist.Hint=\"GAMEPAD IMAGE (OPTIONAL)\" ToolTip=\"Also known as bootDrcTex\" Name=\"drc\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,272,157,193\" IsTabStop=\"False\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGADrc.ImgPath}\" Cursor=\"Help\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"TV IMAGE\" Name=\"tv\" ToolTip=\"Also known as bootTvTex\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,227,157,238\" Background=\"{x:Null}\" IsTabStop=\"False\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGATv.ImgPath}\" Cursor=\"Help\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"LOGO IMAGE (OPTIONAL)\" ToolTip=\"Also known as bootLogoTex\" Name=\"log\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,317,157,149\" IsTabStop=\"False\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Cursor=\"Help\" Text=\"{Binding GameConfiguration.TGALog.ImgPath}\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"GAME NAME\" TextChanged=\"gn_TextChanged\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,413,157,52\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" IsTabStop=\"False\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" Text=\"{Binding GameConfiguration.GameName}\" Name=\"gn\" KeyUp=\"gn_KeyUp\" MaxLength=\"250\"/>\n        <Button Content=\"Inject\" HorizontalAlignment=\"Left\" Margin=\"506,478,0,0\" VerticalAlignment=\"Top\" Width=\"127\" IsEnabled=\"{Binding CanInject}\" Click=\"InjectGame\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,327,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_LogoTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,238,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_TvTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,283,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_DrcTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,193,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_IconTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Select File\" HorizontalAlignment=\"Left\" Margin=\"506,72,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_Rom_Path\" Name=\"Injection\" IsTabStop=\"False\"/>\n        <StackPanel Margin=\"10,20,244,436\" Orientation=\"Horizontal\" ToolTip=\"If checked alows you to inject TurboGrafx-CD ROMs\">\n\n            <Label Content=\"ROM Type:\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" FontSize=\"14\" Width=\"90\" IsTabStop=\"False\"/>\n            <CheckBox Content=\"TurboGrafxCD\" HorizontalAlignment=\"Left\" Margin=\"0,5,0,0\" VerticalAlignment=\"Top\" Width=\"98\" Click=\"CheckBox_Click\" Name=\"cdtg\"  IsTabStop=\"False\"/>\n        </StackPanel>\n        <TextBox materialDesign:HintAssist.Hint=\"BOOT SOUND (OPTIONAL)\" ToolTip=\"Needs to be a RIFF WAVE file 48000khz and 16bit stereo.\" x:Name=\"sound\" Text=\"{Binding BootSound}\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,365,157,101\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\" IsTabStop=\"False\"  Focusable=\"False\" Cursor=\"Help\" TextChanged=\"sound_TextChanged\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,191,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"icoIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"icoIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,236,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"tvIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"tvIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,281,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"drcIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"drcIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,325,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"logIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"logIMG_MouseLeftButtonDown\" Visibility=\"Hidden\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,373,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"SoundImg\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newspeaker2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"SoundImg_MouseLeftButtonDown\" Visibility=\"Hidden\"/>\n        <Button Content=\"Select File\" HorizontalAlignment=\"Left\" Margin=\"506,376,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Button_Click\" IsTabStop=\"False\"/>\n        <Label Content=\"Use | for 2 lines\" HorizontalAlignment=\"Left\" Margin=\"506,428,0,0\" VerticalAlignment=\"Top\" Width=\"127\" HorizontalContentAlignment=\"Center\" ToolTip=\"e.g. Wii|Sports\" IsTabStop=\"False\"/>\n        <Button Content=\"?\" HorizontalAlignment=\"Left\" Margin=\"600,19,0,0\" Height=\"32\" VerticalAlignment=\"Top\" Width=\"33\" Background=\"#FF2196F3\" BorderBrush=\"#FF2196F3\" Foreground=\"White\" Click=\"Button_Click_1\" FontSize=\"22\" Padding=\"0\"  IsTabStop=\"False\"/>\n    </Grid>\n</Page>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/TurboGrafX.xaml.cs",
    "content": "﻿using System;\nusing System.IO;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Input;\nusing UWUVCI_AIO_WPF.Models;\nusing UWUVCI_AIO_WPF.UI.Windows;\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\n{\n    /// <summary>\n    /// Interaktionslogik für OtherConfigs.xaml\n    /// </summary>\n    public partial class TurboGrafX : Page, IDisposable\n    {\n        MainViewModel mvm;\n        bool cd = false;\n        public TurboGrafX()\n        {\n            InitializeComponent();\n            mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.setThing(this);\n            Injection.ToolTip = \"Changing the extension of a ROM may result in a faulty inject.\\nWe will not give any support in such cases\";\n\n        }\n        public void clearImages(int i)\n        {\n\n            switch (i)\n            {\n                case 0:\n                    icoIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGAIco = new PNGTGA();\n                    ic.Text = null;\n                    break;\n                case 1:\n                    tvIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGATv = new PNGTGA();\n                    tv.Text = null;\n                    break;\n                case 2:\n                    drcIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGADrc = new PNGTGA();\n                    drc.Text = null;\n                    break;\n                case 3:\n                    logIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGALog = new PNGTGA();\n                    log.Text = null;\n                    break;\n            }\n        }\n        public TurboGrafX(GameConfig c)\n        {\n            InitializeComponent();\n            mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.setThing(this);\n            mvm.GameConfiguration = c.Clone(); getInfoFromConfig();\n            Injection.ToolTip = \"Changing the extension of a ROM may result in a faulty inject.\\nWe will not give any support in such cases\";\n\n        }\n        private void SoundImg_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            mvm.PlaySound();\n        }\n\n        private void sound_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            try\n            {\n                if (File.Exists(mvm.BootSound))\n                {\n                    if (!new FileInfo(mvm.BootSound).Extension.Contains(\"btsnd\"))\n                    {\n                        SoundImg.Visibility = Visibility.Visible;\n                    }\n                    else\n                    {\n                        SoundImg.Visibility = Visibility.Hidden;\n                    }\n                }\n            }\n            catch (Exception)\n            {\n\n            }\n\n\n        }\n        public void Dispose()\n        {\n\n        }\n\n        private void Set_Rom_Path(object sender, RoutedEventArgs e)\n        {\n            string path = string.Empty;\n            if (!cd) path = mvm.GetFilePath(true, false);\n            else path = mvm.turbocd();\n\n            if (!CheckIfNull(path))\n            {\n                mvm.RomPath = path;\n                mvm.RomSet = true;\n                if (!cd)\n                {\n                    mvm.getBootIMGTG(mvm.RomPath);\n                }\n                if (mvm.BaseDownloaded)\n                {\n                    mvm.CanInject = true;\n                    \n                }\n            }\n\n        }\n\n        private void InjectGame(object sender, RoutedEventArgs e)\n        {\n            if (File.Exists(tv.Text))\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = tv.Text;\n            }\n            else if (!tv.Text.Equals(\"Added via Config\") && !tv.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = null;\n            }\n            if (File.Exists(ic.Text))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = ic.Text;\n            }\n            else if (!ic.Text.Equals(\"Added via Config\") && !ic.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = null;\n\n            }\n            if (File.Exists(log.Text))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = log.Text;\n            }\n            else if (!log.Text.Equals(\"Added via Config\") && !log.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = null;\n            }\n            if (File.Exists(drc.Text))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = drc.Text;\n            }\n            else if (!drc.Text.Equals(\"Added via Config\") && !drc.Text.Equals(\"Downloaded from Cucholix Repo\"))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = null;\n            }\n            mvm.GameConfiguration.GameName = gn.Text;\n            mvm.Inject(false);\n        }\n\n        private void Set_TvTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootTvTex.png\");\n            using (ImageCreator ic = new ImageCreator(cd, GameBaseClassLibrary.GameConsoles.TG16, \"bootTvTex\"))\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n            \n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = path;\n                mvm.GameConfiguration.TGATv.extension = new FileInfo(path).Extension;\n                tv.Text = path;\n                tvIMG.Visibility = Visibility.Visible;\n            }\n            \n        }\n\n        private void Set_DrcTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootDrcTex.png\");\n            using (ImageCreator ic = new ImageCreator(cd, GameBaseClassLibrary.GameConsoles.TG16, \"bootDrcTex\"))\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n                    \n                }\n                ic.ShowDialog();\n            }\n            \n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = path;\n                mvm.GameConfiguration.TGADrc.extension = new FileInfo(path).Extension;\n                drc.Text = path;\n                drcIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_IconTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"iconTex.png\");\n            using (IconCreator ic = new IconCreator())\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = path;\n                mvm.GameConfiguration.TGAIco.extension = new FileInfo(path).Extension;\n                ic.Text = path;\n                icoIMG.Visibility = Visibility.Visible;\n            }\n        }\n        \n        public void imgpath(string icon, string tv)\n        {\n            ic.Text = icon;\n            this.tv.Text = tv;\n        }\n        \n        private void Set_LogoTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootLogoTex.png\");\n            using (LogoCreator ic = new LogoCreator())\n            {\n                try\n                {\n                    ic.Owner = (FindResource(\"mvm\") as MainViewModel).mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = path;\n                mvm.GameConfiguration.TGALog.extension = new FileInfo(path).Extension;\n                log.Text = path;\n                logIMG.Visibility = Visibility.Visible;\n            }\n\n        }\n        public void getInfoFromConfig()\n        {\n            rp.Text = \"\";\n            mvm.RomPath = \"\";\n            mvm.RomSet = false;\n            mvm.gc2rom = \"\";\n            tv.Text = mvm.GameConfiguration.TGATv.ImgPath;\n            if (tv.Text.Length > 0)\n            {\n                tvIMG.Visibility = Visibility.Visible;\n            }\n            ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;\n            if (ic.Text.Length > 0)\n            {\n                icoIMG.Visibility = Visibility.Visible;\n            }\n            drc.Text = mvm.GameConfiguration.TGADrc.ImgPath;\n            if (drc.Text.Length > 0)\n            {\n                drcIMG.Visibility = Visibility.Visible;\n            }\n            log.Text = mvm.GameConfiguration.TGALog.ImgPath;\n            if (log.Text.Length > 0)\n            {\n                logIMG.Visibility = Visibility.Visible;\n            }\n            gn.Text = mvm.GameConfiguration.GameName;\n            cd = mvm.cd;\n            if (cd)\n            {\n                mvm.mw.tbTitleBar.Text = \"UWUVCI AIO - TurboGrafX-CD VC INJECT\";\n                Injection.Content = \"Set Path\";\n                cdtg.IsChecked = true;\n            }\n            if (mvm.GameConfiguration.extension != \"\" && mvm.GameConfiguration.bootsound != null)\n            {\n                if (!Directory.Exists(@\"bin\\cfgBoot\"))\n                {\n                    Directory.CreateDirectory(@\"bin\\cfgBoot\");\n                }\n                if (File.Exists($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\"))\n                {\n                    File.Delete($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\");\n                }\n                File.WriteAllBytes($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\", mvm.GameConfiguration.bootsound);\n                sound.Text = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"cfgBoot\", $\"bootSound.{mvm.GameConfiguration.extension}\");\n                mvm.BootSound = sound.Text;\n                sound_TextChanged(null, null);\n            }\n        }\n        private bool CheckIfNull(string s)\n        {\n            if (s == null || s.Equals(string.Empty))\n            {\n                return true;\n            }\n            return false;\n        }\n\n        private void CheckBox_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.RomPath = null;\n            mvm.RomSet = false;\n            mvm.CanInject = false;\n            if (cd)\n            {\n                cd = false;\n                \n                mvm.mw.tbTitleBar.Text = \"UWUVCI AIO - TurboGrafX-16 VC INJECT\";\n                Injection.Content = \"Select File\";\n            }\n\n            else\n            {\n                cd = true;\n                mvm.mw.tbTitleBar.Text = \"UWUVCI AIO - TurboGrafX-CD VC INJECT\";\n                Injection.Content = \"Set Path\";\n            }\n            mvm.cd = cd;\n        }\n\n        private void gn_KeyUp(object sender, KeyEventArgs e)\n        {\n\n            /*Regex reg = new Regex(\"[^a-zA-Z0-9 é -]\");\n            string backup = string.Copy(gn.Text);\n            gn.Text = reg.Replace(gn.Text, string.Empty);\n            gn.CaretIndex = gn.Text.Length;\n            if (gn.Text != backup)\n            {\n                gn.ScrollToHorizontalOffset(double.MaxValue);\n            }*/\n\n\n\n\n        }\n        public void reset()\n        {\n\n            tv.Text = \"\";\n            drc.Text = \"\";\n            gn.Text = \"\";\n            ic.Text = \"\";\n            log.Text = \"\";\n        }\n\n        private void icoIMG_MouseDown(object sender, MouseButtonEventArgs e)\n        {\n\n        }\n\n        private void icoIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            ICOSHOW ics = new ICOSHOW(ic.Text);\n            try\n            {\n                ics.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            ics.ShowDialog();\n        }\n\n        private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            TDRSHOW t = new TDRSHOW(tv.Text, false);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n        }\n\n        private void drcIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            TDRSHOW t = new TDRSHOW(drc.Text, true);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n\n        }\n\n        private void logIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            LOGSHOW t = new LOGSHOW(log.Text);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            string path = mvm.GetFilePath(true, true);\n            if (!CheckIfNull(path))\n            {\n                if (new FileInfo(path).Extension.Contains(\"wav\"))\n                {\n                    if (mvm.ConfirmRiffWave(path))\n                    {\n                        mvm.BootSound = path;\n                    }\n                    else\n                    {\n                        Custom_Message cm = new Custom_Message(\"Incompatible WAV file\", \"Your WAV file needs to be a RIFF WAVE file which is 16 bit stereo and also 48000khz\");\n                        try\n                        {\n                            cm.Owner = mvm.mw;\n                        }\n                        catch (Exception)\n                        {\n\n                        }\n                        cm.ShowDialog();\n                    }\n                }\n                else\n                {\n\n                    mvm.BootSound = path;\n                }\n            }\n            else\n            {\n                if (path == \"\")\n                {\n                    mvm.BootSound = null;\n                    sound.Text = \"\";\n\n                }\n            }\n        }\n\n        private void Image_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {/*\n            try\n            {\n                TitleKeys webbrowser = new TitleKeys(\"n64\", \"UWUVCI AIO - N64 Help\");\n                try\n                {\n                    webbrowser.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                webbrowser.Show();\n                mvm.mw.Hide();\n            }\n            catch (Exception)\n            {\n                Custom_Message cm = new Custom_Message(\"Not Implemented\", \"The Helppage for N64 is not implemented yet\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.Show();\n            }*/\n        }\n\n        private void Button_Click_1(object sender, RoutedEventArgs e)\n        {\n            try\n            {\n                TitleKeys webbrowser = null;\n                if (cd)\n                {\n                    webbrowser =  new TitleKeys(\"tgcd\", \"TurboGrafX Inject Guide\");\n                }\n                else\n                {\n                    webbrowser = new TitleKeys(\"tg16\", \"TurboGrafX Inject Guide\");\n                }\n                \n                try\n                {\n                    webbrowser.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                webbrowser.Show();\n                mvm.mw.Hide();\n            }\n            catch (Exception)\n            {\n                \n                \n                Custom_Message cm = new Custom_Message(\"Not Implemented\", $\"The Helppage for TurboGrafX is not implemented yet\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.Show();\n            }\n        }\n\n        private void gn_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            try\n            {\n                mvm.GameConfiguration.GameName = gn.Text;\n            }\n            catch (Exception)\n            {\n\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/WiiConfig.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations.WiiConfig\"\n      xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\"\n      mc:Ignorable=\"d\" \n      xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\" d:DesignWidth=\"643\"\n      Title=\"N64Config\" Height=\"510\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" Focusable=\"False\">\n\n    <Grid DataContext=\"{StaticResource mvm}\">\n        <!-- Existing controls -->\n        <TextBox materialDesign:HintAssist.Hint=\"ROM PATH\" Name=\"rp\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,66,157,400\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding RomPath}\" IsTabStop=\"False\" PreviewDragOver=\"WiiConfig_PreviewDragOver\" PreviewDrop=\"WiiConfig_PreviewDrop\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"ICON IMAGE\" ToolTip=\"Also known as IconTex\" Name=\"ic\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,181,157,283\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGAIco.ImgPath}\" Cursor=\"Help\" IsTabStop=\"False\" PreviewDragOver=\"WiiConfig_PreviewDragOver\" PreviewDrop=\"WiiConfig_PreviewDrop\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"GAMEPAD IMAGE (OPTIONAL)\" ToolTip=\"Also known as bootDrcTex\" Name=\"drc\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,272,157,193\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGADrc.ImgPath}\" Cursor=\"Help\" IsTabStop=\"False\" PreviewDragOver=\"WiiConfig_PreviewDragOver\" PreviewDrop=\"WiiConfig_PreviewDrop\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"TV IMAGE\" Name=\"tv\" ToolTip=\"Also known as bootTvTex\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"   Margin=\"10,227,157,238\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding GameConfiguration.TGATv.ImgPath}\" Cursor=\"Help\" IsTabStop=\"False\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"LOGO IMAGE (OPTIONAL)\" ToolTip=\"Also known as bootLogoTex\" Name=\"log\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,317,157,149\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Cursor=\"Help\" Text=\"{Binding GameConfiguration.TGALog.ImgPath}\" IsTabStop=\"False\" TextChanged=\"log_TextChanged_1\" PreviewDragOver=\"WiiConfig_PreviewDragOver\" PreviewDrop=\"WiiConfig_PreviewDrop\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"GAME NAME\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,413,157,52\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" Text=\"{Binding GameConfiguration.GameName}\" Name=\"gn\" KeyUp=\"gn_KeyUp\" MaxLength=\"250\" IsTabStop=\"False\"/>\n        <Button Content=\"Inject\" HorizontalAlignment=\"Left\" Margin=\"506,478,0,0\" VerticalAlignment=\"Top\" Width=\"127\" IsEnabled=\"{Binding CanInject}\" Click=\"InjectGame\" Focusable=\"False\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,327,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_LogoTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,238,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_TvTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,283,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_DrcTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Create File\" HorizontalAlignment=\"Left\" Margin=\"506,193,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_IconTex\" IsTabStop=\"False\"/>\n        <Button Content=\"Select File\" HorizontalAlignment=\"Left\" Margin=\"506,78,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Set_Rom_Path\" Name=\"Injection\" IsTabStop=\"False\"/>\n        <ComboBox HorizontalAlignment=\"Left\" Margin=\"10,142,0,0\" VerticalAlignment=\"Top\" Width=\"246\" x:Name=\"gamepad\" SelectionChanged=\"gamepad_SelectionChanged\" IsTabStop=\"False\" Height=\"38\"/>\n        <Button Content=\"Select GCT File\" \n        HorizontalAlignment=\"Left\" \n        Margin=\"506,141,0,0\" \n        VerticalAlignment=\"Top\" \n        Width=\"127\" \n        Click=\"SelectGctFile\" \n        IsTabStop=\"False\"\n        ToolTip=\"GCT files contain cheat codes or mods for games. You can select multiple GCT files to apply various modifications to your game. If no GCT file is selected, the game will run without cheats or mods. To select multiple files, hold 'Ctrl' while clicking on the files.\" Height=\"35\"/>\n\n        <TextBox materialDesign:HintAssist.Hint=\"GCT PATH (OPTIONAL)\" \n            x:Name=\"gctPath\" \n            Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" \n            Margin=\"272,110,157,330\" \n            Background=\"{x:Null}\" \n            Foreground=\"Black\" \n            SelectionBrush=\"#FF00C3D7\" \n            CaretBrush=\"#FF21C3F3\" \n            FontSize=\"12\" \n            IsReadOnly=\"True\" \n            Text=\"{Binding GctPath}\" \n            IsTabStop=\"False\" \n            TextWrapping=\"Wrap\" \n            Focusable=\"False\" \n            Cursor=\"Help\"\n            ToolTip=\"This field shows the currently selected GCT files. GCT files contain cheat codes or mods. If no GCT file is selected, the game will run without cheats or mods.\"\n            PreviewDragOver=\"WiiConfig_PreviewDragOver\" \n            PreviewDrop=\"WiiConfig_PreviewDrop\"/>\n\n        <Label Content=\"Use GamePad as:\" HorizontalAlignment=\"Left\" Margin=\"6,113,0,0\" VerticalAlignment=\"Top\" FontSize=\"14\"/>\n        <CheckBox Content=\"Swap L/R and ZL/ZR\" HorizontalAlignment=\"Left\" Margin=\"129,118,0,0\" VerticalAlignment=\"Top\" Width=\"137\" x:Name=\"LR\" IsEnabled=\"False\" IsChecked=\"False\" IsTabStop=\"False\"/>\n        <StackPanel Orientation=\"Horizontal\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" Margin=\"140,39,0,0\">\n            <!-- Deflicker Checkbox -->\n            <CheckBox Content=\"Remove VFilter\" \n              Name=\"deflickerCheckBox\" \n              IsChecked=\"{Binding RemoveDeflicker}\" \n              Checked=\"CheckBox_Checked\" \n              ToolTip=\"Removes vertical filter for sharper images.\" \n              Margin=\"0,0,20,0\"/>\n\n            <!-- Dithering Checkbox -->\n            <CheckBox Content=\"Remove Dithering\" \n              Name=\"ditheringCheckBox\" \n              IsChecked=\"{Binding RemoveDithering}\" \n              Checked=\"CheckBox_Checked\" \n              ToolTip=\"Removes dithering for better color accuracy.\" \n              Margin=\"0,0,20,0\"/>\n\n            <!-- VFilter Checkbox -->\n            <CheckBox Content=\"Half VFilter\" \n              Name=\"vFilterCheckBox\" \n              IsChecked=\"{Binding HalfVFilter}\" \n              Checked=\"CheckBox_Checked\" \n              ToolTip=\"Reduces vertical filter strength for sharper images.\" \n              Margin=\"0,0,10,0\"/>\n        </StackPanel>\n\n\n        <StackPanel Margin=\"10,3,34,456\" Orientation=\"Horizontal\">\n            <ComboBox VerticalAlignment=\"Stretch\" Width=\"107\" Margin=\"0,0,0,25\" Name=\"selectionDB\" SelectionChanged=\"selectionDB_SelectionChanged\" IsTabStop=\"False\"/>\n            <Label Content=\"    \" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" FontSize=\"14\" />\n        </StackPanel>\n        <TextBox materialDesign:HintAssist.Hint=\"BOOT SOUND (OPTIONAL)\" ToolTip=\"Needs to be a RIFF WAVE file 48000khz and 16bit stereo.\" x:Name=\"sound\" Text=\"{Binding BootSound}\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,365,157,101\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Cursor=\"Help\" TextChanged=\"sound_TextChanged\" IsTabStop=\"False\" PreviewDragOver=\"WiiConfig_PreviewDragOver\" PreviewDrop=\"WiiConfig_PreviewDrop\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,191,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"icoIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"icoIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,236,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"tvIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"tvIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,281,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"drcIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"drcIMG_MouseLeftButtonDown\" Visibility=\"Hidden\" />\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,325,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"logIMG\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newcamera2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"logIMG_MouseLeftButtonDown\" Visibility=\"Hidden\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"35\" Margin=\"452,373,0,0\" VerticalAlignment=\"Top\" Width=\"38\" OpacityMask=\"LightGray\" Name=\"SoundImg\" Source=\"/UWUVCI AIO WPF;component/UI/Images/newspeaker2.png\" Cursor=\"Hand\" MouseLeftButtonDown=\"SoundImg_MouseLeftButtonDown\" Visibility=\"Hidden\"/>\n        <Button Content=\"Select File\" HorizontalAlignment=\"Left\" Margin=\"506,376,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Button_Click\" IsTabStop=\"False\"/>\n        <Label Content=\"Use | for 2 lines\" HorizontalAlignment=\"Left\" Margin=\"506,428,0,0\" VerticalAlignment=\"Top\" Width=\"127\" HorizontalContentAlignment=\"Center\" ToolTip=\"e.g. Wii|Sports\"/>\n        <Button Content=\"?\" HorizontalAlignment=\"Left\" Margin=\"600,19,0,0\" Height=\"32\" VerticalAlignment=\"Top\" Width=\"33\" Background=\"#FF2196F3\" BorderBrush=\"#FF2196F3\" Foreground=\"White\" Click=\"Button_Click_1\" FontSize=\"22\" Padding=\"0\" IsTabStop=\"False\" />\n        <StackPanel Height=\"30\" Margin=\"140,20,97,460\" Orientation=\"Horizontal\" Name=\"Extra\" Visibility=\"Hidden\">\n            <CheckBox Content=\"JP Patch\" x:Name=\"jppatch\" ToolTip=\"Allows playing JP Wii Games on non JP Consoles\" Click=\"jppatch_Click\" RenderTransformOrigin=\"-1.389,-3.87\" Margin=\"0,6,16,6\" Height=\"18\" Width=\"72\" IsTabStop=\"False\"/>\n            <CheckBox Content=\"Disable WiiMote Passthrough\" Margin=\"0,7,0,5\" x:Name=\"motepass\" IsEnabled=\"False\" Width=\"182\"  Checked=\"motepass_Checked\" Unchecked=\"motepass_Unchecked\" IsTabStop=\"False\"/>\n        </StackPanel>\n        <CheckBox Content=\"Disable Trim\" Margin=\"483,11,53,475\" x:Name=\"trimn\" Click=\"trimn_Click\" IsEnabled=\"False\" Width=\"107\" IsTabStop=\"False\"/>\n        <StackPanel Height=\"30\" Margin=\"140,6,223,474\" Orientation=\"Horizontal\" Name=\"VideoMode\" >\n            <RadioButton x:Name=\"vmcsmoll\" Content=\"None\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" GroupName=\"VMC\" IsChecked=\"True\" Click=\"RadioButton_Click_2\" Width=\"77\" Margin=\"0,6,0,0\" IsTabStop=\"False\"/>\n            <RadioButton x:Name=\"ntsc\" Content=\"NTSC To PAL\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" GroupName=\"VMC\" Click=\"RadioButton_Click\" Width=\"111\" ToolTip=\"May not work with every Game\" Margin=\"0,6,0,0\" IsTabStop=\"False\"/>\n            <RadioButton x:Name=\"pal\" Content=\"PAL To NTSC\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" GroupName=\"VMC\" Click=\"RadioButton_Click_1\" Width=\"110\" ToolTip=\"May not work with every Game\" Margin=\"0,6,0,0\" IsTabStop=\"False\"/>\n        </StackPanel>\n        <StackPanel Height=\"30\" Margin=\"140,20,186,460\" Orientation=\"Horizontal\" x:Name=\"RegionFrii\" Visibility=\"Hidden\">\n            <RadioButton x:Name=\"RF_n\" Content=\"None\" Click=\"RF_tp_Click\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" GroupName=\"RF\" IsChecked=\"True\"  Width=\"77\" Margin=\"0,6,0,0\" ToolTip=\"Keep Original Game Region\" IsTabStop=\"False\"/>\n            <RadioButton x:Name=\"RF_tp\" Content=\"To PAL\" Click=\"RF_tp_Click\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" GroupName=\"RF\" Width=\"82\" ToolTip=\"Change Game Region to PAL\" Margin=\"0,6,0,0\"/>\n            <RadioButton x:Name=\"RF_tn\" Content=\"To NTSC\" Click=\"RF_tp_Click\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" GroupName=\"RF\" Width=\"85\" ToolTip=\"Change Game Region to NTSC\" Margin=\"0,6,0,0\"/>\n            <RadioButton x:Name=\"RF_tj\" Content=\"To JPN\" Click=\"RF_tp_Click\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" GroupName=\"RF\" Width=\"82\" ToolTip=\"Change Game Region to JPN\" Margin=\"0,6,0,0\"/>\n        </StackPanel>\n        <TextBox materialDesign:HintAssist.Hint=\"WIIU ANCAST KEY\" \n            Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" \n            Margin=\"10,460,395,5\" \n            Background=\"{x:Null}\" \n            Foreground=\"Black\" \n            SelectionBrush=\"#FF00C3D7\" \n            CaretBrush=\"#FF21C3F3\" \n            FontSize=\"18\" \n            Text=\"{Binding ancastKey}\" \n            x:Name=\"ancastKey\" \n            MaxLength=\"250\" \n            IsTabStop=\"False\" \n            IsEnabled=\"False\"\n            ToolTip=\"The ANCAST key is to allow the ability to overclock your Wii homebrew injects. You can retrieve it from your WiiU's OTP file.\" \n            PreviewDragOver=\"WiiConfig_PreviewDragOver\" \n            PreviewDrop=\"WiiConfig_PreviewDrop\"/>\n\n        <Button Content=\"Get From OTP\" \n            HorizontalAlignment=\"Left\" \n            Margin=\"257,473,0,0\" \n            VerticalAlignment=\"Top\" \n            Width=\"127\" \n            Click=\"ancast_OTP\" \n            Focusable=\"False\" \n            IsTabStop=\"False\" \n            x:Name=\"ancast_Button\" \n            IsEnabled=\"False\"\n            ToolTip=\"Click here to automatically fetch the ANCAST key from your WiiU's OTP file. This option is only available if you have access to the OTP file.\" />\n\n    </Grid>\n</Page>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/WiiConfig.xaml.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Security.Cryptography;\nusing System.Text;\nusing System.Text.RegularExpressions;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Input;\nusing System.Windows.Shapes;\nusing UWUVCI_AIO_WPF.Helpers;\nusing UWUVCI_AIO_WPF.Models;\nusing UWUVCI_AIO_WPF.Properties;\nusing UWUVCI_AIO_WPF.UI.Windows;\nusing WiiUDownloaderLibrary;\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations\n{\n    /// <summary>\n    /// Interaktionslogik für WiiConfig.xaml\n    /// </summary>\n    public partial class WiiConfig : Page, IDisposable\n    {\n        MainViewModel mvm;\n        bool dont = true;\n        public void clearImages(int i)\n        {\n\n            switch (i)\n            {\n                case 0:\n                    icoIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGAIco = new PNGTGA();\n                    ic.Text = null;\n                    break;\n                case 1:\n                    tvIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGATv = new PNGTGA();\n                    tv.Text = null;\n                    break;\n                case 2:\n                    drcIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGADrc = new PNGTGA();\n                    drc.Text = null;\n                    break;\n                case 3:\n                    logIMG.Visibility = Visibility.Hidden;\n                    mvm.GameConfiguration.TGALog = new PNGTGA();\n                    log.Text = null;\n                    break;\n            }\n        }\n\n        private void CheckBox_Checked(object sender, RoutedEventArgs e)\n        {\n            // Cast sender to a CheckBox\n            var checkBox = sender as CheckBox;\n\n            // Uncheck other checkboxes if this one is checked\n            if (checkBox.IsChecked == true)\n            {\n                if (checkBox != deflickerCheckBox)\n                    deflickerCheckBox.IsChecked = false;\n                if (checkBox != ditheringCheckBox)\n                    ditheringCheckBox.IsChecked = false;\n                if (checkBox != vFilterCheckBox)\n                    vFilterCheckBox.IsChecked = false;\n            }\n        }\n\n        public void imgpath(string icon, string tv)\n        {\n            ic.Text = icon;\n            this.tv.Text = tv;\n        }\n        public WiiConfig()\n        {\n            InitializeComponent();\n            mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.setThing(this);\n            Injection.ToolTip = \"Changing the extension of a ROM may result in a faulty inject.\\nWe will not give any support in such cases\";\n            List<string> gpEmu = new List<string>();\n            gpEmu.Add(\"Do not use. WiiMotes only\");\n            gpEmu.Add(\"Classic Controller\");\n            gpEmu.Add(\"Horizontal WiiMote\");\n            gpEmu.Add(\"Vertical WiiMote\");\n            gpEmu.Add(\"Force Classic Controller\");\n            gpEmu.Add(\"Force No Classic Controller\");\n            gamepad.ItemsSource = gpEmu;\n            gamepad.SelectedIndex = 0;\n            mvm.test = GameBaseClassLibrary.GameConsoles.WII;\n            List<string> selection = new List<string>();\n            selection.Add(\"Video Patches\");\n            selection.Add(\"Region Patches\");\n            selection.Add(\"Extras\");\n            selectionDB.ItemsSource = selection;\n            selectionDB.SelectedIndex = 0;\n        }\n        public WiiConfig(GameConfig c)\n        {\n            InitializeComponent();\n            mvm = FindResource(\"mvm\") as MainViewModel;\n            getInfoFromConfig();\n            mvm.GameConfiguration = c.Clone();\n            mvm.setThing(this);\n            Injection.ToolTip = \"Changing the extension of a ROM may result in a faulty inject.\\nWe will not give any support in such cases\";\n            List<string> gpEmu = new List<string>();\n            gpEmu.Add(\"Do not use. WiiMotes only\");\n            gpEmu.Add(\"Classic Controller\");\n            gpEmu.Add(\"Horizontal WiiMote\");\n            gpEmu.Add(\"Vertical WiiMote\");\n            gpEmu.Add(\"Force Classic Controller\");\n            gpEmu.Add(\"Force No Classic Controller\");\n            gamepad.ItemsSource = gpEmu;\n            gamepad.SelectedIndex = 0;\n            mvm.test = GameBaseClassLibrary.GameConsoles.WII;\n            List<string> selection = new List<string>();\n            selection.Add(\"Video Patches\");\n            selection.Add(\"Region Patches\");\n            selection.Add(\"Extras\");\n            selectionDB.ItemsSource = selection;\n            selectionDB.SelectedIndex = 0;\n        }\n        public void Dispose()\n        {\n\n        }\n\n        private void WiiConfig_PreviewDragOver(object sender, DragEventArgs e)\n        {\n            e.Effects = e.Data.GetDataPresent(DataFormats.FileDrop) ? DragDropEffects.Copy : DragDropEffects.None;\n            e.Handled = true;\n        }\n\n        private void WiiConfig_PreviewDrop(object sender, DragEventArgs e)\n        {\n            if (e.Data.GetDataPresent(DataFormats.FileDrop))\n            {\n                string[] files = (string[])e.Data.GetData(DataFormats.FileDrop);\n                if (files != null && files.Length > 0)\n                {\n                    string filePath = files[0]; // Get the first file\n                    TextBox txtBox = sender as TextBox;\n\n                    if (txtBox != null)\n                    {\n                        txtBox.IsReadOnly = false;\n                        txtBox.IsReadOnly = true;\n\n                        // Special handling for GCT Path (multiple files allowed)\n                        if (txtBox.Name == \"gctPath\")\n                        {\n                            var newFiles = new List<string>();\n\n                            foreach (string file in files)\n                            {\n                                // If it's a GCT file, accept it\n                                if (System.IO.Path.GetExtension(file).Equals(\".gct\", StringComparison.OrdinalIgnoreCase))\n                                    newFiles.Add(file);\n\n                                // If it's a TXT file, validate the format before adding\n                                else if (System.IO.Path.GetExtension(file).Equals(\".txt\", StringComparison.OrdinalIgnoreCase))\n                                {\n                                    try\n                                    {\n                                        GctCode.ParseOcarinaOrDolphinTxtFile(file); // Throws exception if invalid\n                                        newFiles.Add(file);\n                                    }\n                                    catch (Exception ex)\n                                    {\n                                        Custom_Message cm = new Custom_Message(\"Invalid GCT File\", $\"Invalid TXT file format: {file}\\nError: {ex.Message}\");\n                                        try\n                                        {\n                                            cm.Owner = mvm.mw;\n                                        }\n                                        catch (Exception)\n                                        {\n\n                                        }\n                                        cm.ShowDialog();\n                                    }\n                                }\n                            }\n\n                            if (newFiles.Count > 0)\n                            {\n                                // Merge new files with existing paths (avoid duplicates)\n                                var existingFiles = new HashSet<string>(\n                                    txtBox.Text.Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries)\n                                );\n\n                                foreach (var newFile in newFiles)\n                                    existingFiles.Add(newFile); // HashSet prevents duplicates\n\n                                // Update the TextBox with the combined list\n                                txtBox.Text = string.Join(Environment.NewLine, existingFiles);\n                            }\n\n                            return; // No further processing needed for GCT files\n                        }\n\n                        switch (txtBox.Name)\n                        {\n                            case \"rp\":\n                                mvm.RomPath = filePath;\n                                mvm.RomSet = true;\n                                PostRomPath(filePath); // Call Wii-specific function\n                                break;\n                            case \"ic\":\n                                mvm.GameConfiguration.TGAIco.ImgPath = filePath;\n                                break;\n                            case \"tv\":\n                                mvm.GameConfiguration.TGATv.ImgPath = filePath;\n                                break;\n                            case \"drc\":\n                                mvm.GameConfiguration.TGADrc.ImgPath = filePath;\n                                break;\n                            case \"log\":\n                                mvm.GameConfiguration.TGALog.ImgPath = filePath;\n                                break;\n                            case \"sound\":\n                                mvm.BootSound = filePath;\n                                break;\n                            case \"ancastKey\":\n                                Custom_Message cm = new Custom_Message(\"Invalid Operation\", \"You cannot manually drop a file here.Use 'Get From OTP' instead\");\n                                try\n                                {\n                                    cm.Owner = mvm.mw;\n                                }\n                                catch (Exception)\n                                {\n\n                                }\n                                cm.ShowDialog();\n                                txtBox.Text = \"\"; // Clear if accidentally dropped\n                                break;\n                        }\n                        txtBox.Text = filePath;\n                    }\n                }\n            }\n        }\n\n        private void Set_Rom_Path(object sender, RoutedEventArgs e)\n        {\n            string path = mvm.GetFilePath(true, false);\n            PostRomPath(path);\n        }\n\n        public void PostRomPath(string path)\n        {\n            ancast_Button.IsEnabled = false;\n            ancastKey.Text = \"\";\n            ancastKey.IsEnabled = false;\n            if (!CheckIfNull(path))\n            {\n                int TitleIDInt = 0;\n                bool isok = false;\n                if (path.ToLower().Contains(\".gcz\") || path.ToLower().Contains(\".dol\") || path.ToLower().Contains(\".wad\"))\n                    isok = true;\n                else\n                {\n                    using var reader = new BinaryReader(File.OpenRead(path));\n                    reader.BaseStream.Position = 0x00;\n                    TitleIDInt = reader.ReadInt32();\n                    if (TitleIDInt == 1397113431) //Performs actions if the header indicates a WBFS file\n                    { isok = true; }\n                    else if (TitleIDInt != 65536)\n                    {\n                        long GameType = 0;\n                        reader.BaseStream.Position = 0x18;\n                        GameType = reader.ReadInt64();\n                        if (GameType == 2745048157)\n                            isok = true;\n\n                    }\n                    reader.Close();\n                }\n\n                if (isok)\n                {\n                    motepass.IsEnabled = false;\n                    motepass.IsChecked = false;\n                    gamepad.IsEnabled = true;\n                    mvm.NKITFLAG = false;\n                    trimn.IsEnabled = false;\n                    trimn.IsChecked = false;\n                    vmcsmoll.IsEnabled = true;\n                    pal.IsEnabled = true;\n                    ntsc.IsEnabled = true;\n                    mvm.donttrim = false;\n                    jppatch.IsEnabled = true;\n                    motepass.IsEnabled = false;\n                    List<string> gpEmu = new List<string>();\n                    gpEmu.Add(\"Do not use. WiiMotes only\");\n                    gpEmu.Add(\"Classic Controller\");\n                    gpEmu.Add(\"Horizontal WiiMote\");\n                    gpEmu.Add(\"Vertical WiiMote\");\n                    gpEmu.Add(\"Force Classic Controller\");\n                    gpEmu.Add(\"Force No Classic Controller\");\n                    gamepad.ItemsSource = gpEmu;\n                    gamepad.ItemsSource = gpEmu;\n                    mvm.RomPath = path;\n                    mvm.RomSet = true;\n\n                    if (mvm.BaseDownloaded)\n                        mvm.CanInject = true;\n\n                    if (!path.ToLower().Contains(\".gcz\") && !path.ToLower().Contains(\".dol\") && !path.ToLower().Contains(\".wad\"))\n                    {\n                        string rom = mvm.getInternalWIIGCNName(mvm.RomPath, false);\n                        Regex reg = new Regex(\"[*'\\\",_&#^@:;?!<>|µ~#°²³´`éⓇ©™]\");\n                        gn.Text = reg.Replace(rom, string.Empty);\n                        mvm.GameConfiguration.GameName = reg.Replace(rom, string.Empty);\n\n                        if (!string.IsNullOrWhiteSpace(mvm.GameConfiguration.TGAIco.ImgPath))\n                            ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;\n\n                        if (!string.IsNullOrWhiteSpace(mvm.GameConfiguration.TGATv.ImgPath))\n                            tv.Text = mvm.GameConfiguration.TGATv.ImgPath;\n\n                        if (path.ToLower().Contains(\"iso\"))\n                        {\n                            trimn.IsEnabled = true;\n                            mvm.IsIsoNkit();\n                        }\n                    }\n                    else if (path.ToLower().Contains(\".dol\"))\n                    {\n                        ancastKey.IsEnabled = true;\n                        ancast_Button.IsEnabled = true;\n                        mvm.NKITFLAG = false;\n                        trimn.IsEnabled = false;\n                        trimn.IsChecked = false;\n                        vmcsmoll.IsEnabled = false;\n                        pal.IsEnabled = false;\n                        ntsc.IsEnabled = false;\n                        RF_n.IsEnabled = false;\n                        RF_tj.IsEnabled = false;\n                        RF_tn.IsEnabled = false;\n                        RF_tp.IsEnabled = false;\n                        jppatch.IsEnabled = false;\n                        motepass.IsChecked = false;\n                        motepass.IsEnabled = true;\n                        mvm.donttrim = false;\n                        gamepad.IsEnabled = false;\n                        LR.IsEnabled = false;\n                    }\n                    else if (path.ToLower().Contains(\".wad\"))\n                    {\n                        mvm.NKITFLAG = false;\n                        trimn.IsEnabled = false;\n                        trimn.IsChecked = false;\n                        vmcsmoll.IsEnabled = false;\n                        pal.IsEnabled = false;\n                        ntsc.IsEnabled = false;\n                        RF_n.IsEnabled = false;\n                        RF_tj.IsEnabled = false;\n                        RF_tn.IsEnabled = false;\n                        RF_tp.IsEnabled = false;\n                        jppatch.IsEnabled = false;\n                        mvm.donttrim = false;\n\n                    }\n                    else\n                    {\n                        motepass.IsChecked = false;\n                        motepass.IsEnabled = false;\n\n                        trimn.IsEnabled = true;\n                    }\n                }\n                else\n                {\n                    Custom_Message cm = new Custom_Message(\"Wrong ROM\", \"The chosen ROM is not a supported WII Game\");\n                    try\n                    {\n                        cm.Owner = mvm.mw;\n                    }\n                    catch (Exception)\n                    {\n\n                    }\n                    cm.ShowDialog();\n                }\n            }\n        }\n\n        public string ReadAncastFromOtp()\n        {\n            var ret = \"\";\n            using (var dialog = new System.Windows.Forms.OpenFileDialog())\n            {\n                dialog.Filter = \"OTP.bin | otp.bin\";\n                var res = dialog.ShowDialog();\n                if (res == System.Windows.Forms.DialogResult.OK)\n                {\n                    var filepath = dialog.FileName;\n                    var test = new byte[16];\n\n                    using (var fs = new FileStream(filepath, FileMode.Open, FileAccess.Read))\n                    {\n                        fs.Seek(0x90, SeekOrigin.Begin);\n                        fs.Read(test, 0, 16);\n                    }\n                    foreach (var b in test)\n                        ret += string.Format(\"{0:X2}\", b);\n                }\n            }\n            return ret;\n        }\n\n        private void InjectGame(object sender, RoutedEventArgs e)\n        {\n            if (File.Exists(tv.Text))\n                mvm.GameConfiguration.TGATv.ImgPath = tv.Text;\n            else if (!tv.Text.Equals(\"Added via Config\") && !tv.Text.Equals(\"Downloaded from Cucholix Repo\"))\n                mvm.GameConfiguration.TGATv.ImgPath = null;\n\n            if (File.Exists(ic.Text))\n                mvm.GameConfiguration.TGAIco.ImgPath = ic.Text;\n            else if (!ic.Text.Equals(\"Added via Config\") && !ic.Text.Equals(\"Downloaded from Cucholix Repo\"))\n                mvm.GameConfiguration.TGAIco.ImgPath = null;\n\n            if (File.Exists(log.Text))\n                mvm.GameConfiguration.TGALog.ImgPath = log.Text;\n            else if (!log.Text.Equals(\"Added via Config\") && !log.Text.Equals(\"Downloaded from Cucholix Repo\"))\n                mvm.GameConfiguration.TGALog.ImgPath = null;\n\n            if (File.Exists(drc.Text))\n                mvm.GameConfiguration.TGADrc.ImgPath = drc.Text;\n            else if (!drc.Text.Equals(\"Added via Config\") && !drc.Text.Equals(\"Downloaded from Cucholix Repo\"))\n                mvm.GameConfiguration.TGADrc.ImgPath = null;\n\n            mvm.Index = gamepad.SelectedIndex;\n            mvm.LR = (bool)LR.IsChecked;\n            mvm.GameConfiguration.GameName = gn.Text;\n            mvm.GctPath = gctPath.Text;\n\n            if (!string.IsNullOrEmpty(ancastKey.Text))\n            {\n                ancastKey.Text = ancastKey.Text.ToUpper();\n\n                var toolsPath = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"Tools\");\n                var tempPath = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"temp\");\n                var downloadPath = System.IO.Path.Combine(tempPath, \"download\");\n                var c2wPath = System.IO.Path.Combine(tempPath, \"C2W\");\n                var imgFileCode = System.IO.Path.Combine(c2wPath, \"code\", \"c2w.img\");\n                var imgFile = System.IO.Path.Combine(c2wPath, \"c2w.img\");\n                var c2wFile = System.IO.Path.Combine(c2wPath, \"c2w_patcher.exe\");\n\n                var sourceData = ancastKey.Text;\n                var tempSource = Encoding.ASCII.GetBytes(sourceData);\n                var tmpHash = MD5.Create().ComputeHash(tempSource);\n                var hash = BitConverter.ToString(tmpHash);\n\n                if (hash == \"31-8D-1F-9D-98-FB-08-E7-7C-7F-E1-77-AA-49-05-43\")\n                {\n                    JsonSettingsManager.Settings.Ancast = ancastKey.Text;\n                    string[] ancastKeyCopy = { ancastKey.Text };\n\n                    Task.Run(() =>\n                    {\n                        mvm.Progress += 5;\n\n                        Directory.CreateDirectory(tempPath + \"\\\\C2W\");\n\n                        var titleIds = new List<string>()\n                        {\n                            \"0005001010004000\",\n                            \"0005001010004001\"\n                        };\n\n                        foreach (var titleId in titleIds)\n                        {\n                            new Downloader(null, null).DownloadAsync(titleId, downloadPath).GetAwaiter().GetResult();\n                            mvm.Progress += 5;\n                        }\n\n                        foreach (var titleId in titleIds)\n                        {\n                            CSharpDecrypt.CSharpDecrypt.Decrypt(new string[] { JsonSettingsManager.Settings.Ckey, System.IO.Path.Combine(downloadPath, titleId), c2wPath });\n                            mvm.Progress += 5;\n                        }\n\n                        File.WriteAllLines(c2wPath + \"\\\\starbuck_key.txt\", ancastKeyCopy);\n\n                        File.Copy(System.IO.Path.Combine(toolsPath, \"c2w_patcher.exe\"), c2wFile, true);\n\n                        File.Copy(imgFileCode, imgFile, true);\n\n                        mvm.Progress += 5;\n\n                        var currentDir = Directory.GetCurrentDirectory();\n                        Directory.SetCurrentDirectory(c2wPath);\n                        using (Process c2w = new Process())\n                        {\n                            c2w.StartInfo.FileName = \"c2w_patcher.exe\";\n                            c2w.StartInfo.Arguments = $\"-nc\";\n                            c2w.Start();\n                            c2w.WaitForExit();\n                        }\n                        Directory.SetCurrentDirectory(currentDir);\n\n                        File.Copy(System.IO.Path.Combine(c2wPath, \"c2p.img\"), imgFileCode, true);\n                        mvm.Progress = 100;\n                    }).GetAwaiter().GetResult();\n                }\n                else\n                {\n                    var cm = new Custom_Message(\"C2W Error\", \"Ancast code is incorrect.\\nNot continuing with inject.\");\n                    cm.ShowDialog();\n                    return;\n                }\n\n                var message = new DownloadWait(\"Setting Up C2W - Please Wait\", \"\", mvm);\n                try\n                {\n                    message.changeOwner(mvm.mw);\n                }\n                catch (Exception) { }\n                message.ShowDialog();\n                mvm.Progress = 0;\n                File.Delete(imgFileCode);\n                try\n                {\n                    Directory.Delete(downloadPath, true);\n                }\n                catch { }\n                File.Delete(c2wFile);\n                File.Delete(c2wPath + \"\\\\starbuck_key.txt\");\n                File.Delete(System.IO.Path.Combine(c2wPath, \"c2p.img\"));\n                File.Delete(imgFileCode);\n                try\n                {\n                    Directory.Delete(System.IO.Path.Combine(c2wPath, \"code\"), true);\n                }\n                catch { }\n            }\n\n            mvm.Inject(false);\n        }\n\n        private void Set_TvTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootTvTex.png\");\n            using (ImageCreator ic = new ImageCreator(mvm.GameConfiguration.Console, \"bootTvTex\"))\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGATv.ImgPath = path;\n                mvm.GameConfiguration.TGATv.extension = new FileInfo(path).Extension;\n                tv.Text = path;\n                tvIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_DrcTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootDrcTex.png\");\n            using (ImageCreator ic = new ImageCreator(mvm.GameConfiguration.Console, \"bootDrcTex\"))\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGADrc.ImgPath = path;\n                mvm.GameConfiguration.TGADrc.extension = new FileInfo(path).Extension;\n                drc.Text = path;\n                drcIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_IconTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"iconTex.png\");\n            using (IconCreator ic = new IconCreator(\"WII\"))\n            {\n                try\n                {\n                    ic.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGAIco.ImgPath = path;\n                mvm.GameConfiguration.TGAIco.extension = new FileInfo(path).Extension;\n                ic.Text = path;\n                icoIMG.Visibility = Visibility.Visible;\n            }\n        }\n\n        private void Set_LogoTex(object sender, RoutedEventArgs e)\n        {\n            string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"createdIMG\", \"bootLogoTex.png\");\n            using (LogoCreator ic = new LogoCreator())\n            {\n                try\n                {\n                    ic.Owner = (FindResource(\"mvm\") as MainViewModel).mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n\n            if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))\n            {\n                mvm.GameConfiguration.TGALog.ImgPath = path;\n                mvm.GameConfiguration.TGALog.extension = new FileInfo(path).Extension;\n                log.Text = path;\n                logIMG.Visibility = Visibility.Visible;\n            }\n\n        }\n        public void getInfoFromConfig()\n        {\n            rp.Text = \"\";\n            mvm.RomPath = \"\";\n            mvm.RomSet = false;\n            mvm.gc2rom = \"\";\n            tv.Text = mvm.GameConfiguration.TGATv.ImgPath;\n\n            if (tv.Text.Length > 0)\n                tvIMG.Visibility = Visibility.Visible;\n\n            ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;\n            if (ic.Text.Length > 0)\n                icoIMG.Visibility = Visibility.Visible;\n\n            drc.Text = mvm.GameConfiguration.TGADrc.ImgPath;\n            if (drc.Text.Length > 0)\n                drcIMG.Visibility = Visibility.Visible;\n\n            log.Text = mvm.GameConfiguration.TGALog.ImgPath;\n            if (log.Text.Length > 0)\n                logIMG.Visibility = Visibility.Visible;\n\n            gn.Text = mvm.GameConfiguration.GameName;\n            mvm.Index = mvm.GameConfiguration.Index;\n            gamepad.SelectedIndex = mvm.GameConfiguration.Index;\n            if (mvm.GameConfiguration.extension != \"\" && mvm.GameConfiguration.bootsound != null)\n            {\n                if (!Directory.Exists(@\"bin\\cfgBoot\"))\n                    Directory.CreateDirectory(@\"bin\\cfgBoot\");\n\n                if (File.Exists($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\"))\n                    File.Delete($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\");\n\n                File.WriteAllBytes($@\"bin\\cfgBoot\\bootSound.{mvm.GameConfiguration.extension}\", mvm.GameConfiguration.bootsound);\n                sound.Text = System.IO.Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"cfgBoot\", $\"bootSound.{mvm.GameConfiguration.extension}\");\n                mvm.BootSound = sound.Text;\n                sound_TextChanged(null, null);\n            }\n\n            LR.IsChecked = mvm.LR;\n            trimn.IsChecked = mvm.GameConfiguration.donttrim;\n            jppatch.IsChecked = mvm.jppatch;\n            motepass.IsChecked = mvm.passtrough;\n\n            // First block refactored\n            vmcsmoll.IsChecked = !mvm.Patch;\n            pal.IsChecked = mvm.Patch && !mvm.toPal;\n            ntsc.IsChecked = mvm.Patch && mvm.toPal;\n\n            // Second block refactored\n            if (mvm.regionfrii)\n            {\n                RF_n.IsChecked = false;\n\n                // Set the appropriate region-frii option\n                RF_tj.IsChecked = mvm.regionfriijp;\n                RF_tn.IsChecked = mvm.regionfriius;\n                RF_tp.IsChecked = !mvm.regionfriijp && !mvm.regionfriius;\n            }\n            else\n            {\n                // Reset to default when regionfrii is false\n                RF_n.IsChecked = true;\n                RF_tj.IsChecked = false;\n                RF_tn.IsChecked = false;\n                RF_tp.IsChecked = false;\n            }\n\n        }\n        private bool CheckIfNull(string s)\n        {\n            return string.IsNullOrEmpty(s);\n        }\n\n        private void gn_KeyUp(object sender, KeyEventArgs e)\n        {\n            /*Regex reg = new Regex(\"[^a-zA-Z0-9 é -]\");\n           string backup = string.Copy(gn.Text);\n           gn.Text = reg.Replace(gn.Text, string.Empty);\n           gn.CaretIndex = gn.Text.Length;\n           if (gn.Text != backup)\n           {\n               gn.ScrollToHorizontalOffset(double.MaxValue);\n           }*/\n        }\n\n        private void gn_KeyUp_1(object sender, KeyEventArgs e)\n        {\n\n        }\n\n        private void gamepad_SelectionChanged(object sender, SelectionChangedEventArgs e)\n        {\n            mvm.Index = gamepad.SelectedIndex;\n\n            if (gamepad.SelectedIndex == 1 || gamepad.SelectedIndex == 4)\n                LR.IsEnabled = true;\n            else\n            {\n                LR.IsChecked = false;\n                LR.IsEnabled = false;\n            }\n        }\n\n        private void RadioButton_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.toPal = true;\n            mvm.Patch = true;\n        }\n\n        private void RadioButton_Click_1(object sender, RoutedEventArgs e)\n        {\n            mvm.toPal = false;\n            mvm.Patch = true;\n        }\n\n        private void RadioButton_Click_2(object sender, RoutedEventArgs e)\n        {\n            mvm.toPal = false;\n            mvm.Patch = false;\n        }\n        public void reset()\n        {\n            tv.Text = \"\";\n            drc.Text = \"\";\n            gn.Text = \"\";\n            ic.Text = \"\";\n            log.Text = \"\";\n        }\n        private void icoIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            ICOSHOW ics = new ICOSHOW(ic.Text);\n            try\n            {\n                ics.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            ics.ShowDialog();\n        }\n\n        private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            TDRSHOW t = new TDRSHOW(tv.Text, false);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n        }\n\n        private void drcIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            TDRSHOW t = new TDRSHOW(drc.Text, true);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n        }\n\n        private void logIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            LOGSHOW t = new LOGSHOW(log.Text);\n            try\n            {\n                t.Owner = mvm.mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            t.ShowDialog();\n        }\n\n        private void ic_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            icoIMG.Visibility = ic.Text.Length > 0 ? Visibility.Visible : Visibility.Hidden;\n        }\n\n        private void drc_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            drcIMG.Visibility = drc.Text.Length > 0 ? Visibility.Visible : Visibility.Hidden;\n        }\n\n        private void tv_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            tvIMG.Visibility = tv.Text.Length > 0 ? Visibility.Visible : Visibility.Hidden;\n        }\n\n        private void log_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            logIMG.Visibility = log.Text.Length > 0 ? Visibility.Visible : Visibility.Hidden;\n        }\n\n        private void gn_KeyDown(object sender, KeyEventArgs e)\n        {\n            if (Keyboard.IsKeyDown(Key.Up) || Keyboard.IsKeyDown(Key.Down) || Keyboard.IsKeyDown(Key.Left) || Keyboard.IsKeyDown(Key.Right))\n                dont = false;\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            string path = mvm.GetFilePath(true, true);\n            if (!CheckIfNull(path))\n            {\n                if (new FileInfo(path).Extension.Contains(\"wav\"))\n                {\n                    if (mvm.ConfirmRiffWave(path))\n                        mvm.BootSound = path;\n                    else\n                    {\n                        Custom_Message cm = new Custom_Message(\"Incompatible WAV file\", \"Your WAV file needs to be a RIFF WAVE file which is 16 bit stereo and also 48000khz\");\n                        try\n                        {\n                            cm.Owner = mvm.mw;\n                        }\n                        catch (Exception)\n                        {\n\n                        }\n                        cm.ShowDialog();\n                    }\n                }\n                else\n                    mvm.BootSound = path;\n            }\n            else\n                if (path == \"\")\n            {\n                mvm.BootSound = null;\n                sound.Text = \"\";\n            }\n        }\n\n        private void Image_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n\n        }\n\n        private void SoundImg_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)\n        {\n            mvm.PlaySound();\n        }\n\n        private void sound_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            try\n            {\n                if (File.Exists(mvm.BootSound))\n                    SoundImg.Visibility = !new FileInfo(mvm.BootSound).Extension.Contains(\"btsnd\") ? Visibility.Visible : Visibility.Hidden;\n            }\n            catch (Exception)\n            {\n\n            }\n        }\n\n        private void Button_Click_1(object sender, RoutedEventArgs e)\n        {\n            try\n            {\n                TitleKeys webbrowser = new TitleKeys(\"wii\", \"Wii Inject Guide\");\n                try\n                {\n                    webbrowser.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                webbrowser.Show();\n                mvm.mw.Hide();\n            }\n            catch (Exception)\n            {\n                Custom_Message cm = new Custom_Message(\"Not Implemented\", \"The Helppage for Wii is not implemented yet\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.Show();\n            }\n        }\n\n        private void trimn_Click(object sender, RoutedEventArgs e)\n        {\n            if (!mvm.donttrim)\n            {\n                mvm.toPal = false;\n                mvm.Patch = false;\n                vmcsmoll.IsChecked = true;\n                vmcsmoll.IsEnabled = false;\n                pal.IsEnabled = false;\n                ntsc.IsEnabled = false;\n                mvm.donttrim = true;\n                mvm.jppatch = false;\n                int last = gamepad.SelectedIndex;\n\n                List<string> gpEmu = new List<string>\n                {\n                    \"Do not use. WiiMotes only\",\n                    \"Classic Controller\",\n                    \"Horizontal WiiMote\",\n                    \"Vertical WiiMote\",\n                    \"[NEEDS TRIMMING] Force Classic Controller\",\n                    \"Force No Classic Controller\"\n                };\n\n                gamepad.ItemsSource = gpEmu;\n                gamepad.SelectedIndex = last;\n                jppatch.IsEnabled = false;\n            }\n            else\n            {\n                int last = gamepad.SelectedIndex;\n                vmcsmoll.IsEnabled = true;\n                pal.IsEnabled = true;\n                ntsc.IsEnabled = true;\n                mvm.donttrim = false;\n                jppatch.IsEnabled = true;\n\n                List<string> gpEmu = new List<string>\n                {\n                    \"Do not use. WiiMotes only\",\n                    \"Classic Controller\",\n                    \"Horizontal WiiMote\",\n                    \"Vertical WiiMote\",\n                    \"Force Classic Controller\",\n                    \"Force No Classic Controller\"\n                };\n\n                gamepad.ItemsSource = gpEmu;\n                gamepad.ItemsSource = gpEmu;\n                gamepad.SelectedIndex = last;\n            }\n\n        }\n\n        private void jppatch_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.jppatch = !mvm.jppatch;\n        }\n\n        private void selectionDB_SelectionChanged(object sender, SelectionChangedEventArgs e)\n        {\n            switch (selectionDB.SelectedIndex)\n            {\n                case 0:\n                    VideoMode.Visibility = Visibility.Visible;\n                    RegionFrii.Visibility = Visibility.Hidden;\n                    Extra.Visibility = Visibility.Hidden;\n                    break;\n                case 1:\n                    VideoMode.Visibility = Visibility.Hidden;\n                    RegionFrii.Visibility = Visibility.Visible;\n                    Extra.Visibility = Visibility.Hidden;\n                    break;\n                case 2:\n                    VideoMode.Visibility = Visibility.Hidden;\n                    RegionFrii.Visibility = Visibility.Hidden;\n                    Extra.Visibility = Visibility.Visible;\n                    break;\n            }\n        }\n\n        private void motepass_Checked(object sender, RoutedEventArgs e)\n        {\n            mvm.passtrough = false;\n        }\n\n        private void motepass_Unchecked(object sender, RoutedEventArgs e)\n        {\n            mvm.passtrough = true;\n        }\n\n        private void RF_tp_Click(object sender, RoutedEventArgs e)\n        {\n            if (RF_tp.IsChecked == true)\n            {\n                mvm.regionfrii = true;\n                mvm.regionfriijp = false;\n                mvm.regionfriius = false;\n            }\n            if (RF_tj.IsChecked == true)\n            {\n                mvm.regionfrii = true;\n                mvm.regionfriijp = true;\n                mvm.regionfriius = false;\n            }\n            if (RF_tn.IsChecked == true)\n            {\n                mvm.regionfrii = true;\n                mvm.regionfriijp = false;\n                mvm.regionfriius = true;\n            }\n            if (RF_n.IsChecked == true)\n            {\n                mvm.regionfrii = false;\n                mvm.regionfriijp = false;\n                mvm.regionfriius = false;\n            }\n        }\n\n        private void log_TextChanged_1(object sender, TextChangedEventArgs e)\n        {\n            try\n            {\n                mvm.GameConfiguration.GameName = gn.Text;\n            }\n            catch (Exception)\n            {\n\n            }\n        }\n        private void ancast_OTP(object sender, RoutedEventArgs e)\n        {\n            ancastKey.Text = ReadAncastFromOtp();\n        }\n\n        private void SelectGctFile(object sender, RoutedEventArgs e)\n        {\n            // Get the new selected GCT files as a single string\n            var newFiles = GetGCTFilePaths();\n            if (string.IsNullOrEmpty(newFiles))\n                return;\n\n            // Split newFiles by new lines into a list of file paths\n            var newFileList = newFiles.Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries);\n\n            // Use a HashSet to store unique file paths (it avoids duplicates automatically)\n            var uniqueFiles = new HashSet<string>(gctPath.Text.Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries));\n\n            // Add the new files to the HashSet\n            foreach (var file in newFileList)\n                uniqueFiles.Add(file); // HashSet ensures no duplicates are added\n\n            // Update the TextBox with the combined list of files, separated by new lines\n            gctPath.Text = string.Join(Environment.NewLine, uniqueFiles);\n        }\n\n        private string GetGCTFilePaths()\n        {\n            using var dialog = new System.Windows.Forms.OpenFileDialog();\n            dialog.Multiselect = true;\n            dialog.Filter = \"GCT or TXT Files (*.gct, *.txt)|*.gct;*.txt\";\n\n            System.Windows.Forms.DialogResult res = dialog.ShowDialog();\n            if (res == System.Windows.Forms.DialogResult.OK)\n            {\n                var validFilePaths = new List<string>();\n\n                foreach (string filePath in dialog.FileNames)\n                {\n                    // If it's a GCT file, accept it without validation\n                    if (System.IO.Path.GetExtension(filePath).Equals(\".gct\", StringComparison.OrdinalIgnoreCase))\n                        validFilePaths.Add(filePath);\n\n                    // If it's a TXT file, validate the format\n                    else if (System.IO.Path.GetExtension(filePath).Equals(\".txt\", StringComparison.OrdinalIgnoreCase))\n                    {\n                        GctCode.ParseOcarinaOrDolphinTxtFile(filePath); // Try to parse; throws exception if invalid\n                        validFilePaths.Add(filePath);\n                    }\n                }\n\n                return string.Join(Environment.NewLine, validFilePaths);\n            }\n\n            // Return an empty string if the dialog was canceled\n            return string.Empty;\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/KeyFrame/TKFrame.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.KeyFrame.TKFrame\"\n      xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames.KeyFrame\"\n      mc:Ignorable=\"d\" \n     xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n      d:DesignHeight=\"480\" d:DesignWidth=\"1130\"\n      Title=\"NDSFrame\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\">\n\n    <Grid DataContext=\"{StaticResource mvm}\">\n        <DataGrid Background=\"Transparent\" AutoGenerateColumns=\"False\" ItemsSource=\"{Binding Ltemp}\" CanUserAddRows=\"False\" CanUserDeleteRows=\"False\" CanUserSortColumns=\"False\" CanUserReorderColumns=\"False\" SelectedItem=\"{Binding GbTemp}\" MouseDoubleClick=\"DataGrid_MouseDoubleClick\" IsReadOnly=\"True\" Name=\"Grid\" SelectionMode = \"Single\">\n            <DataGrid.Columns>\n                <DataGridTextColumn Header=\"Name\" Binding=\"{Binding Name}\" x:Name=\"Name\" Width=\"Auto\"/>\n                <DataGridTextColumn Header=\"Region\" Binding=\"{Binding Region}\" x:Name=\"Region\" Width=\"Auto\"/>\n                <DataGridTextColumn Header=\"Title ID\" Binding=\"{Binding Tid}\" x:Name=\"ID\" Width=\"*\"/>\n            </DataGrid.Columns>\n        </DataGrid>\n        \n\n\n\n    </Grid>\n</Page>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/KeyFrame/TKFrame.xaml.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System.Windows.Controls;\nusing System.Windows.Input;\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.KeyFrame\n{\n    /// <summary>\n    /// Interaktionslogik für TKFrame.xaml\n    /// </summary>\n    public partial class TKFrame : Page\n    {\n        MainViewModel mvm;\n        public TKFrame(GameConsoles c)\n        {\n            InitializeComponent();\n            mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.getTempList(c);\n\n\n        }\n\n        private void DataGrid_MouseDoubleClick(object sender, MouseButtonEventArgs e)\n        {\n            if(mvm.GbTemp != null)\n            {\n                mvm.EnterKey(false);\n            }\n        }\n        \n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/Path/Paths.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.Path.Paths\"\n      xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames.Path\"\n       mc:Ignorable=\"d\" \n      xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\" \n     d:DesignHeight=\"600\" d:DesignWidth=\"1130\"\n      Title=\"Paths\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\">\n\n    <Grid DataContext=\"{StaticResource mvm}\">\n        <TextBox materialDesign:HintAssist.Hint=\"PATH TO STORE DOWNLOADED BASES\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"234,215,420,340\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding BaseStore}\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"PATH TO STORE INJECTS\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"234,288,420,266\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\" IsReadOnly=\"True\"  Focusable=\"False\" Text=\"{Binding InjectStore}\"/>\n        <Button Content=\"Set Path\" HorizontalAlignment=\"Left\" Margin=\"754,228,0,0\" VerticalAlignment=\"Top\" Width=\"126\" Click=\"Button_Click\"/>\n        <Button Content=\"Set Path\" HorizontalAlignment=\"Left\" Margin=\"754,302,0,0\" VerticalAlignment=\"Top\" Width=\"127\" Click=\"Button_Click_1\"/>\n        <Button Content=\"Back\" HorizontalAlignment=\"Left\" Margin=\"10,10,0,0\" VerticalAlignment=\"Top\" Width=\"82\" Click=\"Button_Click_2\"/>\n\n    </Grid>\n</Page>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/Path/Paths.xaml.cs",
    "content": "﻿using System;\nusing System.Windows;\nusing System.Windows.Controls;\n\nnamespace UWUVCI_AIO_WPF.UI.Frames.Path\n{\n    /// <summary>\n    /// Interaktionslogik für Paths.xaml\n    /// </summary>\n    public partial class Paths : Page, IDisposable\n    {\n        MainWindow parent;\n        MainViewModel mvm;\n        public Paths(MainWindow mw)\n        {\n            InitializeComponent();\n            parent = mw;\n            mvm = FindResource(\"mvm\") as MainViewModel;\n        }\n        public void Dispose()\n        {\n\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            mvm.SetBasePath();\n        }\n\n        private void Button_Click_1(object sender, RoutedEventArgs e)\n        {\n            mvm.SetInjectPath();\n        }\n\n        private void Button_Click_2(object sender, RoutedEventArgs e)\n        {\n            parent.paths(true);\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/SettingsFrame.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.SettingsFrame\"\n      xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames\"\n      mc:Ignorable=\"d\" \n      d:DesignHeight=\"600\" d:DesignWidth=\"1135\"\n      Title=\"SettingsFrame\" >\n\n    <Grid Margin=\"0,2,0,-2\">\n        <Border BorderBrush=\"#FF2196F3\" BorderThickness=\"1\" HorizontalAlignment=\"Left\" Height=\"558\" Margin=\"12,34,0,0\" VerticalAlignment=\"Top\" Width=\"1108\" CornerRadius=\"5\" RenderTransformOrigin=\"0.5,0.5\">\n            <Border.RenderTransform>\n                <TransformGroup>\n                    <ScaleTransform/>\n                    <SkewTransform AngleY=\"0.145\"/>\n                    <RotateTransform/>\n                    <TranslateTransform Y=\"0.998\"/>\n                </TransformGroup>\n            </Border.RenderTransform>\n        </Border>\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"337,188,0,0\" TextWrapping=\"Wrap\" Text=\"Set Injector Paths:\" VerticalAlignment=\"Top\" FontSize=\"20\" />\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"325,482,0,0\" TextWrapping=\"Wrap\" Text=\"Enter CommonKey:\" VerticalAlignment=\"Top\" FontSize=\"20\" Visibility=\"Hidden\" />\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"325,541,0,0\" TextWrapping=\"Wrap\" Text=\"Enter TitleKeys:\" VerticalAlignment=\"Top\" FontSize=\"20\" Visibility=\"Hidden\" />\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"325,67,0,0\" TextWrapping=\"Wrap\" Text=\"Injector Theme:\" VerticalAlignment=\"Top\" FontSize=\"20\" Visibility=\"Hidden\" />\n        <RadioButton Content=\"Light Theme\" HorizontalAlignment=\"Left\" Margin=\"494,74,0,0\" VerticalAlignment=\"Top\" GroupName=\"theme\" x:Name=\"rblight\" IsChecked=\"True\" Visibility=\"Hidden\" IsTabStop=\"False\"/>\n        <Button Content=\"Change Theme\" HorizontalAlignment=\"Left\" Margin=\"605,67,0,0\" VerticalAlignment=\"Top\" Width=\"145\" RenderTransformOrigin=\"-0.099,0.116\" Visibility=\"Hidden\" IsTabStop=\"False\"/>\n        <Button Content=\"Open CK Menu\" HorizontalAlignment=\"Left\" Margin=\"605,478,0,0\" VerticalAlignment=\"Top\" Width=\"145\" RenderTransformOrigin=\"-0.099,0.116\" Click=\"Button_Click_1\" Visibility=\"Hidden\" IsTabStop=\"False\"/>\n        <Button Content=\"Open Path Menu\" HorizontalAlignment=\"Left\" Margin=\"617,182,0,0\" VerticalAlignment=\"Top\" Width=\"145\" RenderTransformOrigin=\"-0.099,0.116\" Click=\"Button_Click_2\" IsTabStop=\"False\"/>\n        <Button Content=\"Open TK Menu\" HorizontalAlignment=\"Left\" Margin=\"605,537,0,0\" VerticalAlignment=\"Top\" Width=\"145\" RenderTransformOrigin=\"-0.099,0.116\" Click=\"Button_Click\" Visibility=\"Hidden\" IsTabStop=\"False\"/>\n        <Button Content=\"Update Base Files\" HorizontalAlignment=\"Left\" Margin=\"617,226,0,0\" VerticalAlignment=\"Top\" Width=\"145\" RenderTransformOrigin=\"-0.099,0.116\" Click=\"Button_Click_3\" IsTabStop=\"False\"/>\n        <Button Content=\"Start N64 Virtual Console INI Creator\" HorizontalAlignment=\"Left\" Margin=\"337,357,0,0\" VerticalAlignment=\"Top\" Width=\"425\" RenderTransformOrigin=\"-0.099,0.116\" Click=\"Button_Click_4\" IsTabStop=\"False\"/>\n        <Button Content=\"Show Tutorial Screens\" HorizontalAlignment=\"Left\" Margin=\"337,402,0,0\" VerticalAlignment=\"Top\" Width=\"425\" RenderTransformOrigin=\"-0.099,0.116\" IsTabStop=\"False\" Click=\"ShowTutorialScreens_Click\" x:Name=\"ShowTutorialScreens\"/>\n        <Button Content=\"Check out ZestyTS's UWUVCI V3\" HorizontalAlignment=\"Left\" Margin=\"337,442,0,0\" VerticalAlignment=\"Top\" Width=\"425\" Click=\"BtnZestyTSVersion\" IsTabStop=\"False\"  RenderTransformOrigin=\"-0.099,0.116\"/>\n        <Button Content=\"Credits\" HorizontalAlignment=\"Left\" Margin=\"1022,548,0,0\" VerticalAlignment=\"Top\" Width=\"80\" Click=\"Button_Click_5\" IsTabStop=\"False\"/>\n        <Button Content=\"Update Tools\" HorizontalAlignment=\"Left\" Margin=\"495,226,0,0\" VerticalAlignment=\"Top\" Width=\"117\" RenderTransformOrigin=\"-0.099,0.116\" Click=\"Button_Click_7\" IsTabStop=\"False\"/>\n        <Button Content=\"Check For Updates\" HorizontalAlignment=\"Left\" Margin=\"337,226,0,0\" VerticalAlignment=\"Top\" Width=\"153\" RenderTransformOrigin=\"-0.099,0.116\" Click=\"Button_Click_6\" IsTabStop=\"False\"/>\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"1022,10,0,0\" TextWrapping=\"Wrap\" Text=\"v2.1 BETA\" VerticalAlignment=\"Top\" FontSize=\"20\" Width=\"98\" Visibility=\"Hidden\"/>\n        <Button Content=\"Reset TitleKeys\" HorizontalAlignment=\"Left\" Margin=\"617,270,0,0\" VerticalAlignment=\"Top\" Width=\"145\" RenderTransformOrigin=\"-0.099,0.116\" Click=\"Button_Click_8\" IsTabStop=\"False\"/>\n        <Button Content=\"Start Nintendont Config Tool\" HorizontalAlignment=\"Left\" Margin=\"337,314,0,0\" VerticalAlignment=\"Top\" Width=\"425\" RenderTransformOrigin=\"-0.099,0.116\" Click=\"Button_Click_9\" IsTabStop=\"False\"/>\n        <Button Content=\"Reset Don't show this again Option\" HorizontalAlignment=\"Left\" Margin=\"337,270,0,0\" VerticalAlignment=\"Top\" Width=\"275\" RenderTransformOrigin=\"-0.099,0.116\" Click=\"Button_Click_10\" IsTabStop=\"False\"/>\n        <Button Content=\"Button\" HorizontalAlignment=\"Left\" Margin=\"337,422,0,0\" VerticalAlignment=\"Top\" Width=\"75\" Click=\"Button_Click_11\"  IsTabStop=\"False\" Visibility=\"Hidden\"/>\n        <Grid Margin=\"0,0,5,10\"/>\n        <Rectangle Fill=\"LightGray\" HorizontalAlignment=\"Left\" Height=\"32\" Margin=\"12,7,0,0\" VerticalAlignment=\"Top\" Width=\"1108\"/>\n        <Ellipse Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"21\" Margin=\"1103,6,0,0\" VerticalAlignment=\"Top\" Width=\"17\"/>\n        <Rectangle Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"22\" Margin=\"12,17,0,0\" VerticalAlignment=\"Top\" Width=\"1108\"/>\n        <Rectangle Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"22\" Margin=\"21,7,0,0\" VerticalAlignment=\"Top\" Width=\"1082\"/>\n        <Ellipse Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"21\" Margin=\"12,7,0,0\" VerticalAlignment=\"Top\" Width=\"17\"/>\n        <Ellipse Fill=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"21\" Margin=\"12,7,0,0\" VerticalAlignment=\"Top\" Width=\"17\"/>\n        <Border BorderBrush=\"#FF2196F3\" BorderThickness=\"1\" HorizontalAlignment=\"Left\" Height=\"33\" Margin=\"12,6,0,0\" VerticalAlignment=\"Top\" Width=\"1108\" CornerRadius=\"5\" Background=\"#FF2196F3\"/>\n        <Label Content=\"v3.N1\" HorizontalAlignment=\"Left\" Margin=\"1075,10,0,0\" VerticalAlignment=\"Top\" Foreground=\"#DDFFFFFF\" Width=\"81\" Height=\"24\"/>\n        <Button HorizontalAlignment=\"Left\" Margin=\"32,522,0,0\" VerticalAlignment=\"Top\" Width=\"74\" Click=\"Button_Click_13\" IsTabStop=\"False\" Height=\"58\" ToolTip=\"Support UWUVCI on Ko-Fi\">\n            <Image HorizontalAlignment=\"Left\" Height=\"46\" VerticalAlignment=\"Top\" Width=\"46\" Source=\"/UI/Images/61e111774d3a2f67c827cd25_Frame 5.png\" />\n        </Button>\n\n\n    </Grid>\n</Page>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/SettingsFrame.xaml.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.Windows;\nusing System.Windows.Controls;\nusing UWUVCI_AIO_WPF.Helpers;\nusing UWUVCI_AIO_WPF.UI.Windows;\n\n\nnamespace UWUVCI_AIO_WPF.UI.Frames\n{\n    /// <summary>\n    /// Interaktionslogik für SettingsFrame.xaml\n    /// </summary>\n    public partial class SettingsFrame : Page, IDisposable\n    {\n        MainWindow parent; \n        public SettingsFrame(MainWindow mw)\n        {\n            InitializeComponent();\n            parent = mw;\n           // spm.Content += \"\\nThis will most likely fix the Injection Process, if it's stuck before it shows Copy Base\";\n        }\n        public void Dispose()\n        {\n\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n           /* TitleKeys tk = new TitleKeys();\n            tk.ShowDialog();*/\n        }\n\n        private void Button_Click_1(object sender, RoutedEventArgs e)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.EnterKey(true);\n        }\n\n        private void Button_Click_2(object sender, RoutedEventArgs e)\n        {\n            parent.paths(false);\n        }\n\n        private void Button_Click_3(object sender, RoutedEventArgs e)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.UpdateBases();\n        }\n\n        private void Button_Click_4(object sender, RoutedEventArgs e)\n        {\n            Process[] pname = Process.GetProcessesByName(\"INICreator\");\n            if (pname.Length == 0)\n            {\n                Process.Start(@\"bin\\Tools\\INICreator.exe\");\n            }\n                \n        }\n\n        private void Button_Click_5(object sender, RoutedEventArgs e)\n        {\n            Custom_Message cm = new Custom_Message(\"Credits\", \"UWUVCI AIO - NicoAICP, Morilli, ZestyTS\\nBeta Testers/Contributors - wowjinxy, Danis, Adolfobenjaminv\\n\\nBuildPcePkg & BuildTurboCDPcePkg - JohnnyGo\\nCdecrypt -  crediar\\nCNUSPACKER - NicoAICP, Morilli\\nINICreator - NicoAICP\\nN64Converter - Morilli\\npng2tga - Easy2Convert\\ninject_gba_c (psb) - Morilli\\nRetroInject_C - Morilli\\ntga_verify - Morilli\\nWiiUDownloader - Morilli\\nwiiurpxtool - 0CHB0\\nGoomba - FluBBa\\nDarkFilter Removal N64 - MelonSpeedruns, ZestyTS\\nNintendont SD Card Menu - TeconMoon\\nwit - Wiimm\\nGetExtTypePatcher - Fix94\\nnfs2iso2nfs - sabykos, piratesephiroth, Fix94 and many more\\nWii-VMC - wanikoko\\nIcon/TV Bootimages - Flump, ZestyTS\\nNKit - Nanook\\nImage Creation Base - Phacox\\nWiiGameLanguage Patcher - ReturnerS\\nChangeAspectRatio - andot\\nvWii Title Forwarder - Fix94\");\n            try\n            {\n                cm.Owner = (FindResource(\"mvm\") as MainViewModel).mw;\n            }\n            catch (Exception)\n            {\n\n            }\n            cm.ShowDialog();\n        }\n\n        private void Button_Click_6(object sender, RoutedEventArgs e)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.Update(true);\n        }\n\n        private void Button_Click_7(object sender, RoutedEventArgs e)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.UpdateTools();\n        }\n\n        private void Button_Click_8(object sender, RoutedEventArgs e)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.ResetTKQuest();\n        }\n\n        private void Button_Click_9(object sender, RoutedEventArgs e)\n        {\n            Process[] pname = Process.GetProcessesByName(\"NintendontConfig\");\n            if (pname.Length == 0)\n            {\n                Process.Start(@\"bin\\Tools\\NintendontConfig.exe\");\n            }\n                \n        }\n\n        private void Button_Click_10(object sender, RoutedEventArgs e)\n        {\n            JsonSettingsManager.Settings.dont = false;\n            JsonSettingsManager.Settings.ndsw = false;\n            JsonSettingsManager.Settings.snesw = false;\n            JsonSettingsManager.Settings.gczw = false;\n            JsonSettingsManager.SaveSettings();\n        }\n\n        private void Button_Click_11(object sender, RoutedEventArgs e)\n        {\n            using (LogoCreator ic = new LogoCreator())\n            {\n                try\n                {\n                    ic.Owner = (FindResource(\"mvm\") as MainViewModel).mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                ic.ShowDialog();\n            }\n        }\n\n        private void Button_Click_12(object sender, RoutedEventArgs e)\n        {\n            (FindResource(\"mvm\") as MainViewModel).RestartIntoBypass();\n        }\n\n        private void Button_Click_13(object sender, RoutedEventArgs e)\n        {\n            Process.Start(\"https://ko-fi.com/zestyts\");\n        }\n\n        private void BtnZestyTSVersion(object sender, RoutedEventArgs e)\n        {\n            Process.Start(\"https://zestyts.itch.io/uwuvci-v3\");\n        }\n\n        private void ShowTutorialScreens_Click(object sender, RoutedEventArgs e)\n        {\n            new IntroductionWindow().ShowDialog();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/StartFrame.xaml",
    "content": "﻿<Page x:Class=\"UWUVCI_AIO_WPF.UI.Frames.StartFrame\"\n     xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n      xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n      xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\" \n      xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\" \n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Frames\"\n      mc:Ignorable=\"d\" \n      d:DesignHeight=\"480\" d:DesignWidth=\"1130\"\n      Title=\"SettingsFrame\" >\n\n    <Grid>\n        <TextBlock x:Name=\"tb\" TextWrapping=\"Wrap\" Text=\"Welcome to UWUVCI AIO V3.N1 To start Injecting select a Console to your left. Want to go through the tutorial again? Click on the gear icon, and click 'Show Tutorial Screens'\" FontSize=\"20\" Height=\"182\" HorizontalAlignment=\"Center\" VerticalAlignment=\"Top\" TextAlignment=\"Center\" Width=\"1130\" Margin=\"0,170,0,0\" />\n        <TextBlock Margin=\"15,505,15,0\" HorizontalAlignment=\"Right\" VerticalAlignment=\"Top\" Text=\"Support MAC Development\" TextAlignment=\"Right\"></TextBlock>\n        <Button HorizontalAlignment=\"Right\" Margin=\"15,525,15,0\" VerticalAlignment=\"Top\" Width=\"74\" Click=\"Button_Click\" IsTabStop=\"False\" Height=\"58\" ToolTip=\"Support UWUVCI MAC Development on Ko-Fi\">\n            <Image HorizontalAlignment=\"Left\" Height=\"46\" VerticalAlignment=\"Top\" Width=\"46\" Source=\"/UI/Images/61e111774d3a2f67c827cd25_Frame 5.png\" />\n        </Button>\n        <TextBlock Margin=\"15,505,15,0\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\" Text=\"Support UWUVCI\" TextAlignment=\"Right\"></TextBlock>\n        <Button HorizontalAlignment=\"Left\" Margin=\"15,525,15,0\" VerticalAlignment=\"Top\" Width=\"74\" Click=\"Button_Click2\" IsTabStop=\"False\" Height=\"58\" ToolTip=\"Support UWUVCI on Ko-Fi\">\n            <Image HorizontalAlignment=\"Left\" Height=\"46\" VerticalAlignment=\"Top\" Width=\"46\" Source=\"/UI/Images/61e111774d3a2f67c827cd25_Frame 5.png\" />\n        </Button>\n    </Grid>\n</Page>"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Frames/StartFrame.xaml.cs",
    "content": "﻿using System.Diagnostics;\nusing System.Windows;\nusing System.Windows.Controls;\n\nnamespace UWUVCI_AIO_WPF.UI.Frames\n{\n    /// <summary>\n    /// Interaktionslogik für StartFrame.xaml\n    /// </summary>\n    public partial class StartFrame : Page\n    {\n        public StartFrame()\n        {\n            InitializeComponent();\n            tb.Text += \"\\n\\nIf any Issues happen during injection and you updated from the old version using the AutoUpdater, please go to settings and click Update Tools.\";\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            Process.Start(\"https://ko-fi.com/nicoaicp\");\n        }\n        private void Button_Click2(object sender, RoutedEventArgs e)\n        {\n            Process.Start(\"https://ko-fi.com/zestyts\");\n        }\n    }\n}"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/BaseGameWindow.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.BaseGameWindow\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        Title=\"Base Game Information\" Height=\"425\" Width=\"650\" ResizeMode=\"NoResize\" WindowStartupLocation=\"CenterScreen\">\n\n    <Grid Margin=\"0,0,0,12\">\n        <Grid.RowDefinitions>\n            <RowDefinition Height=\"*\"/>\n            <RowDefinition Height=\"Auto\"/>\n        </Grid.RowDefinitions>\n\n        <!-- Text Content -->\n        <StackPanel HorizontalAlignment=\"Center\" VerticalAlignment=\"Top\" Width=\"530\" Margin=\"0,10,0,0\" Height=\"326\">\n            <!-- Title -->\n            <TextBlock Text=\"Basic Instructions\" \n                   FontSize=\"18\" \n                   FontWeight=\"Bold\" \n                   HorizontalAlignment=\"Center\" \n                   VerticalAlignment=\"Top\" \n                   Margin=\"0,20,0,0\"/>\n\n            <TextBlock Text=\"A Base is an eshop game required for the inject. Outside of GCN and Wii games, the base matters.\"\n                       FontSize=\"16\"\n                       TextWrapping=\"Wrap\"\n                       HorizontalAlignment=\"Center\"\n                       VerticalAlignment=\"Top\"\n                       Margin=\"0,20,0,0\" />\n\n            <TextBlock Text=\"To find out what base to use, check out the compatibility list from the '?' on a console page, the guide page which can be found in the ReadMe, or as a button bleow. The list shows what works and what doesn’t. If there is no entry, it means it hasn’t been documented yet.\"\n                       FontSize=\"16\"\n                       TextWrapping=\"Wrap\"\n                       HorizontalAlignment=\"Center\"\n                       VerticalAlignment=\"Top\"\n                       Margin=\"0,20,0,0\" />\n\n            <TextBlock Text=\"For any questions, click the '?' at the top right after selecting a console for more details on how to inject that specific console, and for any additional information.\"\n                       FontSize=\"16\"\n                       TextWrapping=\"Wrap\"\n                       HorizontalAlignment=\"Center\"\n                       VerticalAlignment=\"Top\"\n                       Margin=\"0,20,0,0\" />\n        </StackPanel>\n\n        <!-- UniformGrid for Button Alignment -->\n        <UniformGrid Rows=\"1\" Columns=\"3\" HorizontalAlignment=\"Stretch\" Grid.Row=\"1\" Margin=\"10,0,10,10\">\n            <Button Content=\"Back\" Width=\"80\" Click=\"BackButton_Click\"/>\n            <Button Content=\"Guide List\" Width=\"100\" Click=\"CompatibilityListButton_Click\"/>\n            <Button Content=\"Next\" Width=\"80\" Click=\"NextButton_Click\" x:Name=\"NextButton\"/>\n        </UniformGrid>\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/BaseGameWindow.xaml.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.Windows;\nusing System.Windows.Threading;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    public partial class BaseGameWindow : Window\n    {\n        private DispatcherTimer timer;\n        public BaseGameWindow()\n        {\n            InitializeComponent();\n\n            // Disable the Next button initially\n            NextButton.IsEnabled = false;\n\n            // Create a dispatcher timer\n            timer = new DispatcherTimer();\n            timer.Interval = TimeSpan.FromSeconds(3); // Set the timer for 3 seconds\n            timer.Tick += Timer_Tick; // Subscribe to the Tick event\n            timer.Start(); // Start the timer\n        }\n\n        // Event triggered when the timer ticks (after 3 seconds)\n        private void Timer_Tick(object sender, EventArgs e)\n        {\n            // Enable the Next button\n            NextButton.IsEnabled = true;\n\n            // Stop the timer after it has run once\n            timer.Stop();\n        }\n        private void NextButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Navigate to the next window (MacLinuxWindow)\n            var macLinuxWindow = new MacLinuxWindow();\n            macLinuxWindow.Show();\n            Close();\n        }\n\n        private void BackButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Navigate to the previous window (GuideWindow)\n            var guideWindow = new GuideWindow();\n            guideWindow.Show();\n            Close();\n        }\n\n        private void CompatibilityListButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Open the compatibility list in the default browser\n            Process.Start(new ProcessStartInfo\n            {\n                FileName = \"https://uwuvci.net/\",\n                UseShellExecute = true\n            });\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/CloseWindow.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.CloseWindow\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        Title=\"Final Notes\" Height=\"425\" Width=\"650\" ResizeMode=\"NoResize\" WindowStartupLocation=\"CenterScreen\">\n\n    <Grid Margin=\"0,0,0,12\">\n        <Grid.RowDefinitions>\n            <RowDefinition Height=\"*\"/>\n            <RowDefinition Height=\"Auto\"/>\n        </Grid.RowDefinitions>\n\n        <!-- Text Content -->\n        <StackPanel Grid.Row=\"0\" HorizontalAlignment=\"Center\" VerticalAlignment=\"Top\" Width=\"530\" Margin=\"0,6,0,0\" Height=\"334\">\n            <TextBlock Text=\"Thank you for installing UWUVCI V3!\" \n                       FontSize=\"18\" \n                       FontWeight=\"Bold\" \n                       HorizontalAlignment=\"Center\"\n                       Margin=\"0,20,0,0\"/>\n\n            <TextBlock Text=\"This is the end of the tutorial, these pop-ups will not open again unless an update happens.\"\n                       FontSize=\"16\"\n                       TextWrapping=\"Wrap\"\n                       HorizontalAlignment=\"Center\"\n                       Margin=\"0,20,0,0\"/>\n            <TextBlock Text=\"Feel free to join the Discord to join the commmunity, for help with any problems, or for the most up-to-date FAQ, please follow the rules.\"\n                       FontSize=\"16\"\n                       TextWrapping=\"Wrap\"\n                       HorizontalAlignment=\"Center\"\n                       Margin=\"0,20,0,0\" Width=\"515\"/>\n            <TextBlock Text=\"Like what we do? Consider donating now, or at any time by clicking the coffee cup icons in the main app.\"\n                       FontSize=\"16\"\n                       TextWrapping=\"Wrap\"\n                       HorizontalAlignment=\"Center\"\n                       Margin=\"0,20,0,0\"/>\n            <TextBlock Text=\"Don't believe this program deserves donations? How about at least checking out the game I made?\"\n                      FontSize=\"16\"\n                      TextWrapping=\"Wrap\"\n                      HorizontalAlignment=\"Center\"\n                      Margin=\"0,20,0,0\"/>\n\n        </StackPanel>\n\n        <!-- UniformGrid for Button Alignment -->\n        <UniformGrid Rows=\"1\" Columns=\"5\" HorizontalAlignment=\"Stretch\" Grid.Row=\"1\" Margin=\"10,0,10,10\">\n            <Button Content=\"Back\" Width=\"80\" Click=\"BackButton_Click\"/>\n            <Button Content=\"Discord\" Width=\"80\" Click=\"DiscordButton_Click\"/>\n            <Button Content=\"Donate\" Width=\"80\" Click=\"DonateButton_Click\"/>\n            <Button Content=\"Game\" Width=\"80\" Click=\"GameButton_Click\"/>\n            <Button Content=\"Close Tutorial\" Width=\"125\" Click=\"CloseButton_Click\" x:Name=\"NextButton\"/>\n        </UniformGrid>\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/CloseWindow.xaml.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.Windows;\nusing System.Windows.Threading;\nusing UWUVCI_AIO_WPF.Helpers;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    public partial class CloseWindow : Window\n    {\n        private DispatcherTimer timer;\n\n        public CloseWindow()\n        {\n            InitializeComponent();\n\n            // Disable the Next button initially\n            NextButton.IsEnabled = false;\n\n            // Create a dispatcher timer\n            timer = new DispatcherTimer();\n            timer.Interval = TimeSpan.FromSeconds(3); // Set the timer for 3 seconds\n            timer.Tick += Timer_Tick; // Subscribe to the Tick event\n            timer.Start(); // Start the timer\n        }\n\n        // Event triggered when the timer ticks (after 3 seconds)\n        private void Timer_Tick(object sender, EventArgs e)\n        {\n            // Enable the Next button\n            NextButton.IsEnabled = true;\n\n            // Stop the timer after it has run once\n            timer.Stop();\n        }\n\n        private void CloseButton_Click(object sender, RoutedEventArgs e)\n        {\n            //Clicked button to see tutorial\n            if (JsonSettingsManager.Settings.IsFirstLaunch)\n            {\n                // Close the tutorial by marking the first launch as false\n                JsonSettingsManager.Settings.IsFirstLaunch = false;\n\n                // Save settings\n                JsonSettingsManager.SaveSettings();\n\n                // Call the LaunchMainApplication method directly from the current application instance\n                ((App)Application.Current).LaunchMainApplication();\n            }\n            \n            Close();\n        }\n\n        private void BackButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Navigate to the previous window (MacLinuxWindow)\n            var macLinuxWindow = new MacLinuxWindow();\n            macLinuxWindow.Show();\n            Close();\n        }\n\n        private void DiscordButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Open the Discord invite link in the default browser\n            Process.Start(new ProcessStartInfo\n            {\n                FileName = \"https://discord.gg/mPZpqJJVmZ\",\n                UseShellExecute = true\n            });\n        }\n\n        private void DonateButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Open donation page in the default browser\n            Process.Start(new ProcessStartInfo\n            {\n                FileName = \"https://ko-fi.com/zestyts\",\n                UseShellExecute = true\n            });\n        }\n\n        private void GameButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Open YT game page in the default browser\n            Process.Start(new ProcessStartInfo\n            {\n                FileName = \"https://www.youtube.com/watch?v=RcfVhFi3wJc\",\n                UseShellExecute = true\n            });\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/Custom Message - Kopieren.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.Custom_Message___Kopieren\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n       xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"Custom_Message___Kopieren\" Height=\"450\" Width=\"800\">\n    <Grid>\n        <Expander Header=\"Expander\" HorizontalAlignment=\"Left\" Height=\"100\" Margin=\"10,10,0,0\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" VerticalAlignment=\"Top\" Width=\"239\">\n            <Grid Background=\"#FFE5E5E5\"/>\n        </Expander>\n\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/Custom Message - Kopieren.xaml.cs",
    "content": "﻿using System.Windows;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für Custom_Message___Kopieren.xaml\n    /// </summary>\n    public partial class Custom_Message___Kopieren : Window\n    {\n        public Custom_Message___Kopieren()\n        {\n            InitializeComponent();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/Custom Message.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.Custom_Message\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n       xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"Message\" Height=\"223.859\" MinWidth=\"365\" WindowStyle=\"None\" WindowStartupLocation=\"CenterOwner\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" Foreground=\"White\" Background=\"LightGray\" ResizeMode=\"NoResize\" Icon=\"/UWUVCI AIO WPF;component/b.ico\" Name=\"wind\" SizeToContent=\"WidthAndHeight\" BorderBrush=\"#FF2196F3\" BorderThickness=\"1.5,1.5,1.5,1.5\" ShowInTaskbar=\"False\" Closing=\"wind_Closing\" Closed=\"wind_Closed\">\n    <Grid Name=\"grid\">\n        <Grid.ColumnDefinitions>\n            <ColumnDefinition Width=\"164\"/>\n            <ColumnDefinition Width=\"132*\"/>\n            <ColumnDefinition Width=\"90\"/>\n        </Grid.ColumnDefinitions>\n        <Grid.RowDefinitions>\n            <RowDefinition Height=\"Auto\"/>\n            <RowDefinition Height=\"Auto\"/>\n            <RowDefinition Height=\"48\"/>\n        </Grid.RowDefinitions>\n\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"5,4,0,0\" TextWrapping=\"Wrap\" VerticalAlignment=\"Top\" Height=\"Auto\" Width=\"260\" FontSize=\"15\" Foreground=\"Black\" Name=\"Title\" Grid.Row=\"0\" FontWeight=\"Bold\" Text=\" \" Grid.ColumnSpan=\"2\"/>\n        <Label HorizontalAlignment=\"Left\" Margin=\"2,10,0,0\" VerticalAlignment=\"Top\" Height=\"Auto\" Width=\"Auto\" FontSize=\"15\" Foreground=\"Black\" x:Name=\"Message\" HorizontalContentAlignment=\"Left\" Content=\"\" VerticalContentAlignment=\"Center\" Grid.Row=\"1\" Grid.ColumnSpan=\"3\"/>\n        <Button x:Name=\"btnClose\" Content=\"Close\" Margin=\"7,8,8,9\" Click=\"Button_Click\" RenderTransformOrigin=\"0.5,0.5\" Grid.Row=\"2\" Grid.Column=\"2\" Height=\"Auto\"/>\n        <Button Content=\"Open Folder\" Margin=\"0,8,0,9\" Name=\"Folder\" Click=\"Folder_Click\" RenderTransformOrigin=\"1,1\" Grid.Row=\"2\" Grid.Column=\"1\" Height=\"Auto\" HorizontalAlignment=\"Right\"  Visibility=\"Hidden\"/>\n        <Button Content=\"Continue\" Margin=\"0,8,5,9\" x:Name=\"Reset\" Click=\"Reset_Click\" RenderTransformOrigin=\"1,1\" Grid.Row=\"2\" Grid.Column=\"1\" Height=\"Auto\" HorizontalAlignment=\"Right\" Visibility=\"Hidden\" />\n        <CheckBox Content=\"Don't show this again\" HorizontalAlignment=\"Left\" Margin=\"5,13,0,0\" Grid.Row=\"2\" VerticalAlignment=\"Top\" Width=\"139\" Foreground=\"Black\" Name=\"dont\" Height=\"18\"/>\n        <Button Content=\"SD Setup\" Margin=\"8,8,0,0\" x:Name=\"nc\" Click=\"nc_Click\" RenderTransformOrigin=\"1,1\" Grid.Row=\"2\" Height=\"32\" Width=\"154\" HorizontalAlignment=\"Left\" VerticalAlignment=\"Top\"/>\n\n\n    </Grid>\n</Window>\n\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/Custom Message.xaml.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Windows;\nusing UWUVCI_AIO_WPF.Classes;\nusing UWUVCI_AIO_WPF.Helpers;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für Custom_Message.xaml\n    /// </summary>\n    /// \n\n    public partial class Custom_Message : Window\n    {\n        string path;\n        bool reset = false;\n        bool add = false;\n        public Custom_Message(string title, string message)\n        {\n            \n            InitializeComponent();\n            nc.Visibility = Visibility.Hidden;\n            try\n            {\n                if(Owner != null)\n                {\n                    if (Owner?.GetType() != typeof(MainWindow))\n                    {\n                        WindowStartupLocation = WindowStartupLocation.CenterScreen;\n                    }\n                    else\n                    {\n                        WindowStartupLocation = WindowStartupLocation.CenterOwner;\n                    }\n                }\n            }\n            catch (Exception)\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n\n            dont.Visibility = Visibility.Hidden;\n            Title.Text = title;\n            Message.Content = message;\n            Folder.Visibility = Visibility.Hidden;\n           \n            if (title.Contains(\"Resetting\") || message.Contains(\"NUS format\") || message.Contains(\"Folder contains Files or Subfolders, do you really want to use this\") || message.Contains(\"If using Custom Bases\") || title.Contains(\"Found additional Files\"))\n            {\n                Reset.Visibility = Visibility.Visible;\n                if (title.Contains(\"Resetting\"))\n                {\n                    reset = true;\n                }\n                if(title.Contains(\"Found additional Files\"))\n                {\n                    add = true;\n                    Reset.Content = \"Yes\";\n                    btnClose.Content = \"No\";\n                }\n            }\n            if(title.Equals(\"Image Warning\") || message.ToLower().Contains(\"dsi\") ||message.ToLower().Contains(\"gcz\") || message.ToLower().Contains(\"co-processor\"))\n            {\n                dont.Visibility = Visibility.Visible;\n            }\n        }\n\n        public void CloseProgram(object sender, RoutedEventArgs e)\n        {\n            Environment.Exit(1);\n        }\n        public Custom_Message(string title, string message, string Path)\n        {           \n            try\n            {\n                if (Owner?.GetType() != typeof(MainWindow))\n                {\n                    WindowStartupLocation = WindowStartupLocation.CenterScreen;\n                }\n            }\n            catch (Exception)\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n\n            InitializeComponent();\n            if (!message.Contains(\"Nintendont\"))\n            {\n                nc.Visibility = Visibility.Hidden;\n            }\n            if (message.Contains(\"If you want the inject to be put on your SD now\"))\n            {\n                if(message.Contains(\"Copy to SD\"))\n                {\n                    nc.Content = \"Copy to SD\";\n                }\n                nc.Visibility = Visibility.Visible;\n            }\n            dont.Visibility = Visibility.Hidden;\n            Title.Text = title;\n            Message.Content = message;\n            path = Path;\n            Folder.Visibility = Visibility.Visible;\n            \n        }\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            dontChecked();\n            Close();\n        }\n\n        private void Folder_Click(object sender, RoutedEventArgs e)\n        {\n            try\n            {\n                if (File.Exists(path)) path = new FileInfo(path).DirectoryName;\n                Process.Start(path);\n                Close();\n            }\n            catch (Exception)\n            {\n                Custom_Message cm = new Custom_Message(\"An Error occured\", \"An error occured opening the folder. Please make sure the Output Path exists.\");\n                try\n                {\n                    cm.Owner = (FindResource(\"mvm\") as MainViewModel).mw;\n                }catch(Exception)\n                {\n                    //left empty on purpose\n                }\n                cm.ShowDialog();\n                dontChecked();\n                Close();\n            }\n           \n        }\n\n        private void Reset_Click(object sender, RoutedEventArgs e)\n        {\n            if (reset)\n            {\n                Close();\n                ((MainViewModel)FindResource(\"mvm\")).ResetTitleKeys();\n            }\n            else if (add)\n            {\n                ((MainViewModel)FindResource(\"mvm\")).addi = true;\n            }\n            else\n            {\n                ((MainViewModel)FindResource(\"mvm\")).choosefolder = true;\n            }\n            dontChecked();\n            Close();\n        }\n\n        private void nc_Click(object sender, RoutedEventArgs e)\n        {\n            Close();\n            var containNintendont = Message.Content.ToString().ToLower().Contains(\"nintendont\");\n\n            SDSetup sd = new SDSetup(containNintendont ? true : false, path);\n            try\n            {\n                sd.Owner = (FindResource(\"mvm\") as MainViewModel).mw;\n                sd.WindowStartupLocation = WindowStartupLocation.CenterOwner;\n            }\n            catch (Exception)\n            {\n                //left empty on purpose\n            }\n            sd.ShowDialog();\n        }\n\n        private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)\n        {\n            isWindClosing(true);\n        }\n\n        private void wind_Closed(object sender, EventArgs e)\n        {\n            isWindClosing(false);\n        }\n\n        private void isWindClosing(bool topMost)\n        {\n            try\n            {\n                if (!Title.Text.Contains(\"Warning\"))\n                {\n                    if ((FindResource(\"mvm\") as MainViewModel).mw != null)\n                        (FindResource(\"mvm\") as MainViewModel).mw.Topmost = topMost;\n                }\n            }\n            catch (Exception)\n            {\n                //left empty on purpose;\n            }\n        }\n\n        private void dontChecked()\n        {\n            if (dont.IsChecked == true)\n            {\n                var messageLower = Message.Content.ToString().ToLower();\n                if (messageLower.Contains(\"gcz\"))\n                {\n                    JsonSettingsManager.Settings.gczw = true;\n                }\n                else if (messageLower.Contains(\"dsi\"))\n                {\n                    JsonSettingsManager.Settings.ndsw = true;\n                }\n                else if (messageLower.Contains(\"co-processor\"))\n                {\n                    JsonSettingsManager.Settings.snesw = true;\n                }\n                else if (messageLower.Contains(\"images\"))\n                {\n                    JsonSettingsManager.Settings.dont = true;\n                }\n\n                JsonSettingsManager.SaveSettings();\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/DownloadWait - Kopieren.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.SDSetup\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n        xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"MAIN\" Height=\"175.197\" Width=\"337.333\" WindowStyle=\"None\" WindowStartupLocation=\"CenterScreen\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" Foreground=\"White\" Background=\"LightGray\" ResizeMode=\"NoResize\" Icon=\"/UWUVCI AIO WPF;component/b.ico\" Closed=\"wind_Closed\" ShowInTaskbar=\"False\">\n    <Grid Margin=\"0,0,-120,0\">\n        <Grid Height=\"52\" VerticalAlignment=\"Top\" Margin=\"0,0,-111,0\" MouseDown=\"MoveWindow\">\n            <Grid.Background>\n\n                <VisualBrush TileMode=\"Tile\" Viewport=\"0,0,0.0965,1\">\n                    <VisualBrush.Visual>\n                        <Image Source=\"/UI/Images/bg maybe wpf.png\"></Image>\n                    </VisualBrush.Visual>\n                </VisualBrush>\n\n\n            </Grid.Background>\n            <TextBlock Name=\"tbTitleBar\" HorizontalAlignment=\"Left\" Margin=\"0,8,0,0\" TextWrapping=\"Wrap\" Text=\"SD Setup\" VerticalAlignment=\"Top\" FontSize=\"25\" Width=\"332\" TextAlignment=\"Center\"/>\n        </Grid>\n        <Button Content=\"Button\" HorizontalAlignment=\"Left\" Margin=\"311,6,0,0\" VerticalAlignment=\"Top\" Width=\"18\" Background=\"{x:Null}\" BorderBrush=\"{x:Null}\" Height=\"25\" Click=\"Window_Close\" Name=\"close\" MouseEnter=\"close_MouseEnter\" MouseLeave=\"close_MouseLeave\"/>\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"315,7,0,0\" TextWrapping=\"Wrap\" Text=\"X\" VerticalAlignment=\"Top\" Foreground=\"White\" FontSize=\"16\" IsHitTestVisible=\"False\"/>\n        <ComboBox HorizontalAlignment=\"Left\" Margin=\"10,85,0,0\" VerticalAlignment=\"Top\" Width=\"313\" Name=\"sd\" Foreground=\"Black\" SelectionChanged=\"sd_SelectionChanged\"/>\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"10,61,0,0\" TextWrapping=\"Wrap\" Text=\"Choose your SD Card:\" VerticalAlignment=\"Top\" Foreground=\"Black\" />\n        <Button Content=\"Setup SD Card\" HorizontalAlignment=\"Left\" Margin=\"199,129,0,0\" VerticalAlignment=\"Top\" Width=\"124\" Height=\"28\" IsEnabled=\"False\" Name=\"setup\" Click=\"setup_Click\"/>\n        <Label Content=\"\" Margin=\"10,131,263,-131\" Name=\"status\"/>\n        <Border  BorderThickness=\"1.5,1.5,1.5,1.5\" BorderBrush=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"175\" VerticalAlignment=\"Top\" Width=\"337\">\n\n        </Border>\n\n    </Grid>\n</Window>\n\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/DownloadWait - Kopieren.xaml.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.IO.Compression;\nusing System.Linq;\nusing System.Management;\nusing System.Net;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Input;\nusing System.Windows.Media;\nusing System.Windows.Threading;\nusing UWUVCI_AIO_WPF.Helpers;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für DownloadWait.xaml\n    /// </summary>\n\n    partial class SDSetup : Window, IDisposable\n    {\n        bool gc = false;\n        string path = \"\";\n        ManagementEventWatcher watcher = new ManagementEventWatcher();\n        ManagementEventWatcher watcher2 = new ManagementEventWatcher();\n        string driveletter = \"\";\n        public SDSetup()\n        {\n          \n            InitializeComponent();\n            Task.Run(() => checkfornewinput());\n            Task.Run(() => checkfornewoutput());\n            GetDrives();\n            \n        }\n        public void SpecifyDrive()\n        {\n            if (sd.SelectedValue != null)\n            {\n                driveletter = sd.SelectedValue.ToString().Substring(0, 3);\n            }\n            else\n            {\n                driveletter = \"\";\n               \n            }\n        }\n        public SDSetup(bool gamecube, string injectlocation)\n        {\n            InitializeComponent();\n            gc = gamecube;\n            path = injectlocation;\n            if (!gamecube)\n            {\n                setup.Content = \"Copy to SD\";\n                tbTitleBar.Text = \"Copy to SD\";\n            }\n        \n            Task.Run(() => checkfornewinput());\n            Task.Run(() => checkfornewoutput());\n            \n            GetDrives();\n        }\n        private void checkfornewinput()\n        {\n            WqlEventQuery query = new WqlEventQuery(\"SELECT * FROM Win32_VolumeChangeEvent WHERE EventType = 2\");\n            watcher.EventArrived += new EventArrivedEventHandler(watcher_EventArrived);\n            watcher.Query = query;\n            watcher.Options.Timeout = new TimeSpan(0, 0, 5);\n            watcher.Start();\n            try\n            {\n                watcher.WaitForNextEvent();\n            }\n            catch (Exception)\n            {\n                //left empty on purpose\n            }\n            \n        }\n        private void checkfornewoutput()\n        {\n            WqlEventQuery query = new WqlEventQuery(\"SELECT * FROM Win32_VolumeChangeEvent WHERE EventType = 3\");\n            watcher2.EventArrived += new EventArrivedEventHandler(watcher_EventArrived);\n            watcher2.Query = query;\n            watcher2.Options.Timeout = new TimeSpan(0, 0, 5);\n            watcher2.Start();\n            try\n            {\n                watcher2.WaitForNextEvent();\n            }\n            catch (Exception)\n            {\n                //left empty on purpose\n            }\n\n        }\n\n        private void watcher_EventArrived(object sender, EventArrivedEventArgs e)\n        {\n            Dispatcher.Invoke(() => { GetDrives(); });\n        }\n\n        private void GetDrives()\n        {\n            sd.ItemsSource = DriveInfo.GetDrives().Where(d => d.IsReady && d.DriveType == DriveType.Removable).Select(d => d.Name + \" \" + d.VolumeLabel + \"\").ToList();\n        }\n\n        public static long GetDirectorySize(string p)\n        {\n            string[] a = Directory.GetFiles(p, \"*.*\");\n            long b = 0;\n            foreach (string name in a)\n            {\n                FileInfo info = new FileInfo(name);\n                b += info.Length;\n            }\n            return b;\n        }\n        public static long GetDirectorySize(string b, bool t)\n        {\n            long result = 0;\n            Stack<string> stack = new Stack<string>();\n            stack.Push(b);\n\n            while (stack.Count > 0)\n            {\n                string dir = stack.Pop();\n                try\n                {\n                    result += GetDirectorySize(dir);\n                    foreach (string dn in Directory.GetDirectories(dir))\n                    {\n                        stack.Push(dn);\n                    }\n                }\n                catch { }\n            }\n            return result;\n        }\n        private void Window_Minimize(object sender, RoutedEventArgs e)\n        {\n            WindowState = WindowState.Minimized;\n        }\n       \n        public void changeOwner(MainWindow ow)\n        {\n            Owner = ow;\n            try\n            {\n                if (Owner?.GetType() == typeof(MainWindow))\n                {\n                    WindowStartupLocation = WindowStartupLocation.CenterOwner;\n                    ShowInTaskbar = false;\n                }\n            }\n            catch (Exception)\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n        }\n        private void MoveWindow(object sender, MouseButtonEventArgs e)\n        {\n            try\n            {\n                if (e.ChangedButton == MouseButton.Left)\n                    DragMove();\n            }\n            catch (Exception)\n            {\n                //left empty on purpose\n            }\n        }\n        private void Window_Close(object sender, RoutedEventArgs e)\n        {\n            /*Task t = new Task(() => watcher.Stop());\n            t.Start();\n            t.Wait();\n            t = new Task(() => watcher2.Stop());\n            t.Start();\n            t.Wait();*/\n\n            watcher.Stop();\n            watcher2.Stop();\n            watcher.Dispose();\n            watcher2.Dispose();\n            Close();\n        }\n        private void close_MouseLeave(object sender, MouseEventArgs e)\n        {\n            close.Background = new SolidColorBrush(Color.FromArgb(0, 250, 250, 250));\n        }\n\n        private void close_MouseEnter(object sender, MouseEventArgs e)\n        {\n            close.Background = new SolidColorBrush(Color.FromArgb(150, 255, 100, 100));\n        }\n        private void wind_Closed(object sender, EventArgs e)\n        {\n            try\n            {\n                if ((FindResource(\"mvm\") as MainViewModel).mw != null)\n                {\n                    (FindResource(\"mvm\") as MainViewModel).mw.Topmost = false;\n                }\n            }\n            catch (Exception )\n            {\n                //left empty on purpose\n            }\n        }\n        DispatcherTimer dp = new DispatcherTimer();\n        private static string FormatBytes(long bytes)\n        {\n            string[] Suffix = { \"B\", \"KB\", \"MB\", \"GB\", \"TB\" };\n            int i;\n            double dblSByte = bytes;\n            for (i = 0; i < Suffix.Length && bytes >= 1024; i++, bytes /= 1024)\n            {\n                dblSByte = bytes / 1024.0;\n            }\n\n            return string.Format(\"{0:0.##} {1}\", dblSByte, Suffix[i]);\n        }\n        private void setup_Click(object sender, RoutedEventArgs e)\n        {\n            var mvm = FindResource(\"mvm\") as MainViewModel;\n            if (!mvm.saveworkaround)\n            {\n                long injctSize = GetDirectorySize(Path.Combine(path, mvm.foldername), true);\n                long availableSpace = new DriveInfo(driveletter).AvailableFreeSpace;\n\n                if (injctSize >= availableSpace)\n                {\n                    long neededSpace = injctSize - availableSpace + 1048576;\n                    Custom_Message cm = new Custom_Message(\n                        \"Insufficient Space\",\n                        $\"You do not have enough space on the selected drive.\\n\" +\n                        $\"Please make sure you have at least {FormatBytes(neededSpace)} free!\"\n                    );\n\n                    try { cm.Owner = mvm.mw; } catch { }  // Ignore ownership exception\n                    cm.ShowDialog();\n                    return;\n                }\n            }\n\n            dp.Tick += Dp_Tick;\n            dp.Interval = TimeSpan.FromSeconds(1);\n            dp.Start();\n\n            setup.IsEnabled = false;\n\n            Task.Run(() =>\n            {\n                try\n                {\n                    if (gc) \n                        SetupNintendont();\n\n                    CopyInject();\n                }\n                catch (Exception ex)\n                {\n                    Logger.Log($\"Error in setup process: {ex.Message}\\n{ex.StackTrace}\");\n                    Dispatcher.Invoke(() => { mvm.msg = \"Setup Failed!\"; });\n                }\n            });\n        }\n\n        private void Dp_Tick(object sender, EventArgs e)\n        {\n            var mvm = FindResource(\"mvm\") as MainViewModel;\n\n            Dispatcher.Invoke(() =>\n            {\n                status.Content = mvm.msg;\n\n                if (mvm.msg == \"Done with Setup!\" || mvm.msg == \"Setup Failed!\")\n                {\n                    dp.Stop();\n                    setup.IsEnabled = true;\n                    setup.Click -= setup_Click;\n                    setup.Click += Window_Close;\n                    setup.Content = \"Close\";\n                }\n            });\n        }\n\n        private void SetupNintendont()\n        {\n            try\n            {\n                var mvm = FindResource(\"mvm\") as MainViewModel;\n                Dispatcher.Invoke(() => mvm.msg = \"Downloading Nintendont...\");\n                Logger.Log(\"Starting SetupNintendont...\");\n\n                string tempPath = @\"bin\\tempsd\";\n\n                if (Directory.Exists(tempPath)) \n                    Directory.Delete(tempPath, true);\n\n                Directory.CreateDirectory(tempPath);\n\n                string zipPath = Path.Combine(tempPath, \"nintendont.zip\");\n\n                using (var client = new WebClient())\n                {\n                    Logger.Log(\"Downloading Nintendont...\");\n                    client.DownloadFile(\"https://dl.dropbox.com/s/3swnsatmautzlk4/Nintendont.zip?dl=1\", zipPath);\n                }\n\n                Logger.Log(\"Extracting Nintendont...\");\n                ZipFile.ExtractToDirectory(zipPath, tempPath);\n\n                string nintendontPath = Path.Combine(driveletter, \"apps\", \"nintendont\");\n\n                if (Directory.Exists(nintendontPath))\n                    Directory.Delete(nintendontPath, true);\n\n                Directory.CreateDirectory(nintendontPath);\n\n                using (var client = new WebClient())\n                {\n                    Logger.Log(\"Downloading Nintendont files...\");\n                    client.DownloadFile(\"https://raw.githubusercontent.com/GaryOderNichts/Nintendont/master/loader/loader.dol\", Path.Combine(nintendontPath, \"boot.dol\"));\n                    client.DownloadFile(\"https://raw.githubusercontent.com/GaryOderNichts/Nintendont/master/nintendont/meta.xml\", Path.Combine(nintendontPath, \"meta.xml\"));\n                    client.DownloadFile(\"https://raw.githubusercontent.com/GaryOderNichts/Nintendont/master/nintendont/icon.png\", Path.Combine(nintendontPath, \"icon.png\"));\n                }\n\n                Logger.Log(\"Copying Nintendont codes...\");\n                CopyDirectory(Path.Combine(tempPath, \"nintendont\", \"codes\"), Path.Combine(driveletter, \"codes\"));\n\n                Directory.Delete(tempPath, true);\n                Logger.Log(\"SetupNintendont completed.\");\n            }\n            catch (Exception ex)\n            {\n                Logger.Log($\"Error in SetupNintendont: {ex.Message}\");\n            }\n        }\n\n        private void CopyInject()\n        {\n            var mvm = FindResource(\"mvm\") as MainViewModel;\n            string sourcePath = Path.Combine(path, mvm.foldername);\n            string destinationPath = sourcePath.Contains(\"[WUP]\")\n                ? Path.Combine(driveletter, \"install\", mvm.foldername)\n                : Path.Combine(driveletter, \"wiiu\", \"games\", mvm.foldername);\n\n            try\n            {\n                Dispatcher.Invoke(() => mvm.msg = \"Copying Injected Game...\");\n                Logger.Log($\"Copying from {sourcePath} to {destinationPath}\");\n\n                CopyDirectory(sourcePath, destinationPath);\n\n                Dispatcher.Invoke(() =>\n                {\n                    mvm.msg = \"Done with Setup!\";\n                    mvm.foldername = \"\";\n                });\n\n                Logger.Log(\"CopyInject completed successfully.\");\n            }\n            catch (Exception ex)\n            {\n                Logger.Log($\"Error in CopyInject: {ex.Message}\");\n                Dispatcher.Invoke(() => mvm.msg = \"Setup Failed!\");\n            }\n        }\n\n        public static void CopyDirectory(string sourceDir, string destDir)\n        {\n            if (!Directory.Exists(sourceDir))\n                throw new DirectoryNotFoundException($\"Source directory not found: {sourceDir}\");\n\n            Logger.Log($\"Starting directory copy: {sourceDir} → {destDir}\");\n\n            Directory.CreateDirectory(destDir);\n\n            foreach (string file in Directory.GetFiles(sourceDir, \"*\", SearchOption.AllDirectories))\n            {\n                string relativePath = file.Substring(sourceDir.Length + 1); // Get relative path\n                string destFilePath = Path.Combine(destDir, relativePath);\n                string destDirPath = Path.GetDirectoryName(destFilePath);\n\n                if (!Directory.Exists(destDirPath)) Directory.CreateDirectory(destDirPath);\n\n                try\n                {\n                    File.Copy(file, destFilePath, true);\n                    Logger.Log($\"Copied: {file} → {destFilePath}\");\n                }\n                catch (Exception ex)\n                {\n                    Logger.Log($\"Failed to copy {file}: {ex.Message}\");\n                }\n            }\n\n            Logger.Log($\"Finished copying directory: {sourceDir} → {destDir}\");\n        }\n\n\n        public static void DirectoryCopy(string sourceDirName, string destDirName, bool copySubDirs)\n        {\n            // Get the subdirectories for the specified directory.\n            DirectoryInfo dir = new DirectoryInfo(sourceDirName);\n\n            if (!dir.Exists)\n            {\n                Logger.Log($\"Source directory does not exist or could not be found: {sourceDirName}\");\n                throw new DirectoryNotFoundException($\"Source directory does not exist or could not be found: {sourceDirName}\");\n            }\n\n            // If the destination directory doesn't exist, create it.\n            if (!Directory.Exists(destDirName))\n            {\n                Directory.CreateDirectory(destDirName);\n            }\n\n            // Get the files in the directory and copy them to the new location.\n            foreach (FileInfo file in dir.EnumerateFiles())\n            {\n                file.CopyTo(Path.Combine(destDirName, file.Name), true);\n            }\n\n            // If copying subdirectories, copy them and their contents to new location.\n            if (copySubDirs)\n            {\n                foreach (DirectoryInfo subdir in dir.EnumerateDirectories())\n                {\n                    DirectoryCopy(subdir.FullName, Path.Combine(destDirName, subdir.Name), copySubDirs);\n                }\n            }\n        }\n\n        private void sd_SelectionChanged(object sender, SelectionChangedEventArgs e)\n        {\n            if(sd.SelectedIndex > -1 && sd.SelectedItem != null)\n            {\n                setup.IsEnabled = true;\n                \n            }\n            else\n            {\n                setup.IsEnabled = false;\n             \n            }\n            SpecifyDrive();\n        }\n\n        public void Dispose()\n        {\n           \n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/DownloadWait.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.DownloadWait\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n        xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"MAIN\" Height=\"93.662\" Width=\"500\" WindowStyle=\"None\" WindowStartupLocation=\"CenterScreen\"   Foreground=\"White\" Background=\"LightGray\" ResizeMode=\"NoResize\" Icon=\"/UWUVCI AIO WPF;component/b.ico\" BorderBrush=\"#FF2196F3\" BorderThickness=\"1.5,1.5,1.5,1.5\" Closed=\"wind_Closed\"  materialDesign:ShadowAssist.CacheMode=\"{x:Null}\">\n    <Grid>\n\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"10,11,0,0\" TextWrapping=\"Wrap\" VerticalAlignment=\"Top\" Height=\"25\" Width=\"480\" FontSize=\"18\" Foreground=\"Black\" Name=\"Key\" TextAlignment=\"Center\"/>\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"10,41,0,0\" TextWrapping=\"Wrap\"   VerticalAlignment=\"Top\" Height=\"18\" Width=\"480\" FontSize=\"10\" Foreground=\"Black\" Name=\"msgT\" TextAlignment=\"Center\"/>\n\n       \n        <ProgressBar HorizontalAlignment=\"Left\" Height=\"11\" Margin=\"31,59,0,0\" VerticalAlignment=\"Top\" Width=\"443\" Name=\"pb\"/>\n       \n    </Grid>\n</Window>\n\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/DownloadWait.xaml.cs",
    "content": "﻿using System;\nusing System.Windows;\nusing System.Windows.Threading;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für DownloadWait.xaml\n    /// </summary>\n\n    partial class DownloadWait : Window\n    {\n        MainViewModel mvm;\n        DispatcherTimer timer = new DispatcherTimer();\n\n        //These variables are for handling a better progress bar\n        private TimeSpan remainingTime;\n        private int motion = 1;\n        private double accumulatedProgress = 0.0;\n        private double progressIncrementPerSecond = 0.0;\n        public DownloadWait(string doing, string msg, MainViewModel mvm)\n        {\n            try\n            {\n                if (Owner?.GetType() == typeof(MainWindow))\n                {\n                    WindowStartupLocation = WindowStartupLocation.CenterOwner;\n                }\n            }\n            catch (Exception)\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n            this.mvm = mvm;\n            InitializeComponent();\n            Key.Text = doing;\n           \n            timer.Interval = TimeSpan.FromSeconds(1);\n            timer.Tick += timer_Tick;\n            timer.Start();\n        }\n        public DownloadWait(string doing, string msg, MainViewModel mvm, bool t)\n        {\n            try\n            {\n                if (Owner?.GetType() != typeof(MainWindow))\n                    WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n            catch (Exception)\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n            this.mvm = mvm;\n            InitializeComponent();\n            Key.Text = doing;\n            DispatcherTimer timer = new DispatcherTimer();\n            timer.Interval = TimeSpan.FromSeconds(1);\n            timer.Tick += timer_Tick;\n            \n        }\n\n        public DownloadWait(string doing, TimeSpan estimatedTime, MainViewModel mvm)\n        {\n            // Initialization same as original constructor\n            try\n            {\n                if (Owner?.GetType() == typeof(MainWindow))\n                    WindowStartupLocation = WindowStartupLocation.CenterOwner;\n            }\n            catch (Exception)\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n            this.mvm = mvm;\n            InitializeComponent();\n            Key.Text = doing;\n\n            // Handle estimated time\n            if (estimatedTime != TimeSpan.MaxValue)\n                remainingTime = estimatedTime;\n            else\n                // Can't estimate, just starting with zero\n                remainingTime = TimeSpan.Zero; \n\n            timer.Interval = TimeSpan.FromSeconds(1);\n            timer.Tick += timer_Tick;\n            timer.Start();\n        }\n        private void Window_Minimize(object sender, RoutedEventArgs e)\n        {\n            WindowState = WindowState.Minimized;\n        }\n\n        private void timer_Tick(object sender, EventArgs e)\n        {\n            msgT.Text = mvm.msg;\n            pb.Value = mvm.Progress;\n\n            if (Key.Text.Contains(\"Downloading Base\"))\n            {\n                if (mvm.Progress >= 96)\n                {\n                    msgT.Text += $\"Verifying download...\";\n                    \n                    if (motion == 6)\n                        motion = 1;\n\n                    for (var i = 0; i < motion; i++)\n                        msgT.Text += \".\";\n\n                    motion++;\n                }\n                // Check if remainingTime has been initialized (i.e., not zero)\n                else if (remainingTime != TimeSpan.Zero)\n                {\n                    if (remainingTime.TotalSeconds > 0)\n                    {\n                        msgT.Text += $\"Estimated time remaining: {remainingTime.Minutes} minutes {remainingTime.Seconds} seconds\";\n\n                        if (mvm.Progress < 95)\n                        {\n                            // Calculate the progress increment if not already calculated\n                            if (progressIncrementPerSecond == 0.0)\n                                progressIncrementPerSecond = (95 - mvm.Progress) / remainingTime.TotalSeconds;\n\n                            accumulatedProgress += progressIncrementPerSecond;\n\n                            while (accumulatedProgress >= 1)\n                            {\n                                mvm.Progress++;\n                                accumulatedProgress--;\n                            }\n\n                            remainingTime = remainingTime.Add(TimeSpan.FromSeconds(-1));\n                        }\n                    }\n                    else\n                    {\n                        msgT.Text += $\"Completing download, eta not available\";\n\n                        if (motion == 6)\n                            motion = 1;\n\n                        for (var i = 0; i < motion; i++)\n                            msgT.Text += \".\";\n\n                        motion++;\n                    }\n                }\n                else\n                {\n                    if (mvm.Progress < 95)\n                        mvm.Progress += 1;\n                }\n            }\n            if (mvm.Progress == 100)\n            {\n                timer.Stop();\n                Close();\n            }\n        }\n\n        public void changeOwner(MainWindow ow)\n        {\n            Owner = ow;\n            try\n            {\n                if (Owner?.GetType() == typeof(MainWindow))\n                {\n                    WindowStartupLocation = WindowStartupLocation.CenterOwner;\n                    ShowInTaskbar = false;\n                }\n            }\n            catch (Exception)\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n        }\n\n        private void wind_Closed(object sender, EventArgs e)\n        {\n            try\n            {\n                if ((FindResource(\"mvm\") as MainViewModel).mw != null)\n                {\n                    (FindResource(\"mvm\") as MainViewModel).mw.Topmost = false;\n                }\n            }\n            catch (Exception )\n            {\n\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/EnterKey.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.EnterKey\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n       xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"Enter Key\" Height=\"151.156\" Width=\"493.5\" WindowStyle=\"None\" WindowStartupLocation=\"CenterOwner\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" Foreground=\"White\" Background=\"LightGray\" ResizeMode=\"NoResize\" Icon=\"/UWUVCI AIO WPF;component/a.ico\" BorderBrush=\"#FF2196F3\" BorderThickness=\"1.5,1.5,1.5,1.5\" ShowInTaskbar=\"False\" GotFocus=\"Window_GotFocus\" Closing=\"wind_Closing\" Closed=\"wind_Closed\">\n    <Grid DataContext=\"{StaticResource mvm}\">\n        <Button Content=\"Check\" HorizontalAlignment=\"Left\" Margin=\"308,103,0,0\" VerticalAlignment=\"Top\" Width=\"74\" Click=\"Button_Click_1\"/>\n        <Button Content=\"Cancel\" HorizontalAlignment=\"Left\" Margin=\"400,103,0,0\" VerticalAlignment=\"Top\" Width=\"76\" Click=\"Button_Click\"/>\n        <StackPanel Margin=\"10,10,10,107\" Orientation=\"Horizontal\">\n\n            <TextBlock HorizontalAlignment=\"Left\" TextWrapping=\"Wrap\" Text=\"{Binding GbTemp.Region}\" VerticalAlignment=\"Top\" Height=\"25\" Width=\"Auto\" FontSize=\"18\" Foreground=\"Black\" x:Name=\"region\"/>\n            <TextBlock HorizontalAlignment=\"Left\" TextWrapping=\"Wrap\" Text=\" \" VerticalAlignment=\"Top\" Height=\"25\" Width=\"Auto\" FontSize=\"18\" Foreground=\"Black\"/>\n            <TextBlock HorizontalAlignment=\"Left\" TextWrapping=\"Wrap\" Text=\"{Binding GbTemp.Name}\" VerticalAlignment=\"Top\" Height=\"25\" Width=\"Auto\" FontSize=\"18\" Foreground=\"Black\" x:Name=\"Key\"/>\n            <TextBlock HorizontalAlignment=\"Left\" TextWrapping=\"Wrap\" Text=\" \" VerticalAlignment=\"Top\" Height=\"25\" Width=\"Auto\" FontSize=\"18\" Foreground=\"Black\"/>\n\n        </StackPanel>\n        <StackPanel FocusManager.FocusedElement=\"{Binding ElementName=tbKey }\">\n\n            <TextBox x:Name=\"tbKey\" materialDesign:HintAssist.Hint=\"ENTER KEY\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\" Margin=\"10,40,15,90\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"18\"/>\n        </StackPanel>\n        <Button Content=\"Read from otp.bin\" HorizontalAlignment=\"Left\" Margin=\"10,103,0,0\" VerticalAlignment=\"Top\" Width=\"152\" Click=\"Button_Click_2\" Name=\"otp\" Visibility=\"Hidden\"/>\n        <Label  HorizontalAlignment=\"Left\" Height=\"100\" Margin=\"7,92,0,-45\" VerticalAlignment=\"Top\" Name=\"or\" FontSize=\"15\"/>\n\n\n\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/EnterKey.xaml.cs",
    "content": "﻿using System;\nusing System.Windows;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für EnterKey.xaml\n    /// </summary>\n    public partial class EnterKey : Window\n    {\n        bool ckey = false;\n        Custom_Message cm;\n        public EnterKey(bool ckey)\n        {\n            try\n            {\n                if (Owner?.GetType() != typeof(MainWindow))\n                {\n                    WindowStartupLocation = WindowStartupLocation.CenterScreen;\n                }\n            }\n            catch (Exception)\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n            InitializeComponent();\n            this.ckey = ckey;\n           \n            if (ckey)\n            {\n                Key.Text = \"CommonKey\";\n                region.Text = \"WIIU\";\n                otp.Visibility = Visibility.Visible;\n            }\n            else\n            {\n                if ((FindResource(\"mvm\") as MainViewModel).GbTemp.Tid != \"\")\n                {\n                  \n                }\n            }\n\n        }\n\n        public EnterKey(int i)\n        {\n            if (Owner?.GetType() != typeof(MainWindow))\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n            InitializeComponent();\n            region.Visibility = Visibility.Hidden;\n            \n            Key.Text = \"Enter the TitleKey for 000500101000400\";\n            if (i == 1)\n            {\n                Key.Text += \"0\";\n            }\n            else\n            {\n                Key.Text += \"1\";\n            }\n            or.Visibility = Visibility.Hidden;\n            otp.Visibility = Visibility.Hidden;\n        }\n\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            Close();\n        }\n\n        private void Button_Click_1(object sender, RoutedEventArgs e)\n        {\n            tbKey.Text = tbKey.Text.Trim();\n            if(tbKey.Text.Length > 32 || tbKey.Text.Length < 32)\n            {\n                if(tbKey.Text.Length > 32)\n                {\n                    cm = new Custom_Message(\"Wrong Key\", \"The entered Key is too long\");\n                    cm.Owner = this;\n                    cm.ShowDialog();\n                }\n                else\n                {\n                    cm = new Custom_Message(\"Wrong Key\", \"The entered Key is too short\");\n                    cm.Owner = this;\n                    cm.ShowDialog();\n                }\n                    \n            }\n            else\n            {\n                if (ckey)\n                {\n                    MainViewModel mvm = (MainViewModel)FindResource(\"mvm\");\n                    if (mvm.checkcKey(tbKey.Text))\n                    {\n                        Visibility = Visibility.Hidden;\n                        cm = new Custom_Message(\"Correct Key\", \"The entered CommonKey is correct!\");\n                        cm.Owner = Owner;\n                        (Owner as MainWindow).move = false;\n                        cm.ShowDialog();\n                        (Owner as MainWindow).move = true;\n                        Close();\n                        mvm.ArePathsSet();\n                    }\n                    else\n                    {\n                       cm =  new Custom_Message(\"Incorrect Key\", \"The entered CommonKey is incorrect!\");\n                        cm.Owner = this;\n                        cm.ShowDialog();\n                    }\n                }\n\n                else\n                {\n                    MainViewModel mvm = (MainViewModel)FindResource(\"mvm\");\n                    if (mvm.checkKey(tbKey.Text))\n                    {\n                        Visibility = Visibility.Hidden;\n                        cm =  new Custom_Message(\"Correct Key\", \"The entered TitleKey is correct!\");\n                        cm.Owner = Owner;\n                        (Owner as MainWindow).move = false;\n                        cm.ShowDialog();\n                        (Owner as MainWindow).move = true;\n                        Close();\n                    }\n                    else\n                    {\n                      cm =  new Custom_Message(\"Incorrect Key\", \"The entered TitleKey is incorrect!\");\n                        cm.Owner = this;\n                        cm.ShowDialog();\n                    }\n                }\n            }\n           \n           \n        }\n\n        private void Window_GotFocus(object sender, RoutedEventArgs e)\n        {\n            tbKey.Focus();\n            tbKey.Select(0,0);\n        }\n        private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)\n        {\n            (FindResource(\"mvm\") as MainViewModel).mw.Topmost = true;\n        }\n\n        private void wind_Closed(object sender, EventArgs e)\n        {\n            (FindResource(\"mvm\") as MainViewModel).mw.Topmost = false;\n        }\n\n        private void Button_Click_2(object sender, RoutedEventArgs e)\n        {\n            tbKey.Text = (FindResource(\"mvm\") as MainViewModel).ReadCkeyFromOtp();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/GuideWindow.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.GuideWindow\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        Title=\"Guide Information\" Height=\"425\" Width=\"650\" ResizeMode=\"NoResize\" WindowStartupLocation=\"CenterScreen\">\n\n    <Grid Margin=\"0,0,0,12\">\n        <Grid.RowDefinitions>\n            <RowDefinition Height=\"*\"/>\n            <RowDefinition Height=\"Auto\"/>\n        </Grid.RowDefinitions>\n\n\n\n        <!-- Text Content -->\n        <StackPanel Grid.Row=\"0\" HorizontalAlignment=\"Center\" VerticalAlignment=\"Center\" Width=\"530\" Height=\"347\">\n            <TextBlock Text=\"Followed a Video Guide? FAQ?\" \n                       FontSize=\"18\" \n                       FontWeight=\"Bold\" \n                       HorizontalAlignment=\"Center\"\n                       Margin=\"0,20,0,0\"/>\n            <TextBlock Text=\"The only official videos for UWUVCI V3 can be found on Zesty's Corner YouTube channel, this includes setup, expectations, and supplment information. Click the button below to check it out. \"\n                       FontSize=\"16\"\n                       TextWrapping=\"Wrap\"\n                       HorizontalAlignment=\"Center\"\n                       VerticalAlignment=\"Top\"\n                       Margin=\"0,20,0,0\" />\n\n            <TextBlock Text=\"There is also a ReadMe with useful information like the FAQ, which includes the video guide URL. The ReadMe file is located in the same directory as the executable, and is the same ReadMe file that was recommended in the installer to open.\"\n                       FontSize=\"16\"\n                       TextWrapping=\"Wrap\"\n                       HorizontalAlignment=\"Center\"\n                       Margin=\"0,20,0,0\" Width=\"506\" />\n        </StackPanel>\n\n        <!-- UniformGrid for Button Alignment -->\n        <UniformGrid Rows=\"1\" Columns=\"4\" HorizontalAlignment=\"Stretch\" Grid.Row=\"1\" Margin=\"10,0,10,10\">\n            <Button Content=\"Back\" Width=\"80\" Click=\"BackButton_Click\"/>\n            <Button Content=\"ReadMe\" Width=\"100\" Click=\"ReadMeButton_Click\"/>\n            <Button Content=\"Zesty's Corner\" Width=\"125\" Click=\"ZestyGuideButton_Click\"/>\n            <Button Content=\"Next\" Width=\"80\" Click=\"NextButton_Click\" x:Name=\"NextButton\"/>\n        </UniformGrid>\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/GuideWindow.xaml.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Windows;\nusing System.Windows.Threading;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    public partial class GuideWindow : Window\n    {\n        private DispatcherTimer timer;\n        public GuideWindow()\n        {\n            InitializeComponent();\n\n            // Disable the Next button initially\n            NextButton.IsEnabled = false;\n\n            // Create a dispatcher timer\n            timer = new DispatcherTimer();\n            timer.Interval = TimeSpan.FromSeconds(3); // Set the timer for 3 seconds\n            timer.Tick += Timer_Tick; // Subscribe to the Tick event\n            timer.Start(); // Start the timer\n        }\n\n        // Event triggered when the timer ticks (after 3 seconds)\n        private void Timer_Tick(object sender, EventArgs e)\n        {\n            // Enable the Next button\n            NextButton.IsEnabled = true;\n\n            // Stop the timer after it has run once\n            timer.Stop();\n        }\n\n        private void NextButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Navigate to the next window (BaseGameWindow)\n            var baseGameWindow = new BaseGameWindow();\n            baseGameWindow.Show();\n            Close();\n        }\n\n        private void BackButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Navigate to the previous window (IntroWindow)\n            var introWindow = new IntroductionWindow();\n            introWindow.Show();\n            Close();\n        }\n\n        private void ReadMeButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Open ReadMe file in the default text editor\n            string readMePath = Path.Combine(Directory.GetCurrentDirectory(), \"ReadMe.txt\");\n            if (File.Exists(readMePath))\n            {\n                Process.Start(new ProcessStartInfo\n                {\n                    FileName = readMePath,\n                    UseShellExecute = true\n                });\n            }\n            else\n            {\n                MessageBox.Show(\"ReadMe.txt not found!\", \"Error\", MessageBoxButton.OK, MessageBoxImage.Error);\n            }\n        }\n\n        private void ZestyGuideButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Open Zesty's Corner video guide in the default browser\n            Process.Start(new ProcessStartInfo\n            {\n                FileName = \"https://www.youtube.com/watch?v=8HddnYFRZDE&list=PLbQMtrmXFIxQ1hpvu9m1th41vsaqnZ2Id&index=8\",\n                UseShellExecute = true\n            });\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/IMG_Message - Kopieren - Kopieren - Kopieren.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.LOGSHOW\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n       xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"MAIN\" Height=\"98.501\" Width=\"187.44\"  MinHeight=\"98.501\" MinWidth=\"187.44\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" MaxHeight=\"98.501\" MaxWidth=\"187.44\" WindowStyle=\"None\" WindowStartupLocation=\"CenterOwner\" Foreground=\"White\" Background=\"LightGray\" ResizeMode=\"NoResize\" Icon=\"/UWUVCI AIO WPF;component/a.ico\" Name=\"wind\" BorderBrush=\"#FF2196F3\" BorderThickness=\"1.5,1.5,1.5,1.5\" ShowInTaskbar=\"False\" SizeToContent=\"WidthAndHeight\" Closing=\"wind_Closing\" Closed=\"wind_Closed\">\n\n    <Grid Margin=\"0,0,-4,0\">\n        <Grid.RowDefinitions>\n\n\n        </Grid.RowDefinitions>\n        <Button Content=\"Close\" Margin=\"102,57,11,0\" VerticalAlignment=\"Top\" Click=\"Canc_Click\" RenderTransformOrigin=\"0.5,0.5\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"42\" Width=\"170\" Margin=\"7,10,0,0\" VerticalAlignment=\"Top\" Name=\"img\"/>\n        <Button Content=\"Clear\" HorizontalAlignment=\"Left\" Margin=\"7,57,0,0\" VerticalAlignment=\"Top\" Width=\"74\" Click=\"Button_Click\" RenderTransformOrigin=\"0.5,0.5\"/>\n\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/IMG_Message - Kopieren - Kopieren - Kopieren.xaml.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Windows;\nusing System.Windows.Media.Imaging;\nusing UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations;\nusing Path = System.IO.Path;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für IMG_Message.xaml\n    /// </summary>\n    public partial class LOGSHOW : Window, IDisposable\n    {\n        private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"temp\");\n        private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"Tools\");\n        string copy = \"\";\n        string pat = \"\";\n        BitmapImage bitmap = new BitmapImage();\n        public LOGSHOW(string path)\n        {\n            try\n            {\n                if (Owner?.GetType() != typeof(MainWindow))\n                {\n                    WindowStartupLocation = WindowStartupLocation.CenterScreen;\n                }\n            }\n            catch (Exception)\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n            pat = string.Copy(path);\n            InitializeComponent();\n            if (Directory.Exists(Path.Combine(tempPath, \"image\"))) Directory.Delete(Path.Combine(tempPath, \"image\"), true);\n            Directory.CreateDirectory(Path.Combine(tempPath, \"image\"));\n            if (path == \"Added via Config\")\n            {\n                File.WriteAllBytes(Path.Combine(tempPath, \"image\", \"log.\" + (FindResource(\"mvm\") as MainViewModel).GameConfiguration.TGALog.extension), (FindResource(\"mvm\") as MainViewModel).GameConfiguration.TGALog.ImgBin);\n                pat = Path.Combine(tempPath, \"image\", \"log.\" + (FindResource(\"mvm\") as MainViewModel).GameConfiguration.TGALog.extension);\n            }\n            if (new FileInfo(pat).Extension.Contains(\"tga\"))\n            {\n                using (Process conv = new Process())\n                {\n\n                    conv.StartInfo.UseShellExecute = false;\n                    conv.StartInfo.CreateNoWindow = true;\n\n\n                    conv.StartInfo.FileName = Path.Combine(toolsPath, \"tga2png.exe\");\n                    conv.StartInfo.Arguments = $\"-i \\\"{pat}\\\" -o \\\"{Path.Combine(tempPath, \"image\")}\\\"\";\n\n                    conv.Start();\n                    conv.WaitForExit();\n\n                    foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, \"image\"), \"*.png\"))\n                    {\n                        copy = sFile;\n                    }\n                }\n            }\n            else\n            {\n                copy = pat;\n            }\n\n\n            BitmapImage image = new BitmapImage();\n            image.BeginInit();\n            image.CacheOption = BitmapCacheOption.OnLoad;\n            image.UriSource = new Uri(copy, UriKind.Absolute);\n            image.EndInit();\n            image.Freeze();\n            img.Source = image;\n            if(path == \"Added via Config\")\n            {\n                File.Delete(pat);\n            }\n\n\n        }\n\n        public void Dispose()\n        {\n           \n        }\n\n        private void Canc_Click(object sender, RoutedEventArgs e)\n        {\n            bitmap.UriSource = null;\n            Close();\n\n        }\n\n        private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)\n        {\n            (FindResource(\"mvm\") as MainViewModel).mw.Topmost = true;\n        }\n\n        private void wind_Closed(object sender, EventArgs e)\n        {\n            (FindResource(\"mvm\") as MainViewModel).mw.Topmost = false;\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            switch (mvm.GameConfiguration.Console)\n            {\n                case GameBaseClassLibrary.GameConsoles.NDS:\n                case GameBaseClassLibrary.GameConsoles.NES:\n                case GameBaseClassLibrary.GameConsoles.SNES:\n                case GameBaseClassLibrary.GameConsoles.MSX:\n                    (mvm.Thing as OtherConfigs).clearImages(3);\n                    break;\n                case GameBaseClassLibrary.GameConsoles.GBA:\n                    (mvm.Thing as GBA).clearImages(3);\n                    break;\n                case GameBaseClassLibrary.GameConsoles.WII:\n                    if(mvm.test == GameBaseClassLibrary.GameConsoles.GCN)\n                    {\n                        (mvm.Thing as GCConfig).clearImages(3);\n                    }\n                    else\n                    {\n                        (mvm.Thing as WiiConfig).clearImages(3);\n                    }\n                    break;\n                case GameBaseClassLibrary.GameConsoles.N64:\n                    (mvm.Thing as N64Config).clearImages(3);\n                    break;\n                case GameBaseClassLibrary.GameConsoles.TG16:\n                    (mvm.Thing as TurboGrafX).clearImages(3);\n                    break;\n            }\n            Close();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/IMG_Message - Kopieren - Kopieren.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.ICOSHOW\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n       xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"MAIN\" Height=\"186\" Width=\"170.673\" MinHeight=\"186\" MinWidth=\"170\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" MaxHeight=\"186\" MaxWidth=\"170\"  WindowStyle=\"None\" WindowStartupLocation=\"CenterOwner\" Foreground=\"White\" Background=\"LightGray\" ResizeMode=\"NoResize\" Icon=\"/UWUVCI AIO WPF;component/a.ico\" Name=\"wind\" BorderBrush=\"#FF2196F3\" BorderThickness=\"1.5,1.5,1.5,1.5\" ShowInTaskbar=\"False\" SizeToContent=\"WidthAndHeight\" Closing=\"wind_Closing\" Closed=\"wind_Closed\">\n\n    <Grid HorizontalAlignment=\"Left\" Width=\"166\">\n        <Grid.RowDefinitions>\n\n\n        </Grid.RowDefinitions>\n        <Button Content=\"Close\" Margin=\"85,143,0,0\" VerticalAlignment=\"Top\" Click=\"Canc_Click\" RenderTransformOrigin=\"0.5,0.5\" HorizontalAlignment=\"Left\" Width=\"74\"/>\n        <Image Height=\"128\" Margin=\"20,10,0,0\" VerticalAlignment=\"Top\" Name=\"img\" HorizontalAlignment=\"Left\" Width=\"128\"/>\n        <Button Content=\"Clear\" Margin=\"8,143,0,0\" VerticalAlignment=\"Top\" Click=\"Button_Click\" HorizontalAlignment=\"Left\" Width=\"67\"/>\n\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/IMG_Message - Kopieren - Kopieren.xaml.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Windows;\nusing System.Windows.Media.Imaging;\nusing UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations;\nusing Path = System.IO.Path;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für IMG_Message.xaml\n    /// </summary>\n    public partial class ICOSHOW : Window, IDisposable\n    {\n        private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"temp\");\n        private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"Tools\");\n        string copy = \"\";\n        string pat = \"\";\n        BitmapImage bitmap = new BitmapImage();\n        public ICOSHOW(string path)\n        {\n            try\n            {\n                if (Owner?.GetType() != typeof(MainWindow))\n                {\n                    WindowStartupLocation = WindowStartupLocation.CenterScreen;\n                }\n            }\n            catch (Exception)\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n            pat = string.Copy(path);\n\n            InitializeComponent();\n            if (Directory.Exists(Path.Combine(tempPath, \"image\"))) Directory.Delete(Path.Combine(tempPath, \"image\"), true);\n            Directory.CreateDirectory(Path.Combine(tempPath, \"image\"));\n            if(path == \"Added via Config\")\n            {\n                File.WriteAllBytes(Path.Combine(tempPath, \"image\", \"ico.\" + (FindResource(\"mvm\") as MainViewModel).GameConfiguration.TGAIco.extension), (FindResource(\"mvm\") as MainViewModel).GameConfiguration.TGAIco.ImgBin);\n                pat = Path.Combine(tempPath, \"image\", \"ico.\" + (FindResource(\"mvm\") as MainViewModel).GameConfiguration.TGAIco.extension);\n            }\n            if (new FileInfo(pat).Extension.Contains(\"tga\"))\n            {\n                using (Process conv = new Process())\n                {\n\n                    conv.StartInfo.UseShellExecute = false;\n                    conv.StartInfo.CreateNoWindow = true;\n\n\n                    conv.StartInfo.FileName = Path.Combine(toolsPath, \"tga2png.exe\");\n                    conv.StartInfo.Arguments = $\"-i \\\"{pat}\\\" -o \\\"{Path.Combine(tempPath, \"image\")}\\\"\";\n\n                    conv.Start();\n                    conv.WaitForExit();\n\n                    foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, \"image\"), \"*.png\"))\n                    {\n                        copy = sFile;\n                    }\n                }\n            }\n            else\n            {\n                copy = pat;\n            }\n\n\n\n\n\n\n            BitmapImage image = new BitmapImage();\n            image.BeginInit();\n            image.CacheOption = BitmapCacheOption.OnLoad;\n            image.UriSource = new Uri(copy, UriKind.Absolute);\n            image.EndInit();\n            \n            img.Source = image;\n            if (path == \"Added via Config\")\n            {\n                File.Delete(pat);\n            }\n           \n        }\n\n        public void Dispose()\n        {\n        }\n\n        private void Canc_Click(object sender, RoutedEventArgs e)\n        {\n            bitmap.UriSource = null;\n            Close();\n\n        }\n\n        private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)\n        {\n            (FindResource(\"mvm\") as MainViewModel).mw.Topmost = true;\n        }\n\n        private void wind_Closed(object sender, EventArgs e)\n        {\n            (FindResource(\"mvm\") as MainViewModel).mw.Topmost = false;\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            switch (mvm.GameConfiguration.Console)\n            {\n                case GameBaseClassLibrary.GameConsoles.NDS:\n                case GameBaseClassLibrary.GameConsoles.NES:\n                case GameBaseClassLibrary.GameConsoles.SNES:\n                case GameBaseClassLibrary.GameConsoles.MSX:\n                    (mvm.Thing as OtherConfigs).clearImages(0);\n                    break;\n                case GameBaseClassLibrary.GameConsoles.GBA:\n                    (mvm.Thing as GBA).clearImages(0);\n                    break;\n                case GameBaseClassLibrary.GameConsoles.WII:\n                    if (mvm.test == GameBaseClassLibrary.GameConsoles.GCN)\n                    {\n                        (mvm.Thing as GCConfig).clearImages(0);\n                    }\n                    else\n                    {\n                        (mvm.Thing as WiiConfig).clearImages(0);\n                    }\n                    break;\n                case GameBaseClassLibrary.GameConsoles.N64:\n                    (mvm.Thing as N64Config).clearImages(0);\n                    break;\n                case GameBaseClassLibrary.GameConsoles.TG16:\n                    (mvm.Thing as TurboGrafX).clearImages(0);\n                    break;\n            }\n            Close();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/IMG_Message - Kopieren.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.TDRSHOW\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n       xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"MAIN\" Height=\"250\" Width=\"340\" MinHeight=\"250\" MinWidth=\"340\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" MaxHeight=\"250\" MaxWidth=\"340\"  WindowStyle=\"None\" WindowStartupLocation=\"CenterOwner\" Foreground=\"White\" Background=\"LightGray\" ResizeMode=\"NoResize\" Icon=\"/UWUVCI AIO WPF;component/a.ico\" Name=\"wind\" BorderBrush=\"#FF2196F3\" BorderThickness=\"1.5,1.5,1.5,1.5\" ShowInTaskbar=\"False\" SizeToContent=\"WidthAndHeight\" Closing=\"wind_Closing\" Closed=\"wind_Closed\">\n\n    <Grid Margin=\"0,0,-4,0\">\n        <Grid.RowDefinitions>\n\n\n        </Grid.RowDefinitions>\n        <Button Content=\"Close\" Margin=\"256,204,0,0\" VerticalAlignment=\"Top\" Click=\"Canc_Click\" RenderTransformOrigin=\"0.5,0.5\" HorizontalAlignment=\"Left\" Width=\"74\"/>\n        <Image HorizontalAlignment=\"Left\" Height=\"180\" Width=\"320\" Margin=\"8,10,0,0\" VerticalAlignment=\"Top\" Name=\"img\"/>\n        <Button Content=\"Clear\" HorizontalAlignment=\"Left\" Margin=\"7,204,0,0\" VerticalAlignment=\"Top\" Width=\"74\" Click=\"Button_Click\" RenderTransformOrigin=\"0.5,0.5\"/>\n\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/IMG_Message - Kopieren.xaml.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.IO;\nusing System.Windows;\nusing System.Windows.Media.Imaging;\nusing UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations;\nusing Path = System.IO.Path;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für IMG_Message.xaml\n    /// </summary>\n    public partial class TDRSHOW : Window, IDisposable\n    {\n        private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"temp\");\n        private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"Tools\");\n        string copy = \"\";\n        string pat = \"\";\n        bool drc = false;\n        BitmapImage bitmap = new BitmapImage();\n        public TDRSHOW(string path, bool drc)\n        {\n            this.drc = drc;\n            try\n            {\n                if (Owner?.GetType() != typeof(MainWindow))\n                {\n                    WindowStartupLocation = WindowStartupLocation.CenterScreen;\n                }\n            }\n            catch (Exception)\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n            pat = string.Copy(path);\n            InitializeComponent();\n            if (Directory.Exists(Path.Combine(tempPath, \"image\"))) Directory.Delete(Path.Combine(tempPath, \"image\"),true);\n                Directory.CreateDirectory(Path.Combine(tempPath, \"image\"));\n            if (pat == \"Added via Config\")\n            {\n                string ext = \"\";\n                byte[] imageb = new byte[] { };\n                if (drc)\n                {\n                    ext = (FindResource(\"mvm\") as MainViewModel).GameConfiguration.TGADrc.extension;\n                    imageb = (FindResource(\"mvm\") as MainViewModel).GameConfiguration.TGADrc.ImgBin;\n                    File.WriteAllBytes(Path.Combine(tempPath, \"image\", \"drc.\" + ext), imageb);\n                    pat = Path.Combine(tempPath, \"image\", \"drc.\" + ext);\n                }\n                else\n                {\n                    ext = (FindResource(\"mvm\") as MainViewModel).GameConfiguration.TGATv.extension;\n                    imageb = (FindResource(\"mvm\") as MainViewModel).GameConfiguration.TGATv.ImgBin;\n                    File.WriteAllBytes(Path.Combine(tempPath, \"image\", \"tv.\" + ext), imageb);\n                    pat = Path.Combine(tempPath, \"image\", \"tv.\" + ext);\n                }\n                \n            }\n            if (new FileInfo(pat).Extension.Contains(\"tga\"))\n            {\n                using (Process conv = new Process())\n                {\n\n                    conv.StartInfo.UseShellExecute = false;\n                    conv.StartInfo.CreateNoWindow = true;\n\n\n                    conv.StartInfo.FileName = Path.Combine(toolsPath, \"tga2png.exe\");\n                    conv.StartInfo.Arguments = $\"-i \\\"{pat}\\\" -o \\\"{Path.Combine(tempPath, \"image\")}\\\"\";\n\n                    conv.Start();\n                    conv.WaitForExit();\n\n                    foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, \"image\"), \"*.png\"))\n                    {\n                        copy = sFile;\n                    }\n                }\n            }\n            else\n            {\n                copy = pat;\n            }\n\n\n\n\n            BitmapImage image = new BitmapImage();\n            image.BeginInit();\n            image.CacheOption = BitmapCacheOption.OnLoad;\n            image.UriSource = new Uri(copy, UriKind.Absolute);\n            image.EndInit();\n            image.Freeze();\n            img.Source = image;\n\n            if (path == \"Added via Config\")\n            {\n                File.Delete(pat);\n            }\n        }\n\n        public void Dispose()\n        {\n           \n        }\n\n        private void Canc_Click(object sender, RoutedEventArgs e)\n        {\n            bitmap.UriSource = null;\n            Close();\n\n        }\n\n        private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)\n        {\n            (FindResource(\"mvm\") as MainViewModel).mw.Topmost = true;\n        }\n\n        private void wind_Closed(object sender, EventArgs e)\n        {\n            (FindResource(\"mvm\") as MainViewModel).mw.Topmost = false;\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            int a = 1;\n            if (drc) a = 2;\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            switch (mvm.GameConfiguration.Console)\n            {\n                case GameBaseClassLibrary.GameConsoles.NDS:\n                case GameBaseClassLibrary.GameConsoles.NES:\n                case GameBaseClassLibrary.GameConsoles.SNES:\n                case GameBaseClassLibrary.GameConsoles.MSX:\n                    (mvm.Thing as OtherConfigs).clearImages(a);\n                    break;\n                case GameBaseClassLibrary.GameConsoles.GBA:\n                    (mvm.Thing as GBA).clearImages(a);\n                    break;\n                case GameBaseClassLibrary.GameConsoles.WII:\n                    if (mvm.test == GameBaseClassLibrary.GameConsoles.GCN)\n                    {\n                        (mvm.Thing as GCConfig).clearImages(a);\n                    }\n                    else\n                    {\n                        (mvm.Thing as WiiConfig).clearImages(a);\n                    }\n                    break;\n                case GameBaseClassLibrary.GameConsoles.N64:\n                    (mvm.Thing as N64Config).clearImages(a);\n                    break;\n                case GameBaseClassLibrary.GameConsoles.TG16:\n                    (mvm.Thing as TurboGrafX).clearImages(a);\n                    break;\n            }\n            Close();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/IMG_Message.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.IMG_Message\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n      xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n       xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"MAIN\" Height=\"250\" Width=\"490\" MinHeight=\"250\" MinWidth=\"490\" MaxHeight=\"250\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" MaxWidth=\"490\" WindowStyle=\"None\" WindowStartupLocation=\"CenterOwner\" Foreground=\"White\" Background=\"LightGray\" ResizeMode=\"NoResize\" Icon=\"/UWUVCI AIO WPF;component/a.ico\" Name=\"wind\" SizeToContent=\"WidthAndHeight\" BorderBrush=\"#FF2196F3\" BorderThickness=\"1.5,1.5,1.5,1.5\" ShowInTaskbar=\"False\" Closing=\"wind_Closing\" Closed=\"wind_Closed\">\n\n    <Grid>\n        <Grid.RowDefinitions>\n            <RowDefinition Height=\"29*\"/>\n            <RowDefinition Height=\"150*\"/>\n            <RowDefinition Height=\"49*\"/>\n            <RowDefinition Height=\"18*\"/>\n        </Grid.RowDefinitions>\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"7,2,0,0\" TextWrapping=\"Wrap\" VerticalAlignment=\"Top\" Height=\"32\" Width=\"463\" FontSize=\"15\" Foreground=\"Black\" Name=\"Title\" Grid.Row=\"0\" FontWeight=\"Bold\" Text=\"Do you want to use these BootImages?\" Grid.RowSpan=\"2\"/>\n        <Image Margin=\"352,15,10,8\" Grid.Row=\"1\" Source=\"/UWUVCI AIO WPF;component/UI/Images/iconborder.png\" Name=\"icb\"/>\n        <Image Name=\"icon\" Margin=\"354,17,12,10\" Grid.Row=\"1\" />\n\n        <Image  Grid.Column=\"0\" Margin=\"9,17,155,2\" Grid.Row=\"1\" Grid.RowSpan=\"2\" Source=\"/UWUVCI AIO WPF;component/UI/Images/tvborder.png\" Name=\"tvb\"/>\n        <Image Name=\"tv\" Grid.Column=\"0\" Margin=\"15,18,160,3\" Grid.Row=\"1\" Grid.RowSpan=\"2\"/>\n\n        <Button Content=\"Yes\" HorizontalAlignment=\"Left\" Margin=\"354,14,0,0\" VerticalAlignment=\"Top\" Width=\"53\" Click=\"Yes_Click\" RenderTransformOrigin=\"0.5,0.5\" Grid.Row=\"2\"/>\n        <Button Content=\"No\" HorizontalAlignment=\"Left\" Margin=\"423,14,0,0\" VerticalAlignment=\"Top\" Width=\"53\" Click=\"Canc_Click\" RenderTransformOrigin=\"0.5,0.5\" Grid.Row=\"2\"/>\n        <Label Content=\"bootTvTex\" HorizontalAlignment=\"Left\" Margin=\"10,26,0,0\" VerticalAlignment=\"Top\" Grid.RowSpan=\"2\" Height=\"24\" Width=\"62\" Name=\"tvl\"/>\n        <Label Content=\"iconTex\" HorizontalAlignment=\"Left\" Margin=\"354,26,0,0\" VerticalAlignment=\"Top\" Grid.RowSpan=\"2\" Height=\"24\" Width=\"47\" Name=\"icl\"/>\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"145,81,0,0\" TextWrapping=\"Wrap\" VerticalAlignment=\"Top\" Height=\"32\" Width=\"196\" FontSize=\"15\" Foreground=\"Black\"  Grid.Row=\"1\" FontWeight=\"Bold\" Text=\"Cannot display TGA Images\" Name=\"tgtv\" Visibility=\"Hidden\"/>\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"369,65,0,0\" TextWrapping=\"Wrap\" VerticalAlignment=\"Top\" Height=\"32\" Width=\"92\" FontSize=\"11\" Foreground=\"Black\" Grid.Row=\"1\" FontWeight=\"Bold\" Text=\"Cannot display TGA Images\" Name=\"tgic\" Visibility=\"Hidden\"/>\n\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/IMG_Message.xaml.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System;\nusing System.IO;\nusing System.Net;\nusing System.Windows;\nusing System.Windows.Media.Imaging;\nusing UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations;\nusing Path = System.IO.Path;\nusing Rectangle = System.Drawing.Rectangle;\nusing System.Runtime.InteropServices;\nusing PixelFormat = System.Windows.Media.PixelFormat;\nusing Pfim;\nusing System.Windows.Media;\nusing System.Collections.Generic;\nusing System.Drawing;\nusing Image = System.Windows.Controls.Image;\nusing UWUVCI_AIO_WPF.Helpers;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für IMG_Message.xaml\n    /// </summary>\n    public partial class IMG_Message : Window\n    {\n        string ic = \"\";\n        string tvs = \"\";\n        string repoid = \"\";\n        string icback = \"\";\n        string tvback = \"\";\n        private static List<GCHandle> handles = new List<GCHandle>();\n        public IMG_Message(string icon, string tv, string repoid)\n        {\n            try\n            {\n                if (Owner != null)\n                {\n                    if (Owner?.GetType() != typeof(MainWindow))\n                    {\n                        WindowStartupLocation = WindowStartupLocation.CenterScreen;\n                    }\n\n                }\n\n\n            }\n            catch (Exception)\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n\n            InitializeComponent();\n\n            ic = icon;\n            tvs = tv;\n            if (ic.Contains(\"tga\"))\n            {\n                icb.Visibility = Visibility.Hidden;\n                icl.Visibility = Visibility.Hidden;\n                //tgic.Visibility = Visibility.Visible;\n            }\n            if (tvs.Contains(\"tga\"))\n            {\n                tvb.Visibility = Visibility.Hidden;\n                tvl.Visibility = Visibility.Hidden;\n                tgtv.Visibility = Visibility.Visible;\n            }\n\n\n            this.icon.Source = GetRepoImages(icon);\n            this.tv.Source = GetRepoImages(tv);\n            this.repoid = repoid;\n        }\n\n        private BitmapImage GetRepoImages(string imageURL)\n        {\n            BitmapImage bitmap = new BitmapImage();\n            try\n            {\n                var webRequest = (HttpWebRequest)WebRequest.Create(new Uri(imageURL, UriKind.Absolute));\n                webRequest.AllowWriteStreamBuffering = true;\n                webRequest.Timeout = 30000;\n\n                var webReponse = webRequest.GetResponse();\n                var stream = webReponse.GetResponseStream();\n\n                if (!imageURL.EndsWith(\".tga\"))\n                {\n                    var image = System.Drawing.Image.FromStream(stream);\n\n                    using (var graphics = Graphics.FromImage(image))\n                    {\n                        graphics.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubic;\n                        graphics.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;\n                        graphics.CompositingQuality = System.Drawing.Drawing2D.CompositingQuality.HighQuality;\n                        graphics.PixelOffsetMode = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;\n                        graphics.DrawImage(image, new Rectangle(0, 0, image.Width, image.Height), new Rectangle(0, 0, image.Width, image.Height), GraphicsUnit.Pixel);\n                    }\n\n                    using (var memory = new MemoryStream())\n                    {\n                        image.Save(memory, System.Drawing.Imaging.ImageFormat.Png);\n                        memory.Position = 0;\n\n                        bitmap.BeginInit();\n                        bitmap.StreamSource = memory;\n                        bitmap.CacheOption = BitmapCacheOption.OnLoad;\n                        bitmap.EndInit();\n                    }\n                }\n                else\n                {\n                    //This code doesn't work\n                    /* \n                    var image = Pfim.Pfim.FromStream(stream);\n                    foreach (var im in WpfImage(image))\n                    {\n                        var encoder = new PngBitmapEncoder();\n                        using (var memory = new MemoryStream())\n                        {\n                            BitmapSource bitmapSource = (BitmapSource)im.Source;\n                            encoder.Frames.Add(BitmapFrame.Create(bitmapSource));\n                            encoder.Save(memory);\n                            memory.Position = 0;\n\n                            bitmap.BeginInit();\n                            bitmap.StreamSource = memory;\n                            bitmap.CacheOption = BitmapCacheOption.OnLoad;\n                            bitmap.EndInit();\n                        }\n                    }\n                    */\n\n                    //using old method for .tga\n                    bitmap.BeginInit();\n                    bitmap.UriSource = new Uri(imageURL, UriKind.Absolute);\n                    bitmap.EndInit();\n                }\n            }\n            catch\n            {\n                //something broke, so yolo we go with the old method!\n                bitmap.BeginInit();\n                bitmap.UriSource = new Uri(imageURL, UriKind.Absolute);\n                bitmap.EndInit();\n            }\n            return bitmap;\n        }\n\n        private static PixelFormat PixelFormat(IImage image)\n        {\n            switch (image.Format)\n            {\n                case ImageFormat.Rgb24:\n                    return PixelFormats.Bgr24;\n                case ImageFormat.Rgba32:\n                    return PixelFormats.Bgra32;\n                case ImageFormat.Rgb8:\n                    return PixelFormats.Gray8;\n                case ImageFormat.R5g5b5a1:\n                case ImageFormat.R5g5b5:\n                    return PixelFormats.Bgr555;\n                case ImageFormat.R5g6b5:\n                    return PixelFormats.Bgr565;\n                default:\n                    Logger.Log($\"Unable to convert {image.Format} to WPF PixelFormat\");\n                    throw new Exception($\"Unable to convert {image.Format} to WPF PixelFormat\");\n            }\n        }\n\n        private static IEnumerable<Image> WpfImage(IImage image)\n        {\n            var pinnedArray = GCHandle.Alloc(image.Data, GCHandleType.Pinned);\n            var addr = pinnedArray.AddrOfPinnedObject();\n            var bsource = BitmapSource.Create(image.Width, image.Height, 96.0, 96.0,\n                PixelFormat(image), null, addr, image.DataLen, image.Stride);\n\n            handles.Add(pinnedArray);\n            yield return new Image\n            {\n                Source = bsource,\n                Width = image.Width,\n                Height = image.Height,\n                MaxHeight = image.Height,\n                MaxWidth = image.Width,\n                Margin = new Thickness(4),\n            };\n\n            foreach (var mip in image.MipMaps)\n            {\n                var mipAddr = addr + mip.DataOffset;\n                var mipSource = BitmapSource.Create(mip.Width, mip.Height, 96.0, 96.0,\n                    PixelFormat(image), null, mipAddr, mip.DataLen, mip.Stride);\n                yield return new Image\n                {\n                    Source = mipSource,\n                    Width = mip.Width,\n                    Height = mip.Height,\n                    MaxHeight = mip.Height,\n                    MaxWidth = mip.Width,\n                    Margin = new Thickness(4)\n                };\n            }\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            Close();\n        }\n\n        private void Canc_Click(object sender, RoutedEventArgs e)\n        {\n            Close();\n\n        }\n\n        private void Yes_Click(object sender, RoutedEventArgs e)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            var client = new WebClient();\n            if (Directory.Exists(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\")))\n            {\n                Directory.Delete(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\"), true);\n            }\n            Directory.CreateDirectory(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\"));\n            client.DownloadFile(ic, Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"iconTex.{ic.Split('.')[3]}\"));\n            mvm.GameConfiguration.TGAIco.ImgPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"iconTex.{ic.Split('.')[3]}\");\n            mvm.GameConfiguration.TGAIco.extension = $\".{ic.Split('.')[3]}\";\n            if (mvm.test == GameBaseClassLibrary.GameConsoles.GCN)\n            {\n                (mvm.Thing as GCConfig).icoIMG.Visibility = Visibility.Visible;\n            }\n            else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.WII)\n            {\n                (mvm.Thing as WiiConfig).icoIMG.Visibility = Visibility.Visible;\n            }\n            else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.N64)\n            {\n                (mvm.Thing as N64Config).icoIMG.Visibility = Visibility.Visible;\n            }\n            else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.GBA)\n            {\n                (mvm.Thing as GBA).icoIMG.Visibility = Visibility.Visible;\n            }\n            else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.TG16)\n            {\n                (mvm.Thing as TurboGrafX).icoIMG.Visibility = Visibility.Visible;\n            }\n            else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.NDS || mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.SNES || mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.NES || mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.MSX)\n            {\n                (mvm.Thing as OtherConfigs).icoIMG.Visibility = Visibility.Visible;\n            }\n            client.DownloadFile(tvs, Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootTvTex.{tvs.Split('.')[3]}\"));\n            mvm.GameConfiguration.TGATv.ImgPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootTvTex.{tvs.Split('.')[3]}\");\n            mvm.GameConfiguration.TGATv.extension = $\".{tvs.Split('.')[3]}\";\n            if (mvm.test == GameBaseClassLibrary.GameConsoles.GCN)\n            {\n                (mvm.Thing as GCConfig).tvIMG.Visibility = Visibility.Visible;\n                (mvm.Thing as GCConfig).imgpath(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"iconTex.{ic.Split('.')[3]}\"), Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootTvTex.{tvs.Split('.')[3]}\"));\n\n            }\n            else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.WII)\n            {\n                (mvm.Thing as WiiConfig).tvIMG.Visibility = Visibility.Visible;\n                (mvm.Thing as WiiConfig).imgpath(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"iconTex.{ic.Split('.')[3]}\"), Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootTvTex.{tvs.Split('.')[3]}\"));\n\n            }\n            else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.N64)\n            {\n                (mvm.Thing as N64Config).tvIMG.Visibility = Visibility.Visible;\n                (mvm.Thing as N64Config).imgpath(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"iconTex.{ic.Split('.')[3]}\"), Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootTvTex.{tvs.Split('.')[3]}\"));\n\n            }\n            else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.GBA)\n            {\n                (mvm.Thing as GBA).tvIMG.Visibility = Visibility.Visible;\n                (mvm.Thing as GBA).imgpath(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"iconTex.{ic.Split('.')[3]}\"), Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootTvTex.{tvs.Split('.')[3]}\"));\n            }\n            else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.TG16)\n            {\n                (mvm.Thing as TurboGrafX).tvIMG.Visibility = Visibility.Visible;\n                (mvm.Thing as TurboGrafX).imgpath(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"iconTex.{ic.Split('.')[3]}\"), Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootTvTex.{tvs.Split('.')[3]}\"));\n            }\n            else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.NDS || mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.SNES || mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.NES || mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.MSX)\n            {\n                (mvm.Thing as OtherConfigs).tvIMG.Visibility = Visibility.Visible;\n                (mvm.Thing as OtherConfigs).imgpath(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"iconTex.{ic.Split('.')[3]}\"), Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootTvTex.{tvs.Split('.')[3]}\"));\n\n            }\n            /* if(mvm.test == GameConsoles.GCN)\n             {\n                 checkForAdditionalFiles(GameConsoles.GCN);\n             }\n             else\n             {\n                 checkForAdditionalFiles(mvm.GameConfiguration.Console);\n             }*/\n\n            Close();\n        }\n        private void checkForAdditionalFiles(GameConsoles console)\n        {\n            if (!Directory.Exists(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\")))\n            {\n                Directory.CreateDirectory(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\"));\n            }\n            bool ini = false;\n            bool btsnd = false;\n            string inip = \"\";\n            string btsndp = \"\";\n            string exten = \"\";\n            string linkbase = \"https://raw.githubusercontent.com/UWUVCI-PRIME/UWUVCI-IMAGES/master/\";\n            if (console == GameConsoles.N64)\n            {\n                if (RemoteFileExists(linkbase + repoid + \"/game.ini\"))\n                {\n                    ini = true;\n                    inip = linkbase + repoid + \"/game.ini\";\n                }\n            }\n            string[] ext = { \"wav\", \"mp3\", \"btsnd\" };\n            foreach (var e in ext)\n            {\n                if (RemoteFileExists(linkbase + repoid + \"/BootSound.\" + e))\n                {\n                    btsnd = true;\n                    btsndp = linkbase + repoid + \"/BootSound.\" + e;\n                    exten = e;\n                    break;\n                }\n            }\n            if (ini || btsnd)\n            {\n                string extra = \"There are more additional files found. Do you want to download those?\";\n                if (ini && !btsnd) { extra = \"There is an additional INI file available for Dowload. Do you want to dowload it?\"; }\n                if (!ini && btsnd) { extra = \"There is an additional BootSound file available for Dowload. Do you want to dowload it?\"; }\n                if (ini && btsnd) { extra = \"There is an adittional INI and BootSound file available for Dowload. Do you want to download those?\"; }\n                MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n                Custom_Message cm = new Custom_Message(\"Found additional Files\", extra);\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.ShowDialog();\n                if (mvm.addi)\n                {\n                    var client = new WebClient();\n                    if (ini)\n                    {\n                        client.DownloadFile(inip, Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", \"game.ini\"));\n                        (mvm.Thing as N64Config).ini.Text = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", \"game.ini\");\n                        mvm.GameConfiguration.N64Stuff.INIPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", \"game.ini\");\n                    }\n                    if (btsnd)\n                    {\n                        client.DownloadFile(btsndp, Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\"));\n                        mvm.BootSound = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\");\n                        switch (console)\n                        {\n                            case GameConsoles.NDS:\n                                (mvm.Thing as OtherConfigs).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\");\n                                break;\n                            case GameConsoles.GBA:\n                                (mvm.Thing as GBA).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\");\n                                break;\n                            case GameConsoles.N64:\n                                (mvm.Thing as N64Config).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\");\n                                break;\n                            case GameConsoles.WII:\n                                if (mvm.test == GameConsoles.GCN)\n                                {\n                                    (mvm.Thing as GCConfig).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\");\n                                }\n                                else\n                                {\n                                    (mvm.Thing as WiiConfig).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\");\n                                }\n                                break;\n\n                        }\n                    }\n                    mvm.addi = false;\n                }\n            }\n        }\n        public void checkForAdditionalFiles(GameConsoles console, string repoid)\n        {\n            if (!Directory.Exists(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\")))\n            {\n                Directory.CreateDirectory(Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\"));\n            }\n            bool ini = false;\n            bool btsnd = false;\n            string inip = \"\";\n            string btsndp = \"\";\n            string exten = \"\";\n            string linkbase = \"https://raw.githubusercontent.com/UWUVCI-PRIME/UWUVCI-IMAGES/master/\";\n            if (console == GameConsoles.N64)\n            {\n                if (RemoteFileExists(linkbase + repoid + \"/game.ini\"))\n                {\n                    ini = true;\n                    inip = linkbase + repoid + \"/game.ini\";\n                }\n            }\n            string[] ext = { \"wav\", \"mp3\", \"btsnd\" };\n            foreach (var e in ext)\n            {\n                if (RemoteFileExists(linkbase + repoid + \"/BootSound.\" + e))\n                {\n                    btsnd = true;\n                    btsndp = linkbase + repoid + \"/BootSound.\" + e;\n                    exten = e;\n                    break;\n                }\n            }\n            if (ini || btsnd)\n            {\n                string extra = \"There are more additional files found. Do you want to download those?\";\n                if (ini && !btsnd) { extra = \"There is an additional INI file available for Dowload. Do you want to dowload it?\"; }\n                if (!ini && btsnd) { extra = \"There is an additional BootSound file available for Dowload. Do you want to dowload it?\"; }\n                if (ini && btsnd) { extra = \"There is an adittional INI and BootSound file available for Dowload. Do you want to download those?\"; }\n                MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n                Custom_Message cm = new Custom_Message(\"Found additional Files\", extra);\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n\n                }\n                cm.ShowDialog();\n                if (mvm.addi)\n                {\n                    var client = new WebClient();\n                    if (ini)\n                    {\n                        client.DownloadFile(inip, Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", \"game.ini\"));\n                        (mvm.Thing as N64Config).ini.Text = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", \"game.ini\");\n                        mvm.GameConfiguration.N64Stuff.INIPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", \"game.ini\");\n                    }\n                    if (btsnd)\n                    {\n                        client.DownloadFile(btsndp, Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\"));\n                        mvm.BootSound = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\");\n                        switch (console)\n                        {\n                            case GameConsoles.NDS:\n                                (mvm.Thing as OtherConfigs).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\");\n                                break;\n                            case GameConsoles.GBA:\n                                (mvm.Thing as GBA).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\");\n                                break;\n                            case GameConsoles.N64:\n                                (mvm.Thing as N64Config).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\");\n                                break;\n                            case GameConsoles.WII:\n                                if (mvm.test == GameConsoles.GCN)\n                                {\n                                    (mvm.Thing as GCConfig).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\");\n                                }\n                                else\n                                {\n                                    (mvm.Thing as WiiConfig).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"repo\", $\"bootSound.{exten}\");\n                                }\n                                break;\n\n                        }\n                    }\n                    mvm.addi = false;\n                }\n            }\n        }\n        private bool RemoteFileExists(string url)\n        {\n            try\n            {\n                HttpWebRequest request = WebRequest.Create(url) as HttpWebRequest;\n                request.Method = \"HEAD\";\n                using (HttpWebResponse response = request.GetResponse() as HttpWebResponse)\n                    return (response.StatusCode == HttpStatusCode.OK);\n            }\n            catch\n            {\n                return false;\n            }\n        }\n        private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)\n        {\n            (FindResource(\"mvm\") as MainViewModel).mw.Topmost = true;\n        }\n\n        private void wind_Closed(object sender, EventArgs e)\n        {\n            (FindResource(\"mvm\") as MainViewModel).mw.Topmost = false;\n        }\n    }\n}"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/ImageCreator - Kopieren - Kopieren (2).xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.asd\"\n         xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n       xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"ImageCreator\" Height=\"240\" Width=\"622.019\" Foreground=\"White\" Background=\"LightGray\" ResizeMode=\"NoResize\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" Icon=\"/UWUVCI AIO WPF;component/b.ico\" Name=\"wind\" SizeToContent=\"WidthAndHeight\" BorderBrush=\"#FF2196F3\" BorderThickness=\"1.5,1.5,1.5,1.5\" ShowInTaskbar=\"False\" WindowStyle=\"None\" Loaded=\"wind_Loaded\" WindowStartupLocation=\"CenterOwner\" MaxHeight=\"240\">\n    <Grid Margin=\"0,0,-4,0\">\n        <Grid.ColumnDefinitions>\n            <ColumnDefinition Width=\"160\"/>\n            <ColumnDefinition Width=\"275\"/>\n        </Grid.ColumnDefinitions>\n\n        <Label Margin=\"0,0,353,0\"></Label>\n        <Label Height=\"9\" Margin=\"0,0,353,0\"></Label>\n        <Label Margin=\"0,0,353,0\"></Label>\n\n\n\n\n        <Image HorizontalAlignment=\"Left\" Height=\"128\"  VerticalAlignment=\"Top\" Width=\"128\" Name=\"Image\" Margin=\"18,49,0,0\"/>\n\n\n\n        <Button Content=\"Select File\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"340,21,-163,0\" VerticalAlignment=\"Top\" Width=\"99\" Name=\"FileSelect\" Click=\"FileSelect_Click\" TabIndex=\"1\" />\n        <Label Content=\"Overlay:\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"112,95,0,0\" VerticalAlignment=\"Top\"/>\n        <RadioButton Content=\"Enabled\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"197,99,0,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"ov\" Name=\"enOv\" Click=\"enOv_Click\" IsChecked=\"True\" TabIndex=\"2\"/>\n        <RadioButton Content=\"Disabled\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"286,99,-78,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"ov\" Click=\"enOv_Click\" TabIndex=\"3\"/>\n        <Button Content=\"Cancel\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"340,186,-163,0\" Width=\"99\" Click=\"Button_Click\" Height=\"32\" VerticalAlignment=\"Top\" TabIndex=\"5\"/>\n        <Button Content=\"Finish\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"195,186,-18,0\" VerticalAlignment=\"Top\" Width=\"99\" Name=\"Finish\" Click=\"Finish_Click\" TabIndex=\"4\"/>\n        <Border  BorderThickness=\"1.5,1.5,1.5,1.5\" BorderBrush=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"129\" VerticalAlignment=\"Top\" Width=\"129\" Margin=\"18,48,0,0\">\n\n        </Border>\n        <StackPanel HorizontalAlignment=\"Left\" Height=\"32\" Margin=\"14,327,0,0\" VerticalAlignment=\"Top\" Width=\"481\" Orientation=\"Horizontal\" Name=\"snesonly\" Visibility=\"Hidden\">\n            <Label Content=\"Style:\" Width=\"50\" Margin=\"0,4,0,-4\"></Label>\n\n            <RadioButton Content=\"SNES - PAL\" GroupName=\"snes\" Name=\"pal\" IsChecked=\"True\" Click=\"pal_Click\" Foreground=\"Black\" Width=\"100\" Margin=\"0,6,0,-6\"/>\n            <RadioButton Content=\"SNES - NTSC\" GroupName=\"snes\" Click=\"pal_Click\" Foreground=\"Black\" Margin=\"0,6,0,-6\" Width=\"107\" />\n            <RadioButton Content=\"Super Famicom\" GroupName=\"snes\" Click=\"RadioButton_Click\" Foreground=\"Black\" Margin=\"0,6,0,-6\"/>\n            <ComboBox Margin=\"0,2\" Width=\"169\" Name=\"combo\" SelectionChanged=\"combo_SelectionChanged\" Foreground=\"Black\" Visibility=\"Hidden\" ></ComboBox>\n        </StackPanel>\n        <Label Content=\" bootTvTex\" x:Name=\"imageName\" Margin=\"14,25,14,148\" Visibility=\"Hidden\"/>\n        <Label Content=\"Overlay:\" HorizontalAlignment=\"Left\" Margin=\"21,188,0,0\" VerticalAlignment=\"Top\"/>\n        <RadioButton Content=\"Wii\" HorizontalAlignment=\"Left\" Margin=\"82,192,0,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"ov\" x:Name=\"enOv_Copy\" Click=\"enOv_Click\" IsChecked=\"True\" TabIndex=\"2\"/>\n        <RadioButton Content=\"WiiWare\" HorizontalAlignment=\"Left\" Margin=\"148,192,0,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"ov\" Click=\"enOv_Click\" TabIndex=\"3\" Grid.ColumnSpan=\"2\"/>\n        <RadioButton Content=\"Homebrew\" HorizontalAlignment=\"Left\" Margin=\"82,192,0,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"ov\" Click=\"enOv_Click\" TabIndex=\"3\" Grid.Column=\"1\"/>\n        <Label Content=\" ICON IMAGE\" x:Name=\"imageName_Copy\" Margin=\"14,25,14,148\"/>\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/ImageCreator - Kopieren - Kopieren (2).xaml.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.Drawing;\nusing System.Drawing.Drawing2D;\nusing System.Drawing.Imaging;\nusing System.IO;\nusing System.Text.RegularExpressions;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Input;\nusing System.Windows.Media.Imaging;\nusing UWUVCI_AIO_WPF.Classes;\nusing Path = System.IO.Path;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für ImageCreator.xaml\n    /// </summary>  \n\n    public partial class asd : Window, IDisposable\n    {\n        private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"temp\");\n        private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"Tools\");\n        MenuIconImage bi = new MenuIconImage();\n        Bitmap b;\n        string console = \"other\";\n        bool drc = false;\n\n        public asd()\n        {\n            InitializeComponent();\n            imageName.Content = \"iconTex\";\n            SetTemplate();\n        }\n        public asd(string name) \n        {\n            InitializeComponent();\n            console = name;\n            imageName.Content = \"iconTex\";\n            SetTemplate();\n        }\n\n        private void SetTemplate()\n        {\n            if(console == \"WII\")\n            {\n                bi.Frame = new Bitmap(Properties.Resources.WiiIcon);\n            }\n            else\n            {\n                bi.Frame = new Bitmap(Properties.Resources.Icon);\n            }\n         \n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            Close();\n        }\n\n        private void FileSelect_Click(object sender, RoutedEventArgs e)\n        {\n            string file = \"\";\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n           file = mvm.GetFilePath(false, false);\n            if(!string.IsNullOrEmpty(file))\n            {\n      \n                string copy = \"\";\n                if (new FileInfo(file).Extension.Contains(\"tga\"))\n                {\n                    using (Process conv = new Process())\n                    {\n\n                        conv.StartInfo.UseShellExecute = false;\n                        conv.StartInfo.CreateNoWindow = true;\n                        if (Directory.Exists(Path.Combine(tempPath, \"image\")))\n                        {\n                            Directory.Delete(Path.Combine(tempPath, \"image\"), true);\n                        }\n                        Directory.CreateDirectory(Path.Combine(tempPath, \"image\"));\n                        conv.StartInfo.FileName = Path.Combine(toolsPath, \"tga2png.exe\");\n                        conv.StartInfo.Arguments = $\"-i \\\"{file}\\\" -o \\\"{Path.Combine(tempPath, \"image\")}\\\"\";\n\n                        conv.Start();\n                        conv.WaitForExit();\n\n                        foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, \"image\"), \"*.png\"))\n                        {\n                            copy = sFile;\n                        }\n                    }\n                }\n                else\n                {\n                    copy = file;\n                }\n                try\n                {\n                    bi.TitleScreen = new Bitmap(copy);\n                    b = bi.Create(console);\n                    Image.Source = BitmapToImageSource(b);\n                }\n                catch\n                {\n                    Custom_Message cm = new Custom_Message(\"Image Issue\", \"The image you're trying to use will not work, please try a different image.\");\n                    try\n                    {\n                        cm.Owner = mvm.mw;\n                    }\n                    catch (Exception)\n                    {\n                        //left empty on purpose\n                    }\n                    cm.ShowDialog();\n                }\n            }\n        }\n\n        private void Finish_Click(object sender, RoutedEventArgs e)\n        {\n            if (!Directory.Exists(@\"bin\\createdIMG\"))\n            {\n                Directory.CreateDirectory(@\"bin\\createdIMG\");\n            }\n            if(File.Exists(Path.Combine(@\"bin\\createdIMG\", imageName.Content + \".png\")))\n            {\n                File.Delete(Path.Combine(@\"bin\\createdIMG\", imageName.Content + \".png\"));\n            }\n            if (drc)\n            {\n                b = ResizeImage(b, 854, 480);\n\n            }\n            \n                b.Save(Path.Combine(@\"bin\\createdIMG\", imageName.Content + \".png\"));\n            \n           \n            Close();\n        }\n\n        private void TextBox_PreviewKeyDown(object sender, System.Windows.Input.KeyEventArgs e)\n        {\n\n        }\n\n        private void TextBox_PreviewTextInput(object sender, TextCompositionEventArgs e)\n        {\n            e.Handled = !IsTextAllowed(e.Text);\n        }\n\n        private static readonly Regex _regex = new Regex(\"[^0-9]+\"); //regex that matches disallowed text\n        private static bool IsTextAllowed(string text)\n        {\n            return !_regex.IsMatch(text);\n        }\n        private void TextBoxPasting(object sender, DataObjectPastingEventArgs e)\n        {\n            if (e.DataObject.GetDataPresent(typeof(string)))\n            {\n                string text = (string)e.DataObject.GetData(typeof(string));\n                if (!IsTextAllowed(text))\n                {\n                    e.CancelCommand();\n                }\n            }\n            else\n            {\n                e.CancelCommand();\n            }\n        }\n\n        private void wind_Loaded(object sender, RoutedEventArgs e)\n        {\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n        BitmapImage BitmapToImageSource(Bitmap bitmap)\n        {\n            using (MemoryStream memory = new MemoryStream())\n            {\n                bitmap.Save(memory, ImageFormat.Bmp);\n                memory.Position = 0;\n                BitmapImage bitmapimage = new BitmapImage();\n                bitmapimage.BeginInit();\n                bitmapimage.StreamSource = memory;\n                bitmapimage.CacheOption = BitmapCacheOption.OnLoad;\n                bitmapimage.EndInit();\n\n                return bitmapimage;\n            }\n        }\n\n        \n\n        private void enOv_Click(object sender, RoutedEventArgs e)\n        {\n            if(enOv.IsChecked == true)\n            {\n               \n                b = bi.Create(console);\n                Image.Source = BitmapToImageSource(b);\n            }\n            else\n            {\n                \n                if(bi.TitleScreen != null)\n                {\n                    b = ResizeImage(bi.TitleScreen, 128, 128); Image.Source = BitmapToImageSource(b);\n                }\n                else\n                {\n                    b = new Bitmap(1280, 720);\n                    using (Graphics gfx = Graphics.FromImage(b))\n                    using (SolidBrush brush = new SolidBrush(Color.FromArgb(0, 0, 0)))\n                    {\n                        gfx.FillRectangle(brush, 0, 0, 128, 128);\n                    }\n                    Image.Source = BitmapToImageSource(b);\n                }\n            }\n        }\n        public static Bitmap ResizeImage(System.Drawing.Image image, int width, int height)\n        {\n            var destRect = new System.Drawing.Rectangle(0, 0, width, height);\n            var destImage = new Bitmap(width, height);\n\n            destImage.SetResolution(image.HorizontalResolution, image.VerticalResolution);\n\n            using (var graphics = Graphics.FromImage(destImage))\n            {\n                graphics.CompositingMode = CompositingMode.SourceCopy;\n                graphics.CompositingQuality = CompositingQuality.HighQuality;\n                graphics.InterpolationMode = InterpolationMode.HighQualityBicubic;\n                graphics.SmoothingMode = SmoothingMode.HighQuality;\n                graphics.PixelOffsetMode = PixelOffsetMode.HighQuality;\n\n                using (var wrapMode = new ImageAttributes())\n                {\n                    wrapMode.SetWrapMode(WrapMode.TileFlipXY);\n                    graphics.DrawImage(image, destRect, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel, wrapMode);\n                }\n            }\n\n            return destImage;\n        }\n\n        void DrawImage()\n        {\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n\n        private void Players_KeyDown(object sender, System.Windows.Input.KeyEventArgs e)\n        {\n            \n        }\n\n        private void Players_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            DrawImage();\n        }\n\n        public void Dispose()\n        {\n         \n        }\n\n        private void combo_SelectionChanged(object sender, SelectionChangedEventArgs e)\n        {\n            if (combo.SelectedIndex == 0)\n            {\n                bi.Frame = Properties.Resources.SNES_PAL;\n\n            }\n            else if(combo.SelectedIndex == 1)\n            {\n                bi.Frame = Properties.Resources.SNES_USA;\n            }\n            else\n            {\n                bi.Frame = Properties.Resources.SFAM;\n            }\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n\n        private void pal_Click(object sender, RoutedEventArgs e)\n        {\n            if(pal.IsChecked == true)\n            {\n                bi.Frame = Properties.Resources.SNES_PAL;\n\n            }\n            else\n            {\n                bi.Frame = Properties.Resources.SNES_USA;\n            }\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n\n        private void RadioButton_Click(object sender, RoutedEventArgs e)\n        {\n            bi.Frame = Properties.Resources.SFAM;\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n\n        private void PLDi_Click(object sender, RoutedEventArgs e)\n        {\n\n            DrawImage();\n        }\n\n        private void RLEn_Click(object sender, RoutedEventArgs e)\n        {\n           \n            DrawImage();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/ImageCreator - Kopieren - Kopieren.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.LogoCreator\"\n         xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n       xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"ImageCreator\" Height=\"204.054\" Width=\"467\" Foreground=\"White\" Background=\"LightGray\" ResizeMode=\"NoResize\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" Icon=\"/UWUVCI AIO WPF;component/b.ico\" Name=\"wind\" SizeToContent=\"WidthAndHeight\" BorderBrush=\"#FF2196F3\" BorderThickness=\"1.5,1.5,1.5,1.5\" ShowInTaskbar=\"False\" WindowStyle=\"None\" Loaded=\"wind_Loaded\" WindowStartupLocation=\"CenterOwner\" MaxHeight=\"200\" MinWidth=\"467\">\n    <Grid>\n        <Grid.ColumnDefinitions>\n            <ColumnDefinition Width=\"200\"/>\n            <ColumnDefinition Width=\"235\"/>\n        </Grid.ColumnDefinitions>\n\n        <Label Margin=\"0,0,353,0\"></Label>\n        <Label Height=\"9\" Margin=\"0,0,353,0\"></Label>\n        <Label Margin=\"0,0,353,0\"></Label>\n\n        <Image Height=\"42\"  VerticalAlignment=\"Top\" Name=\"Image\" Margin=\"18,49,13,0\" />\n        <Button Content=\"Cancel\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"151,154,-14,0\" Width=\"99\" Click=\"Button_Click\" Height=\"32\" VerticalAlignment=\"Top\" TabIndex=\"5\"/>\n        <Button Content=\"Finish\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"10,154,0,0\" VerticalAlignment=\"Top\" Width=\"99\" Name=\"Finish\" Click=\"Finish_Click\" TabIndex=\"4\"/>\n        <Border  BorderThickness=\"1.5,1.5,1.5,1.5\" BorderBrush=\"#FF2196F3\" Height=\"43\" VerticalAlignment=\"Top\" Margin=\"17,48,11,0\"/>\n\n        <Label Content=\" bootTvTex\" x:Name=\"imageName\" Margin=\"14,25,14,108\" Visibility=\"Hidden\"/>\n        <Button Content=\"Use File Instead\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"119,10,-14,0\" VerticalAlignment=\"Top\" Width=\"131\" x:Name=\"Finish_Copy\" Click=\"FileSelect_Click\" TabIndex=\"4\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"LOGO TEXT\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"  Margin=\"10,46,-16,110\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"12\" x:Name=\"t\" TextChanged=\"t_TextChanged\" TabIndex=\"3\" Grid.Column=\"1\" MaxLength=\"20\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"FONTSIZE\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"  Margin=\"10,97,-16,59\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"12\" x:Name=\"t_Copy\" TextChanged=\"t_Copy_TextChanged\" TabIndex=\"3\" Grid.Column=\"1\" MaxLength=\"2\" PreviewTextInput=\"TextBox_PreviewTextInput\" DataObject.Pasting=\"TextBoxPasting\"/>\n        <Label Content=\" LOGO IMAGE\" x:Name=\"imageName_Copy\" Margin=\"14,25,14,108\" />\n\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/ImageCreator - Kopieren - Kopieren.xaml.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.Drawing;\nusing System.IO;\nusing System.Text.RegularExpressions;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Input;\nusing System.Windows.Media.Imaging;\nusing UWUVCI_AIO_WPF.Classes;\nusing Path = System.IO.Path;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für ImageCreator.xaml\n    /// </summary>  \n\n    public partial class LogoCreator : Window, IDisposable\n    {\n        private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"temp\");\n        private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"Tools\");\n        BootLogoImage bi = new BootLogoImage();\n        Bitmap b;\n        string console = \"other\";\n        bool drc = false;\n        private bool _disposed;\n\n        public LogoCreator()\n        {\n            InitializeComponent();\n            imageName.Content = \"bootLogoTex\";\n            SetTemplate();\n            t_Copy.Text = \"18\";\n        }\n\n\n        private void SetTemplate()\n        {\n            bi.Frame = new Bitmap(Properties.Resources.bootLogoTex);\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            Close();\n        }\n\n        private void FileSelect_Click(object sender, RoutedEventArgs e)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n\n            string path = mvm.GetFilePath(false, false);\n            if (!CheckIfNull(path))\n            {\n                string copy = \"\";\n                if (new FileInfo(path).Extension.Contains(\"tga\"))\n                {\n                    using (Process conv = new Process())\n                    {\n\n                        conv.StartInfo.UseShellExecute = false;\n                        conv.StartInfo.CreateNoWindow = true;\n                        if (Directory.Exists(Path.Combine(tempPath, \"image\")))\n                        {\n                            Directory.Delete(Path.Combine(tempPath, \"image\"), true);\n                        }\n                        Directory.CreateDirectory(Path.Combine(tempPath, \"image\"));\n                        conv.StartInfo.FileName = Path.Combine(toolsPath, \"tga2png.exe\");\n                        conv.StartInfo.Arguments = $\"-i \\\"{path}\\\" -o \\\"{Path.Combine(tempPath, \"image\")}\\\"\";\n\n                        conv.Start();\n                        conv.WaitForExit();\n\n                        foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, \"image\"), \"*.png\"))\n                        {\n                            copy = sFile;\n                        }\n                    }\n                }\n                else\n                {\n                    copy = path;\n                }\n                try\n                {\n                    bi.Frame = new Bitmap(copy);\n                    b = bi.Create(\"\", 20);\n                    Image.Source = BitmapToImageSource(b);\n                }\n                catch\n                {\n                    Custom_Message cm = new Custom_Message(\"Image Issue\", \"The image you're trying to use will not work, please try a different image.\");\n                    try\n                    {\n                        cm.Owner = mvm.mw;\n                    }\n                    catch (Exception)\n                    {\n                        //left empty on purpose\n                    }\n                    cm.ShowDialog();\n                }\n            }\n\n        }\n        private bool CheckIfNull(string s)\n        {\n            if (s == null || s.Equals(string.Empty))\n            {\n                return true;\n            }\n            return false;\n        }\n        private void Finish_Click(object sender, RoutedEventArgs e)\n        {\n            if (!Directory.Exists(@\"bin\\createdIMG\"))\n            {\n                Directory.CreateDirectory(@\"bin\\createdIMG\");\n            }\n            if(File.Exists(Path.Combine(@\"bin\\createdIMG\", imageName.Content + \".png\")))\n            {\n                File.Delete(Path.Combine(@\"bin\\createdIMG\", imageName.Content + \".png\"));\n            }\n            \n            \n                b.Save(Path.Combine(@\"bin\\createdIMG\", imageName.Content + \".png\"));\n            \n           \n            Close();\n        }\n\n        private void TextBox_PreviewKeyDown(object sender, System.Windows.Input.KeyEventArgs e)\n        {\n\n        }\n\n        private void TextBox_PreviewTextInput(object sender, TextCompositionEventArgs e)\n        {\n            e.Handled = !IsTextAllowed(e.Text);\n        }\n\n        private static readonly Regex _regex = new Regex(\"[^0-9]+\"); //regex that matches disallowed text\n\n        private static bool IsTextAllowed(string text)\n        {\n            return !_regex.IsMatch(text);\n        }\n        private void TextBoxPasting(object sender, DataObjectPastingEventArgs e)\n        {\n            if (e.DataObject.GetDataPresent(typeof(string)))\n            {\n                string text = (string)e.DataObject.GetData(typeof(string));\n                if (!IsTextAllowed(text))\n                {\n                    e.CancelCommand();\n                }\n            }\n            else\n            {\n                e.CancelCommand();\n            }\n        }\n\n        private void wind_Loaded(object sender, RoutedEventArgs e)\n        {\n            b = bi.Create(t.Text, 20);\n            Image.Source = BitmapToImageSource(b);\n        }\n        BitmapImage BitmapToImageSource(Bitmap bitmap)\n        {\n            using (MemoryStream memory = new MemoryStream())\n            {\n                bitmap.Save(memory, System.Drawing.Imaging.ImageFormat.Bmp);\n                memory.Position = 0;\n                BitmapImage bitmapimage = new BitmapImage();\n                bitmapimage.BeginInit();\n                bitmapimage.StreamSource = memory;\n                bitmapimage.CacheOption = BitmapCacheOption.OnLoad;\n                bitmapimage.EndInit();\n\n                return bitmapimage;\n            }\n        }\n\n        \n\n        \n        \n        void DrawImage()\n        {\n            if(!bi.Frame.Equals(new Bitmap(Properties.Resources.bootLogoTex)))\n            {\n                bi.Frame = new Bitmap(Properties.Resources.bootLogoTex);\n            }\n            int fontsize = 18;\n            try\n            {\n                fontsize = Convert.ToInt32(t_Copy.Text);\n                if(fontsize == 0)\n                {\n                    fontsize = 1;\n                }\n            }\n            catch (Exception)\n            {\n                fontsize = 18;\n            }\n            b = bi.Create(t.Text, fontsize);\n            Image.Source = BitmapToImageSource(b);\n        }\n\n        private void Players_KeyDown(object sender, System.Windows.Input.KeyEventArgs e)\n        {\n            \n        }\n\n        private void Players_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            DrawImage();\n        }\n\n        public void Dispose()\n        {\n            Dispose(true);\n            GC.SuppressFinalize(this);\n        }\n\n        private void Dispose(bool disposing)\n        {\n            if (_disposed) return;\n            if (disposing)\n            {\n                bi?.Dispose();\n                b?.Dispose();\n            }\n\n            _disposed = true;\n        }\n\n        private void RadioButton_Click(object sender, RoutedEventArgs e)\n        {\n        }\n\n        private void PLDi_Click(object sender, RoutedEventArgs e)\n        {\n\n            DrawImage();\n        }\n\n        private void RLEn_Click(object sender, RoutedEventArgs e)\n        {\n           \n            DrawImage();\n        }\n\n       \n\n        private void t_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            DrawImage();\n        }\n\n        private void t_Copy_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            try\n            {\n                \n                if (Convert.ToInt32(t_Copy.Text) > 30)\n                {\n                    t_Copy.Text = \"30\";\n                }\n            }\n            catch (Exception)\n            {\n                \n            }\n            \n            DrawImage();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/ImageCreator - Kopieren.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.IconCreator\"\n         xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n       xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"ImageCreator\" Height=\"200\" Width=\"467\" Foreground=\"White\" Background=\"LightGray\" ResizeMode=\"NoResize\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" Icon=\"/UWUVCI AIO WPF;component/b.ico\" Name=\"wind\" SizeToContent=\"WidthAndHeight\" BorderBrush=\"#FF2196F3\" BorderThickness=\"1.5,1.5,1.5,1.5\" ShowInTaskbar=\"False\" WindowStyle=\"None\" Loaded=\"wind_Loaded\" WindowStartupLocation=\"CenterOwner\" MaxHeight=\"200\" MinWidth=\"467\">\n    <Grid>\n        <Grid.ColumnDefinitions>\n            <ColumnDefinition Width=\"160\"/>\n            <ColumnDefinition Width=\"275\"/>\n        </Grid.ColumnDefinitions>\n\n        <Label Margin=\"0,0,353,0\"></Label>\n        <Label Height=\"9\" Margin=\"0,0,353,0\"></Label>\n        <Label Margin=\"0,0,353,0\"></Label>\n\n\n\n\n        <Image HorizontalAlignment=\"Left\" Height=\"128\"  VerticalAlignment=\"Top\" Width=\"128\" Name=\"Image\" Margin=\"18,49,0,0\"/>\n\n\n\n        <Button Content=\"Select File\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"185,19,-8,0\" VerticalAlignment=\"Top\" Width=\"99\" Name=\"FileSelect\" Click=\"FileSelect_Click\" TabIndex=\"1\" />\n        <Label Content=\"Overlay:\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"15,61,0,0\" VerticalAlignment=\"Top\"/>\n        <RadioButton Content=\"Enabled\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"115,65,0,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"ov\" Name=\"enOv\" Click=\"enOv_Click\" IsChecked=\"True\" TabIndex=\"2\" Width=\"73\"/>\n        <RadioButton Content=\"Disabled\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"202,65,-15,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"ov\" Click=\"enOv_Click\" TabIndex=\"3\" Width=\"89\"/>\n        <Button Content=\"Cancel\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"185,145,-8,0\" Width=\"99\" Click=\"Button_Click\" Height=\"32\" VerticalAlignment=\"Top\" TabIndex=\"5\"/>\n        <Button Content=\"Finish\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"15,145,0,0\" VerticalAlignment=\"Top\" Width=\"99\" Name=\"Finish\" Click=\"Finish_Click\" TabIndex=\"4\"/>\n        <Border  BorderThickness=\"1.5,1.5,1.5,1.5\" BorderBrush=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"129\" VerticalAlignment=\"Top\" Width=\"129\" Margin=\"18,48,0,0\">\n\n        </Border>\n        <StackPanel HorizontalAlignment=\"Left\" Height=\"32\" Margin=\"14,327,0,0\" VerticalAlignment=\"Top\" Width=\"481\" Orientation=\"Horizontal\" Name=\"snesonly\" Visibility=\"Hidden\">\n            <Label Content=\"Style:\" Width=\"50\" Margin=\"0,4,0,-4\"></Label>\n\n            <RadioButton Content=\"SNES - PAL\" GroupName=\"snes\" Name=\"pal\" IsChecked=\"True\" Click=\"pal_Click\" Foreground=\"Black\" Width=\"100\" Margin=\"0,6,0,-6\"/>\n            <RadioButton Content=\"SNES - NTSC\" GroupName=\"snes\" Click=\"pal_Click\" Foreground=\"Black\" Margin=\"0,6,0,-6\" Width=\"107\" />\n            <RadioButton Content=\"Super Famicom\" GroupName=\"snes\" Click=\"RadioButton_Click\" Foreground=\"Black\" Margin=\"0,6,0,-6\"/>\n            <ComboBox Margin=\"0,2\" Width=\"169\" Name=\"combo\" SelectionChanged=\"combo_SelectionChanged\" Foreground=\"Black\" Visibility=\"Hidden\" ></ComboBox>\n        </StackPanel>\n        <Label Content=\" bootTvTex\" x:Name=\"imageName\" Margin=\"14,25,14,148\" Visibility=\"Hidden\"/>\n        <Label Content=\"Style:\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"15,87,0,0\" VerticalAlignment=\"Top\" Name=\"ws\" Visibility=\"Hidden\"/>\n        <RadioButton Content=\"WiiWare\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"115,90,0,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"wis\"  IsChecked=\"True\" TabIndex=\"2\" Width=\"73\" Name=\"ww\" Visibility=\"Hidden\" Click=\"ww_Click\"/>\n        <RadioButton Content=\"Homebrew\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"202,90,-7,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"wis\"  TabIndex=\"3\" Width=\"81\" Name=\"hb\" Visibility=\"Hidden\"  Click=\"ww_Click\"/>\n        <RadioButton Content=\"Wii\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"56,90,0,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"wis\" IsChecked=\"True\" Visibility=\"Hidden\" TabIndex=\"3\" Width=\"54\" Name=\"wii\"   Click=\"ww_Click\"/>\n        <Label Content=\"  ICON IMAGE\" x:Name=\"imageName_Copy\" Margin=\"12,25,16,148\" />\n\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/ImageCreator - Kopieren.xaml.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System;\nusing System.Diagnostics;\nusing System.Drawing;\nusing System.Drawing.Drawing2D;\nusing System.Drawing.Imaging;\nusing System.IO;\nusing System.Text.RegularExpressions;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Input;\nusing System.Windows.Media.Imaging;\nusing UWUVCI_AIO_WPF.Classes;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für ImageCreator.xaml\n    /// </summary>  \n\n    public partial class IconCreator : Window, IDisposable\n    {\n        private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"temp\");\n        private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"Tools\");\n        MenuIconImage bi = new MenuIconImage();\n        Bitmap b;\n        string console = \"other\";\n        string othercons = \"\";\n        bool drc = false;\n        private bool _disposed;\n\n        public IconCreator()\n        {\n            setUpIconCreator();\n            SetTemplate();\n        }\n        public IconCreator(string name)\n        {\n            setUpIconCreator();\n            console = name;\n            SetTemplate();\n        }\n        public IconCreator(string name, string extra)\n        {\n            setUpIconCreator();\n            console = name;\n            othercons = extra;\n            SetTemplate();\n        }\n\n        private void setUpIconCreator()\n        {\n            InitializeComponent();\n            imageName.Content = \"iconTex\";\n        }\n        private void SetTemplate()\n        {\n            if (othercons == \"GB\")\n            {\n                setUpBiFrame();\n                wii.Content = \"GB\";\n            }\n            if (othercons == \"GBC\")\n            {\n                setUpBiFrame();\n                wii.Content = \"GBC\";\n            }\n            if (console == \"WII\" && (FindResource(\"mvm\") as MainViewModel).test != GameConsoles.GCN)\n            {\n                bi.Frame = new Bitmap(Properties.Resources.Wii2);\n                ww.Visibility = Visibility.Visible;\n                ws.Visibility = Visibility.Visible;\n                hb.Visibility = Visibility.Visible;\n                wii.Visibility = Visibility.Visible;\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).test == GameConsoles.GCN)\n            {\n                setUpBiFrame();\n                wii.Content = \"GCN\";\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.NDS)\n            {\n                setUpBiFrame();\n                wii.Content = \"NDS\";\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.N64)\n            {\n                setUpBiFrame();\n                wii.Content = \"N64\";\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.GBA && othercons == \"\")\n            {\n                setUpBiFrame();\n                wii.Content = \"GBA\";\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.MSX)\n            {\n                setUpBiFrame();\n                wii.Content = \"MSX\";\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.SNES)\n            {\n                setUpBiFrame();\n                wii.Content = \"SNES\";\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.NES)\n            {\n                setUpBiFrame();\n                wii.Content = \"NES\";\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.TG16)\n            {\n                setUpBiFrame();\n                wii.Content = \"TGX\";\n            }\n            else\n            {\n                bi.Frame = new Bitmap(Properties.Resources.Icon);\n            }\n\n        }\n\n        private void setUpBiFrame()\n        {\n            bi.Frame = new Bitmap(Properties.Resources.Icon);\n            wii.IsChecked = true;\n            ww.Content = \"Alt 1\";\n            hb.Content = \"Alt 2\";\n            ww.Visibility = Visibility.Visible;\n            ws.Visibility = Visibility.Visible;\n            hb.Visibility = Visibility.Visible;\n            wii.Visibility = Visibility.Visible;\n        }\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            Close();\n        }\n\n        private void FileSelect_Click(object sender, RoutedEventArgs e)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            string file = mvm.GetFilePath(false, false);\n            if (!string.IsNullOrEmpty(file))\n            {\n                string copy = \"\";\n                if (new FileInfo(file).Extension.Contains(\"tga\"))\n                {\n                    using (Process conv = new Process())\n                    {\n                        conv.StartInfo.UseShellExecute = false;\n                        conv.StartInfo.CreateNoWindow = true;\n                        if (Directory.Exists(Path.Combine(tempPath, \"image\")))\n                        {\n                            Directory.Delete(Path.Combine(tempPath, \"image\"), true);\n                        }\n                        Directory.CreateDirectory(Path.Combine(tempPath, \"image\"));\n                        conv.StartInfo.FileName = Path.Combine(toolsPath, \"tga2png.exe\");\n                        conv.StartInfo.Arguments = $\"-i \\\"{file}\\\" -o \\\"{Path.Combine(tempPath, \"image\")}\\\"\";\n\n                        conv.Start();\n                        conv.WaitForExit();\n\n                        foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, \"image\"), \"*.png\"))\n                        {\n                            copy = sFile;\n                        }\n                    }\n                }\n                else\n                {\n                    copy = file;\n                }\n                try\n                {\n                    bi.TitleScreen = new Bitmap(copy);\n                    b = bi.Create(console);\n                    Image.Source = BitmapToImageSource(b);\n                }\n                catch\n                {    \n                    Custom_Message cm = new Custom_Message(\"Image Issue\", \"The image you're trying to use will not work, please try a different image.\");\n                    try\n                    {\n                        cm.Owner = mvm.mw;\n                    }\n                    catch (Exception)\n                    {\n                        //left empty on purpose\n                    }\n                    cm.ShowDialog();\n                }\n            }\n            enOv_Click(null, null);\n        }\n\n        private void Finish_Click(object sender, RoutedEventArgs e)\n        {\n            if (!Directory.Exists(@\"bin\\createdIMG\"))\n            {\n                Directory.CreateDirectory(@\"bin\\createdIMG\");\n            }\n            if (File.Exists(Path.Combine(@\"bin\\createdIMG\", imageName.Content + \".png\")))\n            {\n                File.Delete(Path.Combine(@\"bin\\createdIMG\", imageName.Content + \".png\"));\n            }\n            if (drc)\n            {\n                b = ResizeImage(b, 854, 480);\n            }\n\n            b.Save(Path.Combine(@\"bin\\createdIMG\", imageName.Content + \".png\"));\n\n            Close();\n        }\n\n        private void TextBox_PreviewTextInput(object sender, TextCompositionEventArgs e)\n        {\n            e.Handled = !IsTextAllowed(e.Text);\n        }\n\n        private static readonly Regex _regex = new Regex(\"[^0-9]+\"); //regex that matches disallowed text\n        private static bool IsTextAllowed(string text)\n        {\n            return !_regex.IsMatch(text);\n        }\n        private void TextBoxPasting(object sender, DataObjectPastingEventArgs e)\n        {\n            if (e.DataObject.GetDataPresent(typeof(string)))\n            {\n                string text = (string)e.DataObject.GetData(typeof(string));\n                if (!IsTextAllowed(text))\n                {\n                    e.CancelCommand();\n                }\n            }\n            else\n            {\n                e.CancelCommand();\n            }\n        }\n\n        private void wind_Loaded(object sender, RoutedEventArgs e)\n        {\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n        BitmapImage BitmapToImageSource(Bitmap bitmap)\n        {\n            using (MemoryStream memory = new MemoryStream())\n            {\n                bitmap.Save(memory, ImageFormat.Bmp);\n                memory.Position = 0;\n                BitmapImage bitmapimage = new BitmapImage();\n                bitmapimage.BeginInit();\n                bitmapimage.StreamSource = memory;\n                bitmapimage.CacheOption = BitmapCacheOption.OnLoad;\n                bitmapimage.EndInit();\n\n                return bitmapimage;\n            }\n        }\n\n\n\n        private void enOv_Click(object sender, RoutedEventArgs e)\n        {\n            if (enOv.IsChecked == true)\n            {\n                b = bi.Create(console);\n                Image.Source = BitmapToImageSource(b);\n                ww.IsEnabled = true;\n                wii.IsEnabled = true;\n                hb.IsEnabled = true;\n                ws.IsEnabled = true;\n            }\n            else\n            {\n                ww.IsEnabled = false;\n                wii.IsEnabled = false;\n                hb.IsEnabled = false;\n                ws.IsEnabled = false;\n\n                if (bi.TitleScreen != null)\n                {\n                    b = ResizeImage(bi.TitleScreen, 128, 128); Image.Source = BitmapToImageSource(b);\n                }\n                else\n                {\n                    b = new Bitmap(128, 128);\n                    using (Graphics gfx = Graphics.FromImage(b))\n                    using (SolidBrush brush = new SolidBrush(Color.FromArgb(0, 0, 0)))\n                    {\n                        gfx.FillRectangle(brush, 0, 0, 128, 128);\n                    }\n                    Image.Source = BitmapToImageSource(b);\n                }\n            }\n        }\n        public static Bitmap ResizeImage(System.Drawing.Image image, int width, int height)\n        {\n            var destRect = new Rectangle(0, 0, width, height);\n            var destImage = new Bitmap(width, height);\n\n            destImage.SetResolution(image.HorizontalResolution, image.VerticalResolution);\n\n            using (var graphics = Graphics.FromImage(destImage))\n            {\n                graphics.CompositingMode = CompositingMode.SourceCopy;\n                graphics.CompositingQuality = CompositingQuality.HighQuality;\n                graphics.InterpolationMode = InterpolationMode.HighQualityBicubic;\n                graphics.SmoothingMode = SmoothingMode.HighQuality;\n                graphics.PixelOffsetMode = PixelOffsetMode.HighQuality;\n\n                using (var wrapMode = new ImageAttributes())\n                {\n                    wrapMode.SetWrapMode(WrapMode.TileFlipXY);\n                    graphics.DrawImage(image, destRect, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel, wrapMode);\n                }\n            }\n\n            return destImage;\n        }\n\n        void DrawImage()\n        {\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n\n        private void Players_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            DrawImage();\n        }\n\n        public void Dispose()\n        {\n            Dispose(true);\n            GC.SuppressFinalize(this);\n        }\n\n        private void Dispose(bool disposing)\n        {\n            if (_disposed) return;\n            if (disposing)\n            {\n                bi?.Dispose();\n                b?.Dispose();\n            }\n\n            _disposed = true;\n        }\n\n        private void combo_SelectionChanged(object sender, SelectionChangedEventArgs e)\n        {\n            if (combo.SelectedIndex == 0)\n            {\n                bi.Frame = Properties.Resources.SNES_PAL;\n            }\n            else if (combo.SelectedIndex == 1)\n            {\n                bi.Frame = Properties.Resources.SNES_USA;\n            }\n            else\n            {\n                bi.Frame = Properties.Resources.SFAM;\n            }\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n\n        private void pal_Click(object sender, RoutedEventArgs e)\n        {\n            if (pal.IsChecked == true)\n            {\n                bi.Frame = Properties.Resources.SNES_PAL;\n            }\n            else\n            {\n                bi.Frame = Properties.Resources.SNES_USA;\n            }\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n\n        private void RadioButton_Click(object sender, RoutedEventArgs e)\n        {\n            bi.Frame = Properties.Resources.SFAM;\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n\n        private void PLDi_Click(object sender, RoutedEventArgs e)\n        {\n            DrawImage();\n        }\n\n        private void RLEn_Click(object sender, RoutedEventArgs e)\n        {\n            DrawImage();\n        }\n\n        private void ww_Click(object sender, RoutedEventArgs e)\n        {\n            if (othercons == \"GB\")\n            {\n                if (ww.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.GB_alt1);\n                    console = \"WII\";\n                }\n                else if (wii.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.Icon);\n                    console = \"other\";\n                }\n                else if (hb.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.GB_alt2);\n                    console = \"WII\";\n                }\n            }\n            else if (othercons == \"GBC\")\n            {\n                if (ww.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.GBC_alt1);\n                    console = \"WII\";\n                }\n                else if (wii.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.Icon);\n                    console = \"other\";\n                }\n                else if (hb.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.GBC_alt2);\n                    console = \"WII\";\n                }\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.NDS)\n            {\n                if (ww.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.NDS_Alt1);\n                    console = \"WII\";\n                }\n                else if (wii.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.Icon);\n                    console = \"other\";\n                }\n                else if (hb.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.NDS_Alt2);\n                    console = \"WII\";\n                }\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.SNES)\n            {\n                if (ww.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.SNES_alt1);\n                    console = \"WII\";\n                }\n                else if (wii.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.Icon);\n                    console = \"other\";\n                }\n                else if (hb.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.SNES_alt2);\n                    console = \"WII\";\n                }\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.NES)\n            {\n                if (ww.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.NES_alt1);\n                    console = \"WII\";\n                }\n                else if (wii.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.Icon);\n                    console = \"other\";\n                }\n                else if (hb.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.NES_alt2);\n                    console = \"WII\";\n                }\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.N64)\n            {\n                if (ww.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.N64_alt1);\n                    console = \"WII\";\n                }\n                else if (wii.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.Icon);\n                    console = \"other\";\n                }\n                else if (hb.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.N64_alt2);\n                    console = \"WII\";\n                }\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.MSX)\n            {\n                if (ww.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.MSX_alt1);\n                    console = \"WII\";\n                }\n                else if (wii.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.Icon);\n                    console = \"other\";\n                }\n                else if (hb.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.MSX_alt2);\n                    console = \"WII\";\n                }\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.TG16)\n            {\n                if (ww.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.TGFX_alt1);\n                    console = \"WII\";\n                }\n                else if (wii.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.Icon);\n                    console = \"other\";\n                }\n                else if (hb.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.TGFX_alt2);\n                    console = \"WII\";\n                }\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).GameConfiguration.Console == GameConsoles.GBA)\n            {\n                if (ww.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.GBA_alt1);\n                    console = \"WII\";\n                }\n                else if (wii.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.Icon);\n                    console = \"other\";\n                }\n                else if (hb.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.GBA_alt2);\n                    console = \"WII\";\n                }\n            }\n            else if ((FindResource(\"mvm\") as MainViewModel).test != GameConsoles.GCN)\n            {\n                if (ww.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.WiiIcon);\n                }\n                else if (wii.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.Wii2);\n                }\n                else if (hb.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.HBICON);\n                }\n            }\n            else\n            {\n                if (ww.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.GCN_ICON2);\n                    console = \"WII\";\n                }\n                else if (wii.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.Icon);\n                    console = \"other\";\n                }\n                else if (hb.IsChecked == true)\n                {\n                    bi.Frame = new Bitmap(Properties.Resources.GCN_ICON3);\n                    console = \"WII\";\n                }\n            }\n\n            DrawImage();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/ImageCreator.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.ImageCreator\"\n         xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n       xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"ImageCreator\" Height=\"381\" Width=\"786\" Foreground=\"White\" Background=\"LightGray\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" ResizeMode=\"NoResize\" Icon=\"/UWUVCI AIO WPF;component/b.ico\" Name=\"wind\" SizeToContent=\"WidthAndHeight\" BorderBrush=\"#FF2196F3\" BorderThickness=\"1.5,1.5,1.5,1.5\" ShowInTaskbar=\"False\" WindowStyle=\"None\" Loaded=\"wind_Loaded\" WindowStartupLocation=\"CenterOwner\">\n    <Grid>\n        <Grid.ColumnDefinitions>\n            <ColumnDefinition Width=\"Auto\"/>\n            <ColumnDefinition Width=\"275\"/>\n        </Grid.ColumnDefinitions>\n        <StackPanel>\n            <Label></Label>\n            <Label></Label>\n            <Label></Label>\n            <StackPanel Orientation=\"Horizontal\"  Grid.Column=\"0\"  VerticalAlignment=\"Top\">\n                <Label></Label>\n                <Label Content=\" bootTvTex\" x:Name=\"imageName\" Width=\"78\" Visibility=\"Hidden\"/>\n                <Label/>\n            </StackPanel>\n\n            <StackPanel Orientation=\"Horizontal\"  Grid.Column=\"0\" Height=\"270\" VerticalAlignment=\"Top\">\n                <Label Width=\"16\"></Label>\n                <Image HorizontalAlignment=\"Left\" Height=\"270\"  VerticalAlignment=\"Top\" Width=\"480\" Name=\"Image\"/>\n                <Label/>\n            </StackPanel>\n\n        </StackPanel>\n        <Button Content=\"Select File\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"160,18,0,0\" VerticalAlignment=\"Top\" Width=\"99\" Name=\"FileSelect\" Click=\"FileSelect_Click\" TabIndex=\"1\" />\n        <Label Content=\"Overlay:\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"15,67,0,0\" VerticalAlignment=\"Top\" Name=\"ovl\"/>\n        <RadioButton Content=\"Enabled\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"100,71,0,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"ov\" Name=\"enOv\" Click=\"enOv_Click\" IsChecked=\"True\" TabIndex=\"2\"/>\n        <RadioButton Content=\"Disabled\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"191,71,0,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"ov\" Click=\"enOv_Click\" Name=\"disOv\" TabIndex=\"3\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"GAME NAME LINE 2\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"  Margin=\"19,148,17,193\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"12\"   Grid.Column=\"1\" Name=\"GameName2\" TextChanged=\"Players_TextChanged\" TabIndex=\"4\"/>\n        <Label Content=\"Players:\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"14,243,0,0\" VerticalAlignment=\"Top\" Name=\"PlayerLabel\" Visibility=\"Hidden\"/>\n        <RadioButton Content=\"Enabled\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"100,247,0,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"pl\" Name=\"PLEn\" IsChecked=\"True\" Click=\"PLDi_Click\" Visibility=\"Hidden\"/>\n        <RadioButton Content=\"Disabled\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"191,247,0,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"pl\" Name=\"PLDi\" Click=\"PLDi_Click\" Visibility=\"Hidden\"/>\n        <Label Content=\"Release Year:\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"14,165,0,0\" VerticalAlignment=\"Top\" Name=\"ReleaseYearLabel\" Visibility=\"Hidden\"/>\n        <RadioButton Content=\"Enabled\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"100,169,0,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"rl\" Name=\"RLEn\" IsChecked=\"True\" Click=\"RLEn_Click\" Visibility=\"Hidden\"/>\n        <RadioButton Content=\"Disabled\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"191,169,0,0\" VerticalAlignment=\"Top\" Foreground=\"Black\" GroupName=\"rl\" Name=\"RLDi\" Click=\"RLEn_Click\" Visibility=\"Hidden\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"RELEASE YEAR\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"  Margin=\"19,198,17,142\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"12\"   Grid.Column=\"1\" PreviewTextInput=\"TextBox_PreviewTextInput\" DataObject.Pasting=\"TextBoxPasting\" Name=\"ReleaseYear\" TextChanged=\"Players_TextChanged\" TabIndex=\"6\" MaxLength=\"4\"/>\n        <Button Content=\"Cancel\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"160,327,0,0\" Width=\"99\" Click=\"Button_Click\" Height=\"32\" VerticalAlignment=\"Top\" TabIndex=\"9\"/>\n        <Button Content=\"Finish\" Grid.Column=\"1\" HorizontalAlignment=\"Left\" Margin=\"19,327,0,0\" VerticalAlignment=\"Top\" Width=\"99\" Name=\"Finish\" Click=\"Finish_Click\" TabIndex=\"8\"/>\n        <Border  BorderThickness=\"1.5,1.5,1.5,1.5\" BorderBrush=\"#FF2196F3\" HorizontalAlignment=\"Left\" Height=\"272\" VerticalAlignment=\"Top\" Width=\"484\" Margin=\"14,48,0,0\">\n\n        </Border>\n        <TextBox materialDesign:HintAssist.Hint=\"GAME NAME\"  Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"  Margin=\"19,98,17,243\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"12\"   Grid.Column=\"1\" Name=\"GameName1\" TextChanged=\"Players_TextChanged\" TabIndex=\"3\"/>\n        <TextBox materialDesign:HintAssist.Hint=\"PLAYERS\" Style=\"{StaticResource MaterialDesignFloatingHintTextBox}\"  Margin=\"19,248,17,92\" Background=\"{x:Null}\" Foreground=\"Black\" SelectionBrush=\"#FF00C3D7\" CaretBrush=\"#FF21C3F3\" FontSize=\"12\"   Grid.Column=\"1\"  PreviewTextInput=\"TextBox_PreviewTextInput\" DataObject.Pasting=\"TextBoxPasting\" Name=\"Players\" TextChanged=\"Players_TextChanged\" TabIndex=\"7\" MaxLength=\"1\"/>\n        <StackPanel HorizontalAlignment=\"Left\" Height=\"32\" Margin=\"14,327,0,0\" VerticalAlignment=\"Top\" Width=\"491\" Orientation=\"Horizontal\" Name=\"snesonly\" Visibility=\"Hidden\">\n            <Label Content=\"Style:\" Width=\"50\" Margin=\"0,4,0,-4\"></Label>\n\n            <RadioButton Content=\"SNES - PAL\" GroupName=\"snes\" Name=\"pal\" IsChecked=\"True\" Click=\"pal_Click\" Foreground=\"Black\" Width=\"100\" Margin=\"0,6,0,-6\"/>\n            <RadioButton Content=\"SNES - NTSC\" GroupName=\"snes\" Click=\"pal_Click\" Foreground=\"Black\" Margin=\"0,6,0,-6\" Width=\"107\" Name=\"sntsc\"/>\n            <RadioButton Content=\"Super Famicom\" GroupName=\"snes\" Click=\"RadioButton_Click\" Foreground=\"Black\" Margin=\"0,6,0,-6\" Name=\"sfc\" Width=\"116\"/>\n            <RadioButton Content=\"Alternative - Wii\" GroupName=\"snes\" Click=\"RadioButton_Click\" Foreground=\"Black\" Margin=\"0,6,0,-6\" Name=\"altwii\" Visibility=\"Hidden\"/>\n            <ComboBox Margin=\"0,2\" Width=\"169\" Name=\"combo\" SelectionChanged=\"combo_SelectionChanged\" Foreground=\"Black\" Visibility=\"Hidden\" ></ComboBox>\n        </StackPanel>\n        <Label Content=\" TV IMAGE\" x:Name=\"imageName_Copy\" Margin=\"9,24,419,329\"/>\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/ImageCreator.xaml.cs",
    "content": "﻿using GameBaseClassLibrary;\nusing System;\nusing System.Collections.Generic;\nusing System.Diagnostics;\nusing System.Drawing;\nusing System.Drawing.Drawing2D;\nusing System.Drawing.Imaging;\nusing System.IO;\nusing System.Text.RegularExpressions;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Input;\nusing System.Windows.Media.Imaging;\nusing UWUVCI_AIO_WPF.Classes;\nusing Path = System.IO.Path;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für ImageCreator.xaml\n    /// </summary>  \n\n    public partial class ImageCreator : Window, IDisposable\n    {\n        private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"temp\");\n        private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), \"bin\", \"Tools\");\n        BootImage bi = new BootImage();\n        Bitmap b;\n        string console = \"other\";\n        bool drc = false;\n        private string backupcons;\n        private bool _disposed;\n\n        public ImageCreator(string name)\n        {\n            InitializeComponent();\n            imageName.Content = name;\n            \n           \n            if (name.ToLower().Contains(\"drc\"))\n            {\n                drc = true;\n                imageName_Copy.Content = \"DRC IMAGE\";\n            }\n        }\n        public ImageCreator(GameConsoles console, string name) : this(name)\n        {\n            InitializeComponent();\n            SetTemplate(console);\n        }\n        public ImageCreator(bool other, GameConsoles consoles, string name) : this(name)\n        {\n            InitializeComponent();\n            Bitmap bit;\n            if (consoles == GameConsoles.TG16)\n            {\n                bit = new Bitmap(other ? Properties.Resources.TGCD : Properties.Resources.TG16);\n            }\n            else\n            {\n                console = \"GBC\";\n                bit = new Bitmap(other ? Properties.Resources.GBC : Properties.Resources.newgameboy);\n            }\n            bi.Frame = bit;\n        }\n\n        private void SetTemplate(GameConsoles console)\n        {\n            Bitmap bit;\n            switch (console)\n            {\n                case GameConsoles.NDS:\n                    bit = new Bitmap(Properties.Resources.NDS);\n\n                    this.console = \"NDS\";\n                    break;\n                case GameConsoles.N64:\n                    bit = new Bitmap(Properties.Resources.N64);\n\n                    break;\n                case GameConsoles.NES:\n                    bit = new Bitmap(Properties.Resources.NES);\n\n                    break;\n                case GameConsoles.GBA:\n                    bit = new Bitmap(Properties.Resources.GBA);\n                    this.console = \"GBA\";\n                    break;\n                case GameConsoles.WII:\n                    bit = new Bitmap(Properties.Resources.WII);\n                    this.console = \"WII\";\n                    GameName1.Visibility = Visibility.Hidden;\n                    GameName2.Visibility = Visibility.Hidden;\n                    ReleaseYearLabel.Visibility = Visibility.Hidden;\n                    RLDi.Visibility = Visibility.Hidden;\n                    RLEn.Visibility = Visibility.Hidden;\n                    ReleaseYear.Visibility = Visibility.Hidden;\n\n                    PLDi.Visibility = Visibility.Hidden;\n                    PLEn.Visibility = Visibility.Hidden;\n                    Players.Visibility = Visibility.Hidden;\n\n                    PlayerLabel.Visibility = Visibility.Hidden;\n                    snesonly.Visibility = Visibility.Visible;\n                    pal.Content = \"Wii\";\n                    sntsc.Content = \"WiiWare\";\n                    sfc.Content = \"Homebrew\";\n                    altwii.Visibility = Visibility.Visible;\n                    backupcons = \"WII\";\n                    break;\n                case GameConsoles.GCN:\n                    bit = new Bitmap(Properties.Resources.GCN);\n                    break;\n                case GameConsoles.MSX:\n                    bit = new Bitmap(Properties.Resources.MSX);\n                    break;\n                case GameConsoles.SNES:\n                    bit = new Bitmap(Properties.Resources.SNES_PAL);\n                    snesonly.Visibility = Visibility.Visible;\n                    List<string> styles = new List<string>();\n                    styles.Add(\"SNES - PAL\");\n                    styles.Add(\"SNES - NTSC\");\n                    styles.Add(\"Super Famicom\");\n                    combo.ItemsSource = styles;\n                    combo.SelectedIndex = 0;\n                    break;\n                default:\n                    bit = null;\n                    break;\n            }\n            bi.Frame = bit;\n        }\n\n        private void Button_Click(object sender, RoutedEventArgs e)\n        {\n            Close();\n        }\n\n        private void FileSelect_Click(object sender, RoutedEventArgs e)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            string file = mvm.GetFilePath(false, false);\n            if (!string.IsNullOrEmpty(file))\n            {\n\n                string copy = \"\";\n                if (new FileInfo(file).Extension.Contains(\"tga\"))\n                {\n                    using (Process conv = new Process())\n                    {\n\n                        conv.StartInfo.UseShellExecute = false;\n                        conv.StartInfo.CreateNoWindow = true;\n                        if (Directory.Exists(Path.Combine(tempPath, \"image\")))\n                        {\n                            Directory.Delete(Path.Combine(tempPath, \"image\"), true);\n                        }\n                        Directory.CreateDirectory(Path.Combine(tempPath, \"image\"));\n                        conv.StartInfo.FileName = Path.Combine(toolsPath, \"tga2png.exe\");\n                        conv.StartInfo.Arguments = $\"-i \\\"{file}\\\" -o \\\"{Path.Combine(tempPath, \"image\")}\\\"\";\n\n                        conv.Start();\n                        conv.WaitForExit();\n\n                        foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, \"image\"), \"*.png\"))\n                        {\n                            copy = sFile;\n                        }\n                    }\n                }\n                else\n                {\n                    copy = file;\n                }\n                try\n                {\n                    bi.TitleScreen = new Bitmap(copy);\n                    b = bi.Create(console);\n                    Image.Source = BitmapToImageSource(b);\n                }\n                catch\n                {\n                    Custom_Message cm = new Custom_Message(\"Image Issue\", \"The image you're trying to use will not work, please try a different image.\");\n                    try\n                    {\n                        cm.Owner = mvm.mw;\n                    }\n                    catch (Exception)\n                    {\n                        //left empty on purpose\n                    }\n                    cm.ShowDialog();\n                }\n            }\n            enOv_Click(null, null);\n        }\n\n        private void Finish_Click(object sender, RoutedEventArgs e)\n        {\n            if (!Directory.Exists(@\"bin\\createdIMG\"))\n            {\n                Directory.CreateDirectory(@\"bin\\createdIMG\");\n            }\n            if (File.Exists(Path.Combine(@\"bin\\createdIMG\", imageName.Content + \".png\")))\n            {\n                File.Delete(Path.Combine(@\"bin\\createdIMG\", imageName.Content + \".png\"));\n            }\n            if (drc)\n            {\n                b = ResizeImage(b, 854, 480);\n            }\n\n            b.Save(Path.Combine(@\"bin\\createdIMG\", imageName.Content + \".png\"));\n\n\n            Close();\n        }\n\n        private void TextBox_PreviewTextInput(object sender, TextCompositionEventArgs e)\n        {\n            e.Handled = !IsTextAllowed(e.Text);\n        }\n\n        private static readonly Regex _regex = new Regex(\"[^0-9]+\"); //regex that matches disallowed text\n\n        private static bool IsTextAllowed(string text)\n        {\n            return !_regex.IsMatch(text);\n        }\n        private void TextBoxPasting(object sender, DataObjectPastingEventArgs e)\n        {\n            if (e.DataObject.GetDataPresent(typeof(string)))\n            {\n                string text = (string)e.DataObject.GetData(typeof(string));\n                if (!IsTextAllowed(text))\n                {\n                    e.CancelCommand();\n                }\n            }\n            else\n            {\n                e.CancelCommand();\n            }\n        }\n\n        private void wind_Loaded(object sender, RoutedEventArgs e)\n        {\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n        BitmapImage BitmapToImageSource(Bitmap bitmap)\n        {\n            using (MemoryStream memory = new MemoryStream())\n            {\n                bitmap.Save(memory, ImageFormat.Bmp);\n                memory.Position = 0;\n                BitmapImage bitmapimage = new BitmapImage();\n                bitmapimage.BeginInit();\n                bitmapimage.StreamSource = memory;\n                bitmapimage.CacheOption = BitmapCacheOption.OnLoad;\n                bitmapimage.EndInit();\n\n                return bitmapimage;\n            }\n        }\n\n        void EnableOrDisbale(bool en)\n        {\n            GameName1.IsEnabled = en;\n            GameName2.IsEnabled = en;\n            ReleaseYearLabel.IsEnabled = en;\n            RLDi.IsEnabled = en;\n            RLEn.IsEnabled = en;\n            ReleaseYear.IsEnabled = en;\n            if (en && RLDi.IsChecked == true)\n            {\n                ReleaseYear.IsEnabled = false;\n            }\n            PLDi.IsEnabled = en;\n            PLEn.IsEnabled = en;\n            Players.IsEnabled = en;\n            if (en && PLDi.IsChecked == true)\n            {\n                Players.IsEnabled = false;\n            }\n            PlayerLabel.IsEnabled = en;\n            if (snesonly.IsVisible == true)\n            {\n                snesonly.IsEnabled = en;\n            }\n        }\n\n        private void enOv_Click(object sender, RoutedEventArgs e)\n        {\n            if ((ovl.IsVisible == true && enOv.IsChecked == true))\n            {\n                EnableOrDisbale(true);\n                b = bi.Create(console);\n                Image.Source = BitmapToImageSource(b);\n            }\n            else\n            {\n                EnableOrDisbale(false);\n                if (bi.TitleScreen != null)\n                {\n                    b = ResizeImage(bi.TitleScreen, 1280, 720); Image.Source = BitmapToImageSource(b);\n                }\n                else\n                {\n                    b = new Bitmap(1280, 720);\n                    using (Graphics gfx = Graphics.FromImage(b))\n                    using (SolidBrush brush = new SolidBrush(Color.FromArgb(0, 0, 0)))\n                    {\n                        gfx.FillRectangle(brush, 0, 0, 1280, 720);\n                    }\n                    Image.Source = BitmapToImageSource(b);\n                }\n            }\n        }\n        public static Bitmap ResizeImage(System.Drawing.Image image, int width, int height)\n        {\n            var destRect = new System.Drawing.Rectangle(0, 0, width, height);\n            var destImage = new Bitmap(width, height);\n\n            destImage.SetResolution(image.HorizontalResolution, image.VerticalResolution);\n\n            using (var graphics = Graphics.FromImage(destImage))\n            {\n                graphics.CompositingMode = CompositingMode.SourceCopy;\n                graphics.CompositingQuality = CompositingQuality.HighQuality;\n                graphics.InterpolationMode = InterpolationMode.HighQualityBicubic;\n                graphics.SmoothingMode = SmoothingMode.HighQuality;\n                graphics.PixelOffsetMode = PixelOffsetMode.HighQuality;\n\n                using (var wrapMode = new ImageAttributes())\n                {\n                    wrapMode.SetWrapMode(WrapMode.TileFlipXY);\n                    graphics.DrawImage(image, destRect, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel, wrapMode);\n                }\n            }\n\n            return destImage;\n        }\n\n        void DrawImage()\n        {\n            bi.NameLine1 = GameName1.Text;\n            bi.NameLine2 = GameName2.Text;\n\n            bi.Longname = !string.IsNullOrWhiteSpace(GameName2.Text);\n\n            bi.Players = (PLEn.IsChecked == true && !string.IsNullOrWhiteSpace(Players.Text)) ? Convert.ToInt32(Players.Text) : 0;\n\n            bi.Released = (RLEn.IsChecked == true && !string.IsNullOrWhiteSpace(ReleaseYear.Text)) ? Convert.ToInt32(ReleaseYear.Text) : 0;\n\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n\n        private void Players_TextChanged(object sender, TextChangedEventArgs e)\n        {\n            DrawImage();\n        }\n\n        public void Dispose()\n        {\n            Dispose(true);\n            GC.SuppressFinalize(this);\n        }\n\n        private void Dispose(bool disposing)\n        {\n            if (_disposed) return;\n            if (disposing)\n            {\n                bi?.Dispose();\n                b?.Dispose();\n            }\n\n            _disposed = true;\n        }\n\n        private void combo_SelectionChanged(object sender, SelectionChangedEventArgs e)\n        {\n            if (combo.SelectedIndex == 0)\n            {\n                bi.Frame = Properties.Resources.SNES_PAL;\n\n            }\n            else if (combo.SelectedIndex == 1)\n            {\n                bi.Frame = Properties.Resources.SNES_USA;\n            }\n            else\n            {\n                bi.Frame = Properties.Resources.SFAM;\n            }\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n\n        private void pal_Click(object sender, RoutedEventArgs e)\n        {\n            if (console != \"WII\" && backupcons != \"WII\")\n            {\n                bi.Frame = pal.IsChecked == true ? Properties.Resources.SNES_PAL : Properties.Resources.SNES_USA;\n            }\n            else\n            {\n                console = \"WII\";\n                switchs(Visibility.Hidden);\n\n                bi.Frame = pal.IsChecked == true ? Properties.Resources.WII : Properties.Resources.WIIWARE;\n            }\n\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n\n        private void RadioButton_Click(object sender, RoutedEventArgs e)\n        {\n            if (console != \"WII\" && backupcons != \"WII\")\n            {\n                backupcons = console;\n                bi.Frame = Properties.Resources.SFAM;\n            }\n            else\n            {\n                backupcons = \"WII\";\n                if (altwii.IsChecked == false)\n                {\n                    console = \"WII\";\n                    switchs(Visibility.Hidden);\n                    bi.Frame = Properties.Resources.homebrew3;\n                }\n                else\n                {\n                    switchs(Visibility.Visible);\n                    console = \"other\";\n                    bi.Frame = Properties.Resources.wii3New;\n                }\n\n            }\n\n            b = bi.Create(console);\n            Image.Source = BitmapToImageSource(b);\n        }\n\n        private void PLDi_Click(object sender, RoutedEventArgs e)\n        {\n            Players.IsEnabled = PLEn.IsChecked == true;\n\n            DrawImage();\n        }\n\n        private void RLEn_Click(object sender, RoutedEventArgs e)\n        {\n            ReleaseYearLabel.IsEnabled = RLEn.IsChecked == true;\n\n            DrawImage();\n        }\n\n        private void switchs(Visibility v)\n        {\n            GameName1.Visibility = v;\n            GameName2.Visibility = v;\n\n            ReleaseYear.Visibility = v;\n\n            Players.Visibility = v;\n\n            if (v == Visibility.Hidden)\n            {\n                bi.NameLine1 = \"\";\n                bi.NameLine2 = \"\";\n                bi.Released = 0;\n                bi.Players = 0;\n            }\n            else\n            {\n                bi.NameLine1 = GameName1.Text;\n                bi.NameLine2 = GameName2.Text;\n                if (!string.IsNullOrEmpty(ReleaseYear.Text))\n                {\n                    bi.Released = Convert.ToInt32(ReleaseYear.Text);\n                }\n                if (!string.IsNullOrEmpty(Players.Text))\n                {\n                    bi.Players = Convert.ToInt32(Players.Text);\n                }\n\n            }\n\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/IntroductionWindow.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.IntroductionWindow\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        Title=\"Introduction\" Height=\"425\" Width=\"650\" ResizeMode=\"NoResize\" WindowStartupLocation=\"CenterScreen\">\n    <Grid Margin=\"0,0,0,12\">\n        <Grid.RowDefinitions>\n            <RowDefinition Height=\"*\"/>\n            <RowDefinition Height=\"Auto\"/>\n        </Grid.RowDefinitions>\n\n        <!-- Title -->\n        <TextBlock Text=\"Welcome to Ultimate Wii U Virtual Console Injector (UWUVCI) V3!\" \n                   FontSize=\"18\" \n                   FontWeight=\"Bold\" \n                   HorizontalAlignment=\"Center\" \n                   VerticalAlignment=\"Top\" \n                   Margin=\"0,20,0,0\"/>\n\n        <TextBlock Text=\"Welcome to the UWUVCI V3 tutorial! After a couple of seconds, the next button will become enabled. Once you finish the tutorial, you won't have to go through it again.\" \n                   FontSize=\"16\" \n                   TextWrapping=\"Wrap\" \n                   HorizontalAlignment=\"Center\" \n                   VerticalAlignment=\"Top\" Width=\"530\" Margin=\"0,77,0,0\"/>\n        <!-- Description -->\n        <TextBlock Text=\"This tool helps you create Virtual Console Injects (VCI) for consoles: NDS, GBA, N64, SNES, NES, TG16, MSX, Wii, and GCN.\" \n                   FontSize=\"16\" \n                   TextWrapping=\"Wrap\" \n                   HorizontalAlignment=\"Center\" \n                   VerticalAlignment=\"Top\" Width=\"530\" Margin=\"0,161,0,0\"/>\n\n        <!-- Notes -->\n        <TextBlock Text=\"Notes: GCN does not use VC, instead it uses Nintendont. Wii allows for creating Homebrew and WAD forwarders.\" \n                   FontSize=\"12\" \n                   TextWrapping=\"Wrap\" \n                   HorizontalAlignment=\"Center\" \n                   VerticalAlignment=\"Top\" \n                   Margin=\"0,221,0,0\" Width=\"418\"/>\n\n        <!-- Next Button Row -->\n        <StackPanel Orientation=\"Horizontal\" \n                    HorizontalAlignment=\"Right\" \n                    VerticalAlignment=\"Bottom\" \n                    Margin=\"0,10,20,10\" \n                    Grid.Row=\"1\">\n            <Button Content=\"Next\" Width=\"80\" Click=\"NextButton_Click\" x:Name=\"NextButton\" />\n        </StackPanel>\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/IntroductionWindow.xaml.cs",
    "content": "﻿using System;\nusing System.Windows;\nusing System.Windows.Threading;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    public partial class IntroductionWindow : Window\n    {\n        private DispatcherTimer timer;\n        public IntroductionWindow()\n        {\n            InitializeComponent();\n\n            // Disable the Next button initially\n            NextButton.IsEnabled = false;\n\n            // Create a dispatcher timer\n            timer = new DispatcherTimer();\n            timer.Interval = TimeSpan.FromSeconds(3); // Set the timer for 3 seconds\n            timer.Tick += Timer_Tick; // Subscribe to the Tick event\n            timer.Start(); // Start the timer\n        }\n\n        // Event triggered when the timer ticks (after 3 seconds)\n        private void Timer_Tick(object sender, EventArgs e)\n        {\n            // Enable the Next button\n            NextButton.IsEnabled = true;\n\n            // Stop the timer after it has run once\n            timer.Stop();\n        }\n\n        private void NextButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Navigate to the next window (GuideWindow)\n            var guideWindow = new GuideWindow();\n            guideWindow.Show();\n            Close();\n            \n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/MacLinuxWindow.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.MacLinuxWindow\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        Title=\"Mac/Linux Users\" Height=\"425\" Width=\"650\" ResizeMode=\"NoResize\" WindowStartupLocation=\"CenterScreen\">\n\n    <Grid Margin=\"0,0,0,12\">\n        <Grid.RowDefinitions>\n            <RowDefinition Height=\"*\" />\n            <!-- Content row -->\n            <RowDefinition Height=\"Auto\" />\n            <!-- Button row -->\n        </Grid.RowDefinitions>\n\n        <!-- Centering content inside the grid -->\n        <StackPanel HorizontalAlignment=\"Center\" VerticalAlignment=\"Center\" Width=\"530\" Height=\"272\">\n            <TextBlock Text=\"macOS, Linux...?\" \n                       FontSize=\"18\" \n                       FontWeight=\"Bold\" \n                       HorizontalAlignment=\"Center\"\n                       Margin=\"0,20,0,0\"/>\n            <TextBlock Text=\"UWUVCI V3 is written as a WPF program for Windows, which as the name suggests is native to Windows only. I, ZestyTS, have written a helper app to add extra support for macOS, and Linux. So, spread the word!\" \n                       FontSize=\"16\" \n                       TextWrapping=\"Wrap\" \n                       HorizontalAlignment=\"Center\" \n                       VerticalAlignment=\"Top\" \n                       Margin=\"0,20,0,0\" />\n\n            <TextBlock Text=\"Note: The helper app is only needed for GCN and Wii.\"\n                       FontSize=\"12\"\n                       TextWrapping=\"Wrap\"\n                       HorizontalAlignment=\"Center\"\n                       VerticalAlignment=\"Top\"\n                       Margin=\"0,10,0,0\" />\n\n            <TextBlock Text=\"If the app doesn’t automatically run, a pop-up window will explain what to do, so don't get scared, just read the instructions! \"\n                       FontSize=\"16\"\n                       TextWrapping=\"Wrap\"\n                       HorizontalAlignment=\"Center\"\n                       VerticalAlignment=\"Top\"\n                       Margin=\"0,20,0,0\" />\n        </StackPanel>\n\n        <!-- Bottom Buttons Grid -->\n        <Grid Grid.Row=\"1\" HorizontalAlignment=\"Stretch\" VerticalAlignment=\"Bottom\">\n            <Grid.ColumnDefinitions>\n                <ColumnDefinition Width=\"Auto\" />\n                <ColumnDefinition Width=\"*\" />\n                <ColumnDefinition Width=\"Auto\" />\n            </Grid.ColumnDefinitions>\n\n            <!-- Back Button on the Left -->\n            <Button Content=\"Back\"\n                    HorizontalAlignment=\"Left\"\n                    Width=\"80\"\n                    Margin=\"50,0,0,10\"\n                    Click=\"BackButton_Click\"\n                    Grid.Column=\"0\" Grid.ColumnSpan=\"2\" />\n\n            <!-- Next Button on the Right -->\n            <Button Content=\"Next\"\n                    HorizontalAlignment=\"Right\"\n                    Width=\"80\"\n                    Margin=\"0,0,42,10\"\n                    Click=\"NextButton_Click\"\n                    Grid.Column=\"1\" \n                    x:Name=\"NextButton\" Grid.ColumnSpan=\"2\"/>\n        </Grid>\n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/MacLinuxWindow.xaml.cs",
    "content": "﻿using System;\nusing System.Windows;\nusing System.Windows.Threading;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    public partial class MacLinuxWindow : Window\n    {\n        private DispatcherTimer timer;\n        public MacLinuxWindow()\n        {\n            InitializeComponent();\n\n            // Disable the Next button initially\n            NextButton.IsEnabled = false;\n\n            // Create a dispatcher timer\n            timer = new DispatcherTimer();\n            timer.Interval = TimeSpan.FromSeconds(3); // Set the timer for 3 seconds\n            timer.Tick += Timer_Tick; // Subscribe to the Tick event\n            timer.Start(); // Start the timer\n        }\n\n        // Event triggered when the timer ticks (after 3 seconds)\n        private void Timer_Tick(object sender, EventArgs e)\n        {\n            // Enable the Next button\n            NextButton.IsEnabled = true;\n\n            // Stop the timer after it has run once\n            timer.Stop();\n        }\n        private void NextButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Navigate to the next window (CloseWindow)\n            var closeWindow = new CloseWindow();\n            closeWindow.Show();\n            Close();\n        }\n\n        private void BackButton_Click(object sender, RoutedEventArgs e)\n        {\n            // Navigate to the previous window (BaseGameWindow)\n            var baseGameWindow = new BaseGameWindow();\n            baseGameWindow.Show();\n            Close();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/MenuWindow.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.MainWindow\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n       xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"UWUVCI AIO\" Width=\"1194.525\" WindowStyle=\"None\" WindowStartupLocation=\"CenterScreen\" Foreground=\"White\" MouseDown=\"MoveWindow\" Background=\"LightGray\" ResizeMode=\"NoResize\" Height=\"670\" MouseUp=\"Window_MouseUp\" KeyUp=\"Window_KeyUp\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\">\n\n\n\n    <Window.Resources>\n        <Storyboard x:Key=\"MenuOpen\">\n            <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty=\"(FrameworkElement.Width)\" Storyboard.TargetName=\"GridMenu\">\n                <EasingDoubleKeyFrame KeyTime=\"0\" Value=\"60\"/>\n                <EasingDoubleKeyFrame KeyTime=\"0:0:0.2\" Value=\"210\"/>\n            </DoubleAnimationUsingKeyFrames>\n        </Storyboard>\n        <Storyboard x:Key=\"MenuClose\">\n            <DoubleAnimationUsingKeyFrames Storyboard.TargetProperty=\"(FrameworkElement.Width)\" Storyboard.TargetName=\"GridMenu\">\n                <EasingDoubleKeyFrame KeyTime=\"0\" Value=\"200\"/>\n                <EasingDoubleKeyFrame KeyTime=\"0:0:0.2\" Value=\"60\"/>\n            </DoubleAnimationUsingKeyFrames>\n        </Storyboard>\n    </Window.Resources>\n    <Window.Triggers>\n        <EventTrigger RoutedEvent=\"ButtonBase.Click\" SourceName=\"ButtonOpenMenu\">\n            <BeginStoryboard Storyboard=\"{StaticResource MenuOpen}\"/>\n\n        </EventTrigger>\n        <EventTrigger RoutedEvent=\"ButtonBase.Click\" SourceName=\"ButtonCloseMenu\">\n            <BeginStoryboard Storyboard=\"{StaticResource MenuClose}\"/>\n\n        </EventTrigger>\n    </Window.Triggers>\n\n    <Grid DataContext=\"{StaticResource mvm}\">\n        <Grid Margin=\"60,70,0,0\">\n            <Frame x:Name=\"load_frame\" NavigationUIVisibility=\"Hidden\"/>\n        </Grid>\n        <Grid Height=\"72\" VerticalAlignment=\"Top\" Margin=\"0,-2,0,0\">\n            <Grid.Background>\n\n                <VisualBrush TileMode=\"Tile\" Viewport=\"0,0,0.0965,1\">\n                    <VisualBrush.Visual>\n                        <Image Source=\"/UI/Images/bg maybe wpf.png\"></Image>\n                        <!--<Image Source=\"/UI/Images/bg maybe wpf6.png\"></Image>-->\n                    </VisualBrush.Visual>\n                </VisualBrush>\n\n\n            </Grid.Background>\n            <TextBlock Name=\"tbTitleBar\" HorizontalAlignment=\"Left\" Margin=\"61,19,0,0\" TextWrapping=\"Wrap\" Text=\"UWUVCI AIO - Start\" VerticalAlignment=\"Top\" FontSize=\"25\" Width=\"1075\" TextAlignment=\"Center\"/>\n            <TextBlock HorizontalAlignment=\"Left\" Margin=\"61,3,0,0\" TextWrapping=\"Wrap\" Text=\"Space Bypass Mode\" VerticalAlignment=\"Top\" ToolTip=\"Disables all Space checks. May cause issues.\" Name=\"spc\" Visibility=\"Hidden\"/>\n        </Grid>\n        <Grid x:Name=\"GridMenu\" Width=\"60\" HorizontalAlignment=\"Left\">\n            <Grid.Background>\n                <LinearGradientBrush EndPoint=\"0.5,1\" StartPoint=\"0.5,0\">\n                    <GradientStop Color=\"#5B6EAD\" Offset=\"1\"/>\n                    <GradientStop Color=\"#7289DA\" Offset=\"0\"/>\n                    <GradientStop Color=\"#6175B7\" Offset=\"0.5\"/>\n                    <!--<GradientStop Color=\"#A85623\" Offset=\"1\"/>\n                    <GradientStop Color=\"#CA682A\" Offset=\"0\"/>\n                    <GradientStop Color=\"#B75E26\" Offset=\"0.5\"/>-->\n                </LinearGradientBrush>\n            </Grid.Background>\n            <StackPanel>\n                <Grid Height=\"70\">\n                    <Button x:Name=\"ButtonCloseMenu\" Width=\"60\" Height=\"60\" Background=\"{x:Null}\" BorderBrush=\"{x:Null}\" VerticalAlignment=\"Center\" HorizontalAlignment=\"Right\" Margin=\"0,5,0,0\" Visibility=\"Collapsed\" Click=\"ButtonCloseMenu_Click\">\n                        <materialDesign:PackIcon Foreground=\"White\" Kind=\"ArrowLeft\" Height=\"25\" Width=\"25\" />\n                    </Button>\n                    <Button x:Name=\"ButtonOpenMenu\" Width=\"60\" Height=\"60\" Background=\"{x:Null}\" BorderBrush=\"{x:Null}\" VerticalAlignment=\"Top\" HorizontalAlignment=\"Right\" Margin=\"0,5,0,0\" Click=\"ButtonOpenMenu_Click\">\n                        <materialDesign:PackIcon Foreground=\"White\" Kind=\"HamburgerMenu\" Height=\"25\" Width=\"25\"/>\n                    </Button>\n                </Grid>\n                <ListView  Foreground=\"White\"  ScrollViewer.HorizontalScrollBarVisibility=\"Disabled\" PreviewMouseLeftButtonUp=\"ListView_Click\" x:Name=\"listCONS\" MouseEnter=\"ButtonOpenMenu_Click\" MouseLeave=\"ButtonCloseMenu_Click\">\n\n                    <!--NDS-->\n                    <ListViewItem Height=\"60\" x:Name=\"NDS\" IsEnabled=\"{Binding PathsSet}\" Cursor=\"Hand\">\n                        <StackPanel Orientation=\"Horizontal\">\n                            <Image Height=\"44\" Width=\"44\" Source=\"/UI/Images/ds64x64alt4.png\"></Image>\n                            <TextBlock Text=\"NDS VC Inject\" VerticalAlignment=\"Center\" Margin=\"20 10\"/>\n                        </StackPanel>\n                    </ListViewItem>\n                    <!--GBA-->\n                    <ListViewItem Height=\"60\" x:Name=\"GBA\" IsEnabled=\"{Binding PathsSet}\"  Cursor=\"Hand\" ToolTip=\"Also supports GameBoy/GameBoy Color\">\n\n                        <StackPanel Orientation=\"Horizontal\">\n                            <Image Source=\"/UI/Images/gba64alt3.png\"></Image>\n                            <TextBlock Text=\"GBA VC Inject\" VerticalAlignment=\"Center\" Margin=\"20 10\"/>\n                        </StackPanel>\n                    </ListViewItem>\n                    <!--N64-->\n                    <ListViewItem Height=\"60\" x:Name=\"N64\" IsEnabled=\"{Binding PathsSet}\"  Cursor=\"Hand\">\n                        <StackPanel Orientation=\"Horizontal\">\n                            <Image Source=\"/UI/Images/n64colorlessalt5.png\"></Image>\n                            <TextBlock Text=\"N64 VC Inject\" VerticalAlignment=\"Center\" Margin=\"20 10\"/>\n                        </StackPanel>\n                    </ListViewItem>\n                    <!--SNES-->\n                    <ListViewItem Height=\"60\" x:Name=\"SNES\" IsEnabled=\"{Binding PathsSet}\" Cursor=\"Hand\">\n                        <StackPanel Orientation=\"Horizontal\">\n                            <Image Source=\"/UI/Images/snes64alt2.png\"></Image>\n                            <TextBlock Text=\"SNES VC Inject\" VerticalAlignment=\"Center\" Margin=\"20 10\"/>\n                        </StackPanel>\n                    </ListViewItem>\n                    <!--NES-->\n                    <ListViewItem Height=\"60\" x:Name=\"NES\" IsEnabled=\"{Binding PathsSet}\"  Cursor=\"Hand\">\n                        <StackPanel Orientation=\"Horizontal\">\n                            <Image Source=\"/UI/Images/nes64alt5.png\"></Image>\n                            <TextBlock Text=\"NES VC Inject\" VerticalAlignment=\"Center\" Margin=\"20 10\"/>\n                        </StackPanel>\n                    </ListViewItem>\n\n                    <!--TG16-->\n                    <ListViewItem Height=\"60\" x:Name=\"TG16alt\" IsEnabled=\"{Binding PathsSet}\" Cursor=\"Hand\" ToolTip=\"Also supports TurboGrafX-CD\">\n                        <StackPanel Orientation=\"Horizontal\">\n                            <Image Source=\"/UI/Images/tg16alt.png\"></Image>\n                            <TextBlock Text=\"TG16 VC Inject\" VerticalAlignment=\"Center\" Margin=\"20 10\"/>\n                        </StackPanel>\n                    </ListViewItem>\n                    <!--MSX-->\n                    <ListViewItem Height=\"60\" x:Name=\"MSX\" IsEnabled=\"{Binding PathsSet}\" Cursor=\"Hand\" ToolTip=\"Supports MSX and MSX2 Games\">\n                        <StackPanel Orientation=\"Horizontal\">\n                            <Image Source=\"/UI/Images/msx.png\"></Image>\n                            <TextBlock Text=\"MSX VC Inject\" VerticalAlignment=\"Center\" Margin=\"20 10\"/>\n                        </StackPanel>\n                    </ListViewItem>\n                    <!--Wii-->\n                    <ListViewItem Height=\"60\" x:Name=\"Wii\" IsEnabled=\"{Binding PathsSet}\" Cursor=\"Hand\">\n                        <StackPanel Orientation=\"Horizontal\">\n                            <Image Source=\"/UI/Images/Wii.png\"></Image>\n                            <TextBlock Text=\"WII VC Inject\" VerticalAlignment=\"Center\" Margin=\"20 10\"/>\n                        </StackPanel>\n                    </ListViewItem>\n                    <!--GC-->\n                    <ListViewItem Height=\"60\" x:Name=\"GC\" IsEnabled=\"{Binding PathsSet}\" Cursor=\"Hand\" >\n                        <StackPanel Orientation=\"Horizontal\">\n                            <Image Source=\"/UI/Images/NGC.png\"></Image>\n                            <TextBlock Text=\"GC VC Inject\" VerticalAlignment=\"Center\" Margin=\"20 10\"/>\n                        </StackPanel>\n                    </ListViewItem>\n                </ListView>\n\n            </StackPanel>\n        </Grid>\n        <Button Content=\"Button\" HorizontalAlignment=\"Left\" Margin=\"1160,11,0,0\" VerticalAlignment=\"Top\" Width=\"18\" Background=\"{x:Null}\" BorderBrush=\"{x:Null}\" Height=\"25\" Click=\"Window_Close\" Name=\"close\" MouseEnter=\"close_MouseEnter\" MouseLeave=\"close_MouseLeave\"/>\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"1164,12,0,0\" TextWrapping=\"Wrap\" Text=\"X\" VerticalAlignment=\"Top\" Foreground=\"White\" FontSize=\"16\" IsHitTestVisible=\"False\"/>\n        <Button Content=\"Button\" HorizontalAlignment=\"Left\" Margin=\"1140,11,0,0\" VerticalAlignment=\"Top\" Width=\"18\" Background=\"{x:Null}\" BorderBrush=\"{x:Null}\" Height=\"25\" Click=\"Window_Minimize\" MouseEnter=\"Button_MouseEnter\" Name=\"min\" MouseLeave=\"min_MouseLeave\"/>\n        <TextBlock HorizontalAlignment=\"Left\" Margin=\"1141,10,0,0\" TextWrapping=\"Wrap\" Text=\"🗕\" VerticalAlignment=\"Top\" Foreground=\"White\" FontSize=\"16\" IsHitTestVisible=\"False\"/>\n\n        <!--<Button HorizontalAlignment=\"Left\" Margin=\"1123,36,-2,0\" VerticalAlignment=\"Top\" Width=\"74\" Background=\"{x:Null}\" BorderBrush=\"{x:Null}\" Height=\"23\" Click=\"settings_Click\" Name=\"settings\" Content=\"Settings\" FontSize=\"10\"/>-->\n        <Button  HorizontalAlignment=\"Left\" Margin=\"1159,38,0,0\" Height=\"20\" VerticalAlignment=\"Top\" Width=\"21\" Background=\"Transparent\" BorderBrush=\"Transparent\" Foreground=\"Transparent\" Click=\"settings_Click\" FontSize=\"22\" Padding=\"0\" Name=\"settings\" IsTabStop=\"False\">\n            <Image Source=\"/UI/Images/cogwheel.png\" Height=\"20\" Width=\"16\"/>\n        </Button>\n        <Button  HorizontalAlignment=\"Left\" Margin=\"1080,38,0,0\" Height=\"20\" VerticalAlignment=\"Top\" Background=\"Transparent\"  BorderBrush=\"White\"   FontSize=\"14\" Padding=\"0\" Name=\"vwiiMode\" IsTabStop=\"False\" Content=\" vWii Mode \" Click=\"vwiiMode_Click\">\n        </Button>\n\n    </Grid>\n\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/MenuWindow.xaml.cs",
    "content": "﻿using System;\nusing System.Collections.Generic;\nusing System.IO;\nusing System.Threading.Tasks;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Input;\nusing System.Windows.Media;\nusing System.Diagnostics;\nusing NAudio.Wave;\nusing UWUVCI_AIO_WPF.Models;\nusing UWUVCI_AIO_WPF.UI.Frames;\nusing GameBaseClassLibrary;\nusing UWUVCI_AIO_WPF.UI.Frames.Path;\n\nnamespace UWUVCI_AIO_WPF\n{\n    public partial class MainWindow : Window\n    {\n        private readonly List<Key> _konamiCode = new List<Key>\n        {\n            Key.Up, Key.Up,\n            Key.Down, Key.Down,\n            Key.Left, Key.Right,\n            Key.Left, Key.Right,\n            Key.B, Key.A,\n            Key.Enter\n        };\n\n        private bool movingrn = false;\n        private bool startedmoving = false;\n        private int _match;\n\n        public static byte[] StreamToBytes(Stream stream)\n        {\n            long originalPosition = stream.CanSeek ? stream.Position : 0;\n            if (stream.CanSeek) stream.Position = 0;\n\n            try\n            {\n                using (var memoryStream = new MemoryStream())\n                {\n                    stream.CopyTo(memoryStream);\n                    return memoryStream.ToArray();\n                }\n            }\n            finally\n            {\n                if (stream.CanSeek) stream.Position = originalPosition;\n            }\n        }\n\n        internal void is32()\n        {\n            Wii.DataContext = this;\n            Wii.IsEnabled = false;\n            GC.DataContext = this;\n            GC.IsEnabled = false;\n        }\n\n        static MemoryStream sound = new MemoryStream(Properties.Resources.mario);\n        static MemoryStream ms = new MemoryStream(StreamToBytes(sound));\n        static WaveStream ws = new Mp3FileReader(ms);\n        static WaveOutEvent output = new WaveOutEvent();\n\n        public MainWindow()\n        {\n            InitializeComponent();\n            load_frame.Content = new StartFrame();\n            (FindResource(\"mvm\") as MainViewModel).setMW(this);\n        }\n\n        private void Window_KeyUp(object sender, KeyEventArgs e)\n        {\n            if (e.Key == _konamiCode[_match])\n            {\n                if (++_match >= _konamiCode.Count)\n                {\n                    _match = 0;\n                    output.PlaybackStopped += Media_Ended;\n                    output.Init(ws);\n                    output.Play();\n                }\n            }\n            else if (_match > 0 && e.Key != _konamiCode[_match])\n            {\n                _match = 0;\n            }\n        }\n\n        public static void Media_Ended(object sender, EventArgs e)\n        {\n            DisposeResources();\n        }\n\n        private static void DisposeResources()\n        {\n            ms?.Dispose();\n            ws?.Dispose();\n            output?.Dispose();\n        }\n\n        public bool move = true;\n\n        private void ButtonCloseMenu_Click(object sender, RoutedEventArgs e)\n        {\n            ButtonOpenMenu.Visibility = Visibility.Visible;\n            ButtonCloseMenu.Visibility = Visibility.Collapsed;\n        }\n\n        private void ButtonOpenMenu_Click(object sender, RoutedEventArgs e)\n        {\n            ButtonOpenMenu.Visibility = Visibility.Collapsed;\n            ButtonCloseMenu.Visibility = Visibility.Visible;\n        }\n\n        private void ButtonCloseMenu_Click(object sender, MouseEventArgs e)\n        {\n            if (!movingrn)\n            {\n                // Uncomment if Storyboard is needed\n                // Storyboard sb = this.FindResource(\"MenuClose\") as Storyboard;\n                // if (sb != null) { BeginStoryboard(sb); }\n            }\n        }\n\n        private void ButtonOpenMenu_Click(object sender, MouseEventArgs e)\n        {\n            if (!movingrn)\n            {\n                // Uncomment if Storyboard is needed\n                // Storyboard sb = this.FindResource(\"MenuOpen\") as Storyboard;\n                // if (sb != null) { BeginStoryboard(sb); }\n            }\n        }\n\n        private void MoveWindow(object sender, MouseButtonEventArgs e)\n        {\n            startedmoving = true;\n            try\n            {\n                if (e.ChangedButton == MouseButton.Left && move)\n                {\n                    movingrn = true;\n                    DragMove();\n                }\n            }\n            catch (Exception)\n            {\n                // Exception handling logic can be added here\n            }\n            finally\n            {\n                startedmoving = false;\n            }\n        }\n\n        private void DestroyFrame()\n        {\n            // Dispose of the content if necessary\n            // (load_frame.Content as IDisposable)?.Dispose();\n            load_frame.Content = null;\n            load_frame.NavigationService.RemoveBackEntry();\n        }\n\n        public void ListView_Click(object sender, MouseButtonEventArgs e)\n        {\n            if (!startedmoving && !movingrn)\n            {\n                ResetMainViewModel();\n\n                try\n                {\n                    MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n                    mvm.curr = (sender as ListView).SelectedItem as ListViewItem;\n\n                    UpdateUIForSelectedIndex(mvm, (sender as ListView).SelectedIndex);\n                }\n                catch\n                {\n                    // Exception handling logic can be added here\n                }\n            }\n        }\n\n        private void ResetMainViewModel()\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            if (mvm.curr != null) mvm.curr.Background = null;\n\n            mvm.GameConfiguration = new GameConfig();\n            mvm.LGameBasesString.Clear();\n            mvm.CanInject = false;\n            mvm.BaseDownloaded = false;\n            mvm.RomSet = false;\n            mvm.RomPath = null;\n            mvm.Injected = false;\n            mvm.CBasePath = null;\n            mvm.bcf = null;\n            mvm.BootSound = null;\n            mvm.setThing(null);\n            mvm.gc2rom = null;\n            mvm.Index = -1;\n            mvm.donttrim = false;\n            mvm.NKITFLAG = false;\n            mvm.prodcode = \"\";\n            mvm.foldername = \"\";\n            mvm.jppatch = false;\n            mvm.GC = false;\n            mvm.test = GameConsoles.WII;\n            mvm.regionfrii = false;\n            mvm.cd = false;\n            mvm.regionfriijp = false;\n            mvm.regionfriius = false;\n            mvm.pixelperfect = false;\n            mvm.injected2 = false;\n            mvm.Brightness = 80;\n            mvm.RendererScale = false;\n            mvm.RemoveDeflicker = false;\n            mvm.RemoveDithering = false;\n            mvm.HalfVFilter = false;\n            mvm.PixelArtUpscaler = 0;\n            mvm.DSLayout = false;\n\n            mvm.RemoveCreatedIMG();\n            mvm.isDoneMW();\n            DestroyFrame();\n            mvm.saveconf = null;\n            mvm.GC = false;\n        }\n\n        private void UpdateUIForSelectedIndex(MainViewModel mvm, int selectedIndex)\n        {\n            Console.WriteLine(Directory.GetCurrentDirectory());\n            string title = selectedIndex switch\n            {\n                0 => \"UWUVCI AIO - NDS VC INJECT\",\n                1 => \"UWUVCI AIO - GBA VC INJECT\",\n                2 => \"UWUVCI AIO - N64 VC INJECT\",\n                3 => \"UWUVCI AIO - SNES VC INJECT\",\n                4 => \"UWUVCI AIO - NES VC INJECT\",\n                5 => \"UWUVCI AIO - TurboGrafX-16 VC INJECT\",\n                6 => \"UWUVCI AIO - MSX VC INJECT\",\n                7 => \"UWUVCI AIO - Wii VC INJECT\",\n                8 => \"UWUVCI AIO - GC VC INJECT\",\n                _ => tbTitleBar.Text\n            };\n\n            tbTitleBar.Text = title;\n\n            var console = selectedIndex switch\n            {\n                0 => GameConsoles.NDS,\n                1 => GameConsoles.GBA,\n                2 => GameConsoles.N64,\n                3 => GameConsoles.SNES,\n                4 => GameConsoles.NES,\n                5 => GameConsoles.TG16,\n                6 => GameConsoles.MSX,\n                7 => GameConsoles.WII,\n                8 => GameConsoles.GCN,\n                _ => GameConsoles.WII\n            };\n\n            mvm.GameConfiguration = new GameConfig();\n            mvm.test = console;\n            load_frame.Content = new INJECTFRAME(console);\n        }\n\n        public void paths(bool remove)\n        {\n            load_frame.Content = null;\n            if (remove)\n                load_frame.Content = new SettingsFrame(this);\n            else\n                load_frame.Content = new Paths(this);\n        }\n\n        private void Window_Close(object sender, RoutedEventArgs e)\n        {\n            Close();\n        }\n\n        private void Window_Minimize(object sender, RoutedEventArgs e)\n        {\n            WindowState = WindowState.Minimized;\n        }\n\n        private void Button_MouseEnter(object sender, MouseEventArgs e)\n        {\n            min.Background = new SolidColorBrush(Color.FromArgb(100, 255, 255, 255));\n        }\n\n        private void close_MouseEnter(object sender, MouseEventArgs e)\n        {\n            close.Background = new SolidColorBrush(Color.FromArgb(150, 255, 100, 100));\n        }\n\n        private void close_MouseLeave(object sender, MouseEventArgs e)\n        {\n            close.Background = new SolidColorBrush(Color.FromArgb(0, 250, 250, 250));\n        }\n\n        private void min_MouseLeave(object sender, MouseEventArgs e)\n        {\n            min.Background = new SolidColorBrush(Color.FromArgb(0, 250, 250, 250));\n        }\n\n        private void sett_MouseEnter(object sender, MouseEventArgs e)\n        {\n            settings.Background = new SolidColorBrush(Color.FromArgb(100, 255, 255, 255));\n        }\n\n        private void sett_MouseLeave(object sender, MouseEventArgs e)\n        {\n            settings.Background = new SolidColorBrush(Color.FromArgb(0, 250, 250, 250));\n        }\n\n        public void setDebug(bool bypass)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.debug = true;\n            spc.Visibility = Visibility.Visible;\n\n            spc.Text = bypass ? \"Debug & Space Bypass Mode\" : \"Debug Mode\";\n            spc.ToolTip = bypass\n                ? \"Disables all Space checks. May cause issues.\\n\\\"Unhides\\\" used Tools (Displays whats going on in the Background while a ProgressBar appears\"\n                : \"\\\"Unhides\\\" used Tools (Displays whats going on in the Background while a ProgressBar appears\";\n        }\n\n        public void allowBypass()\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            mvm.saveworkaround = true;\n            spc.Visibility = Visibility.Visible;\n            spc.Text = \"Space Bypass Mode\";\n            spc.ToolTip = \"Disables all Space checks. May cause issues.\";\n        }\n\n        private void Window_MouseUp(object sender, MouseButtonEventArgs e)\n        {\n            Task.Run(() =>\n            {\n                System.Threading.Thread.Sleep(30);\n                if (!startedmoving)\n                {\n                    movingrn = false;\n                }\n            });\n        }\n\n        private void settings_Click(object sender, RoutedEventArgs e)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n\n            ResetMainViewModel();\n\n            tbTitleBar.Text = \"UWUVCI AIO - Settings\";\n            load_frame.Content = new SettingsFrame(this);\n        }\n\n        private void vwiiMode_Click(object sender, RoutedEventArgs e)\n        {\n            try\n            {\n                var p = new Process();\n                var fileName = Application.ResourceAssembly.Location;\n                foreach (var file in Directory.GetFiles(Directory.GetCurrentDirectory(), \"*.exe\"))\n                {\n                    if (Path.GetFileName(file).ToLower().Contains(\"vwii\"))\n                    {\n                        fileName = file;\n                        break;\n                    }\n                }\n\n                p.StartInfo.FileName = fileName;\n                p.Start();\n\n                Environment.Exit(0);\n            }\n            catch\n            {\n                // Exception handling logic can be added here\n            }\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/TitleKeys - Kopieren.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.TitleKeys_Kopieren\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF.UI.Windows\"\n        mc:Ignorable=\"d\"\n        Title=\"TitleKeys___Kopieren\" Height=\"450\" Width=\"800\" >\n    <Grid>\n        \n    </Grid>\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/TitleKeys - Kopieren.xaml.cs",
    "content": "﻿using System.Windows;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für TitleKeys___Kopieren.xaml\n    /// </summary>\n    public partial class TitleKeys_Kopieren : Window\n    {\n        public TitleKeys_Kopieren()\n        {\n            InitializeComponent();\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml",
    "content": "﻿<Window x:Class=\"UWUVCI_AIO_WPF.UI.Windows.TitleKeys\"\n        xmlns=\"http://schemas.microsoft.com/winfx/2006/xaml/presentation\"\n        xmlns:x=\"http://schemas.microsoft.com/winfx/2006/xaml\"\n        xmlns:d=\"http://schemas.microsoft.com/expression/blend/2008\"\n        xmlns:mc=\"http://schemas.openxmlformats.org/markup-compatibility/2006\"\n        xmlns:local=\"clr-namespace:UWUVCI_AIO_WPF\"\n       xmlns:materialDesign=\"http://materialdesigninxaml.net/winfx/xaml/themes\"\n        mc:Ignorable=\"d\"\n        Title=\"MAIN\" Width=\"1194.525\" WindowStyle=\"None\" materialDesign:ShadowAssist.CacheMode=\"{x:Null}\" WindowStartupLocation=\"CenterOwner\" Foreground=\"White\" Background=\"LightGray\" MouseDown=\"MoveWindow\" ResizeMode=\"NoResize\" Height=\"670\"  Icon=\"/UWUVCI AIO WPF;component/a.ico\" Closing=\"wind_Closing\" Closed=\"wind_Closed\">\n\n\n\n\n    <Grid DataContext=\"{StaticResource mvm}\">\n        <Grid Margin=\"0,70,0,0\">\n\n\n            <TextBlock x:Name=\"tb\" Margin=\"572,174,563,70\" TextWrapping=\"Wrap\" FontSize=\"20\" Height=\"142\" HorizontalAlignment=\"Center\" VerticalAlignment=\"Center\" TextAlignment=\"Center\" Foreground=\"Black\" />\n\n            <WebBrowser HorizontalAlignment=\"Left\" Height=\"600\" VerticalAlignment=\"Top\" Width=\"1195\" Name=\"wb\" LoadCompleted=\"wb_LoadCompleted\" Navigating=\"wb_Navigating\"/>\n            <Label Content=\"Loading Help... Please Wait\" HorizontalAlignment=\"Left\" Margin=\"430,281,0,0\" VerticalAlignment=\"Top\" FontSize=\"25\" FontWeight=\"Bold\" Name=\"load\" Visibility=\"Hidden\"/>\n\n        </Grid>\n        <Grid Height=\"70\" VerticalAlignment=\"Top\">\n            <Grid.Background>\n\n                <VisualBrush TileMode=\"Tile\" Viewport=\"0,0,0.0965,1\">\n                    <VisualBrush.Visual>\n                        <Image Source=\"/UI/Images/bg maybe wpf.png\"></Image>\n                    </VisualBrush.Visual>\n                </VisualBrush>\n\n\n            </Grid.Background>\n            <TextBlock Name=\"tbTitleBar\" HorizontalAlignment=\"Left\" Margin=\"0,19,0,0\" TextWrapping=\"Wrap\" Text=\"UWUVCI AIO - Help\" VerticalAlignment=\"Top\" FontSize=\"25\" Width=\"1166\" TextAlignment=\"Center\"/>\n        </Grid>\n\n\n        <Button Content=\"Back\" HorizontalAlignment=\"Left\" Margin=\"1096,19,0,0\" VerticalAlignment=\"Top\" Width=\"83\"  Height=\"29\" Click=\"Window_Close\"/>\n\n    </Grid>\n\n</Window>\n"
  },
  {
    "path": "UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml.cs",
    "content": "﻿using System;\nusing System.Diagnostics;\nusing System.Reflection;\nusing System.Threading;\nusing System.Windows;\nusing System.Windows.Controls;\nusing System.Windows.Input;\n\nnamespace UWUVCI_AIO_WPF.UI.Windows\n{\n    /// <summary>\n    /// Interaktionslogik für TitleKeys.xaml\n    /// </summary>\n    public partial class TitleKeys : Window\n    {\n        string url = \"\";\n        public TitleKeys(string url)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            try\n            {\n                if (Owner?.GetType() != typeof(MainWindow))\n                {\n                    WindowStartupLocation = WindowStartupLocation.CenterScreen;\n                }\n            }\n            catch (Exception)\n            {\n                WindowStartupLocation = WindowStartupLocation.CenterScreen;\n            }\n            string fullurl = \"\";\n            try\n            {\n                fullurl = mvm.GetURL(url);\n                if (fullurl == \"\" || fullurl == null)\n                {\n                    throw new Exception();\n                }\n            }\n            catch (Exception)\n            {\n                Custom_Message cm = new Custom_Message(\"Not Implemented\", $\"The Helppage for {url.ToUpper()} is not implemented yet\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n                    // left empty on purpose\n                }\n                cm.ShowDialog();\n                Close();\n                mvm.mw.Show();\n            }\n            \n            wb.Source = new Uri(fullurl, UriKind.Absolute);\n            wb.Refresh(true);\n\n            clsWebbrowser_Errors.SuppressscriptErrors(wb, true);\n            InitializeComponent();\n\n            this.url = url;\n        }\n        public TitleKeys(string url, string title)\n        {\n            InitializeComponent();\n            wb.Visibility = Visibility.Hidden;\n            Thread t = new Thread(() => DoStuff(url));\n            t.SetApartmentState(ApartmentState.STA);\n            t.Start();\n            tbTitleBar.Text = title.Replace(\" Inject \",\" \");\n        }\n        private void MoveWindow(object sender, MouseButtonEventArgs e)\n        {\n            try\n            {\n                if (e.ChangedButton == MouseButton.Left)\n                {\n                    Owner.PointToScreen(new Point(Left, Top));\n                    DragMove();\n                   // this.Owner.PointFromScreen(new Point(this.Left, this.Top));\n                    //(FindResource(\"mvm\") as MainViewModel).mw.PointFromScreen(new Point(this.Left, this.Top));\n                }\n                   \n                //PointFromScreen(new Point(this.Left, this.Top));\n               \n            }\n            catch (Exception)\n            {\n                // left empty on purpose\n            }\n        }\n\n        public void DoStuff(string url)\n        {\n            MainViewModel mvm = FindResource(\"mvm\") as MainViewModel;\n            string fullurl = \"\";\n            try\n            {\n                fullurl = mvm.GetURL(url);\n                if (string.IsNullOrEmpty(fullurl))\n                {\n                    throw new Exception();\n                }\n            }\n            catch (Exception)\n            {\n                Custom_Message cm = new Custom_Message(\"Not Implemented\", $\"The Helppage for {url.ToUpper()} is not implemented yet\");\n                try\n                {\n                    cm.Owner = mvm.mw;\n                }\n                catch (Exception)\n                {\n                    // left empty on purpose\n                }\n                cm.Show();\n                Close();\n                mvm.mw.Show();\n            }\n\n            Dispatcher.Invoke(() =>\n            {\n                wb.Source = new Uri(fullurl, UriKind.Absolute);\n                clsWebbrowser_Errors.SuppressscriptErrors(wb, true);\n            });\n            \n            /*dynamic activeX = this.wb.GetType().InvokeMember(\"ActiveXInstance\",\n                    BindingFlags.GetProperty | BindingFlags.Instance | BindingFlags.NonPublic,\n                    null, this.wb, new object[] { });\n\n            activeX.Silent = true;*/\n           \n        }\n\n        private void Window_Close(object sender, RoutedEventArgs e)\n        {\n            Owner.Left =Left;\n            Owner.Top = Top;\n            Owner.Show();\n            Close();\n        }\n\n        private void Window_Minimize(object sender, RoutedEventArgs e)\n        {\n            WindowState = WindowState.Minimized;\n        }\n\n        private void wb_LoadCompleted(object sender, System.Windows.Navigation.NavigationEventArgs e)\n        {\n            load.Visibility = Visibility.Hidden;\n            wb.Visibility = Visibility.Visible;\n        }\n\n\n      \n        private void wb_Navigating(object sender, System.Windows.Navigation.NavigatingCancelEventArgs e)\n        {\n            if (!e.Uri.ToString().Contains(\"UWUVCI-PRIME\"))\n            {\n                e.Cancel = true;\n\n                var startInfo = new ProcessStartInfo\n                {\n                    FileName = e.Uri.ToString()\n                };\n\n                Process.Start(startInfo);\n            }\n            \n            // cancel navigation to the clicked link in the webBrowser control\n        }\n\n        private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)\n        {\n            (FindResource(\"mvm\") as MainViewModel).mw.Topmost = true;\n        }\n\n        private void wind_Closed(object sender, EventArgs e)\n        {\n            (FindResource(\"mvm\") as MainViewModel).mw.Topmost = false;\n        }\n    }\n    public static class clsWebbrowser_Errors\n    {\n        //*set wpf webbrowser Control to silent\n\n        //*code source: https://social.msdn.microsoft.com/Forums/vstudio/en-US/4f686de1-8884-4a8d-8ec5-ae4eff8ce6db\n\n\n        public static void SuppressscriptErrors(this WebBrowser webBrowser, bool hide)\n        {\n            FieldInfo fiComWebBrowser = typeof(WebBrowser).GetField(\"_axIWebBrowser2\", BindingFlags.Instance | BindingFlags.NonPublic);\n\n            if (fiComWebBrowser == null)\n                return;\n\n            object objComWebBrowser = fiComWebBrowser.GetValue(webBrowser);\n\n            if (objComWebBrowser == null)\n                return;\n\n            objComWebBrowser.GetType().InvokeMember(\"Silent\", BindingFlags.SetProperty, null, objComWebBrowser, new object[] { hide });\n        }\n    }\n}\n"
  },
  {
    "path": "UWUVCI AIO WPF/UWUVCI AIO WPF.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"15.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n  <Import Project=\"..\\packages\\Costura.Fody.6.0.0\\build\\Costura.Fody.props\" Condition=\"Exists('..\\packages\\Costura.Fody.6.0.0\\build\\Costura.Fody.props')\" />\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\n  <PropertyGroup>\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\n    <ProjectGuid>{6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54}</ProjectGuid>\n    <OutputType>WinExe</OutputType>\n    <RootNamespace>UWUVCI_AIO_WPF</RootNamespace>\n    <AssemblyName>UWUVCI AIO WPF</AssemblyName>\n    <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>\n    <LangVersion>8.0</LangVersion>\n    <FileAlignment>512</FileAlignment>\n    <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>\n    <WarningLevel>4</WarningLevel>\n    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>\n    <Deterministic>true</Deterministic>\n    <NuGetPackageImportStamp>\n    </NuGetPackageImportStamp>\n    <IsWebBootstrapper>false</IsWebBootstrapper>\n    <TargetFrameworkProfile />\n    <PublishUrl>publish\\</PublishUrl>\n    <Install>true</Install>\n    <InstallFrom>Disk</InstallFrom>\n    <UpdateEnabled>false</UpdateEnabled>\n    <UpdateMode>Foreground</UpdateMode>\n    <UpdateInterval>7</UpdateInterval>\n    <UpdateIntervalUnits>Days</UpdateIntervalUnits>\n    <UpdatePeriodically>false</UpdatePeriodically>\n    <UpdateRequired>false</UpdateRequired>\n    <MapFileExtensions>true</MapFileExtensions>\n    <ApplicationRevision>0</ApplicationRevision>\n    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>\n    <UseApplicationTrust>false</UseApplicationTrust>\n    <BootstrapperEnabled>true</BootstrapperEnabled>\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\n    <PlatformTarget>x86</PlatformTarget>\n    <DebugSymbols>true</DebugSymbols>\n    <DebugType>full</DebugType>\n    <Optimize>false</Optimize>\n    <OutputPath>bin\\Debug\\</OutputPath>\n    <DefineConstants>DEBUG;TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n  </PropertyGroup>\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\n    <PlatformTarget>AnyCPU</PlatformTarget>\n    <DebugType>pdbonly</DebugType>\n    <Optimize>true</Optimize>\n    <OutputPath>bin\\Release\\</OutputPath>\n    <DefineConstants>TRACE</DefineConstants>\n    <ErrorReport>prompt</ErrorReport>\n    <WarningLevel>4</WarningLevel>\n  </PropertyGroup>\n  <PropertyGroup>\n    <SignManifests>false</SignManifests>\n  </PropertyGroup>\n  <PropertyGroup>\n    <ApplicationIcon>b.ico</ApplicationIcon>\n  </PropertyGroup>\n  <PropertyGroup>\n    <ApplicationManifest>app.manifest</ApplicationManifest>\n  </PropertyGroup>\n  <PropertyGroup>\n    <StartupObject>UWUVCI_AIO_WPF.App</StartupObject>\n  </PropertyGroup>\n  <ItemGroup>\n    <Reference Include=\"AutoUpdater.NET, Version=1.9.2.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Autoupdater.NET.Official.1.9.2\\lib\\net462\\AutoUpdater.NET.dll</HintPath>\n    </Reference>\n    <Reference Include=\"CNUSPACKER, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\CNUSPACKER.1.0.5\\lib\\netstandard2.0\\CNUSPACKER.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Costura, Version=6.0.0.0, Culture=neutral, PublicKeyToken=9919ef960d84173d, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Costura.Fody.6.0.0\\lib\\netstandard2.0\\Costura.dll</HintPath>\n    </Reference>\n    <Reference Include=\"CSharpDecrypt, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\CDecryptSharp.1.0.4\\lib\\CSharpDecrypt.dll</HintPath>\n    </Reference>\n    <Reference Include=\"GameBaseClassLibrary\">\n      <HintPath>.\\GameBaseClassLibrary.dll</HintPath>\n    </Reference>\n    <Reference Include=\"GMWare.M2, Version=1.1.3.0, Culture=neutral, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\GMWare.M2.1.1.3\\lib\\netstandard2.0\\GMWare.M2.dll</HintPath>\n    </Reference>\n    <Reference Include=\"ICSharpCode.SharpZipLib, Version=1.4.2.13, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\SharpZipLib.1.4.2\\lib\\netstandard2.0\\ICSharpCode.SharpZipLib.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Json.Net, Version=1.0.33.1, Culture=neutral, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Json.Net.1.0.33\\lib\\netstandard2.0\\Json.Net.dll</HintPath>\n    </Reference>\n    <Reference Include=\"MaterialDesignColors, Version=1.2.7.1979, Culture=neutral, PublicKeyToken=df2a72020bd7962a, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\MaterialDesignColors.1.2.7\\lib\\net45\\MaterialDesignColors.dll</HintPath>\n    </Reference>\n    <Reference Include=\"MaterialDesignThemes.Wpf, Version=2.6.0.325, Culture=neutral, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\MaterialDesignThemes.2.6.0\\lib\\net45\\MaterialDesignThemes.Wpf.dll</HintPath>\n    </Reference>\n    <Reference Include=\"McMaster.Extensions.CommandLineUtils, Version=4.1.1.0, Culture=neutral, PublicKeyToken=6f71cb76b82f055d, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\McMaster.Extensions.CommandLineUtils.4.1.1\\lib\\net46\\McMaster.Extensions.CommandLineUtils.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.Bcl.AsyncInterfaces, Version=9.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Microsoft.Bcl.AsyncInterfaces.9.0.2\\lib\\net462\\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.Extensions.Configuration.Abstractions, Version=9.0.0.2, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Microsoft.Extensions.Configuration.Abstractions.9.0.2\\lib\\net462\\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.Extensions.DependencyInjection, Version=9.0.0.2, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Microsoft.Extensions.DependencyInjection.9.0.2\\lib\\net462\\Microsoft.Extensions.DependencyInjection.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.Extensions.DependencyInjection.Abstractions, Version=9.0.0.2, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Microsoft.Extensions.DependencyInjection.Abstractions.9.0.2\\lib\\net462\\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.Extensions.Http, Version=9.0.0.2, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Microsoft.Extensions.Http.9.0.2\\lib\\net462\\Microsoft.Extensions.Http.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.Extensions.Logging, Version=9.0.0.2, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Microsoft.Extensions.Logging.9.0.2\\lib\\net462\\Microsoft.Extensions.Logging.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.Extensions.Logging.Abstractions, Version=9.0.0.2, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Microsoft.Extensions.Logging.Abstractions.9.0.2\\lib\\net462\\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.Extensions.Options, Version=9.0.0.2, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Microsoft.Extensions.Options.9.0.2\\lib\\net462\\Microsoft.Extensions.Options.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.Extensions.Primitives, Version=9.0.0.2, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Microsoft.Extensions.Primitives.9.0.2\\lib\\net462\\Microsoft.Extensions.Primitives.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.Web.WebView2.Core, Version=1.0.3065.39, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Microsoft.Web.WebView2.1.0.3065.39\\lib\\net462\\Microsoft.Web.WebView2.Core.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.Web.WebView2.WinForms, Version=1.0.3065.39, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Microsoft.Web.WebView2.1.0.3065.39\\lib\\net462\\Microsoft.Web.WebView2.WinForms.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.Web.WebView2.Wpf, Version=1.0.3065.39, Culture=neutral, PublicKeyToken=2a8ab48044d2601e, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Microsoft.Web.WebView2.1.0.3065.39\\lib\\net462\\Microsoft.Web.WebView2.Wpf.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.Win32.Registry, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Microsoft.Win32.Registry.5.0.0\\lib\\net461\\Microsoft.Win32.Registry.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.WindowsAPICodePack, Version=1.1.2.0, Culture=neutral, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\WindowsAPICodePack-Core.1.1.2\\lib\\Microsoft.WindowsAPICodePack.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Microsoft.WindowsAPICodePack.Shell, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\WindowsAPICodePack-Shell.1.1.1\\lib\\Microsoft.WindowsAPICodePack.Shell.dll</HintPath>\n    </Reference>\n    <Reference Include=\"NAudio, Version=2.2.1.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\NAudio.2.2.1\\lib\\net472\\NAudio.dll</HintPath>\n    </Reference>\n    <Reference Include=\"NAudio.Asio, Version=2.2.1.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\NAudio.Asio.2.2.1\\lib\\netstandard2.0\\NAudio.Asio.dll</HintPath>\n    </Reference>\n    <Reference Include=\"NAudio.Core, Version=2.2.1.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\NAudio.Core.2.2.1\\lib\\netstandard2.0\\NAudio.Core.dll</HintPath>\n    </Reference>\n    <Reference Include=\"NAudio.Midi, Version=2.2.1.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\NAudio.Midi.2.2.1\\lib\\netstandard2.0\\NAudio.Midi.dll</HintPath>\n    </Reference>\n    <Reference Include=\"NAudio.Wasapi, Version=2.2.1.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\NAudio.Wasapi.2.2.1\\lib\\netstandard2.0\\NAudio.Wasapi.dll</HintPath>\n    </Reference>\n    <Reference Include=\"NAudio.WinForms, Version=2.2.1.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\NAudio.WinForms.2.2.1\\lib\\net472\\NAudio.WinForms.dll</HintPath>\n    </Reference>\n    <Reference Include=\"NAudio.WinMM, Version=2.2.1.0, Culture=neutral, PublicKeyToken=e279aa5131008a41, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\NAudio.WinMM.2.2.1\\lib\\netstandard2.0\\NAudio.WinMM.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Newtonsoft.Json.13.0.3\\lib\\net45\\Newtonsoft.Json.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Octokit, Version=14.0.0.0, Culture=neutral, PublicKeyToken=0be8860aee462442, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Octokit.14.0.0\\lib\\netstandard2.0\\Octokit.dll</HintPath>\n    </Reference>\n    <Reference Include=\"Pfim, Version=0.11.3.0, Culture=neutral, PublicKeyToken=c0ebc20d008ae134, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Pfim.0.11.3\\lib\\netstandard2.0\\Pfim.dll</HintPath>\n    </Reference>\n    <Reference Include=\"System\" />\n    <Reference Include=\"System.Buffers, Version=4.0.4.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\System.Buffers.4.6.0\\lib\\net462\\System.Buffers.dll</HintPath>\n    </Reference>\n    <Reference Include=\"System.ComponentModel.DataAnnotations\" />\n    <Reference Include=\"System.Configuration\" />\n    <Reference Include=\"System.Data\" />\n    <Reference Include=\"System.Diagnostics.DiagnosticSource, Version=9.0.0.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\System.Diagnostics.DiagnosticSource.9.0.2\\lib\\net462\\System.Diagnostics.DiagnosticSource.dll</HintPath>\n    </Reference>\n    <Reference Include=\"System.Drawing\" />\n    <Reference Include=\"System.IO.Compression\" />\n    <Reference Include=\"System.IO.Compression.FileSystem\" />\n    <Reference Include=\"System.Management\" />\n    <Reference Include=\"System.Memory, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\System.Memory.4.6.0\\lib\\net462\\System.Memory.dll</HintPath>\n    </Reference>\n    <Reference Include=\"System.Numerics\" />\n    <Reference Include=\"System.Numerics.Vectors, Version=4.1.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\System.Numerics.Vectors.4.6.0\\lib\\net462\\System.Numerics.Vectors.dll</HintPath>\n    </Reference>\n    <Reference Include=\"System.Runtime.CompilerServices.Unsafe, Version=6.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\System.Runtime.CompilerServices.Unsafe.6.1.0\\lib\\net462\\System.Runtime.CompilerServices.Unsafe.dll</HintPath>\n    </Reference>\n    <Reference Include=\"System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\System.Runtime.InteropServices.RuntimeInformation.4.3.0\\lib\\net45\\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>\n      <Private>True</Private>\n      <Private>True</Private>\n    </Reference>\n    <Reference Include=\"System.Runtime.Serialization\" />\n    <Reference Include=\"System.Security.AccessControl, Version=6.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\System.Security.AccessControl.6.0.1\\lib\\net461\\System.Security.AccessControl.dll</HintPath>\n    </Reference>\n    <Reference Include=\"System.Security.Principal.Windows, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\System.Security.Principal.Windows.5.0.0\\lib\\net461\\System.Security.Principal.Windows.dll</HintPath>\n    </Reference>\n    <Reference Include=\"System.Threading.Tasks.Extensions, Version=4.2.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\System.Threading.Tasks.Extensions.4.6.0\\lib\\net462\\System.Threading.Tasks.Extensions.dll</HintPath>\n    </Reference>\n    <Reference Include=\"System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\System.ValueTuple.4.5.0\\lib\\net47\\System.ValueTuple.dll</HintPath>\n    </Reference>\n    <Reference Include=\"System.Windows.Forms\" />\n    <Reference Include=\"System.Xml\" />\n    <Reference Include=\"Microsoft.CSharp\" />\n    <Reference Include=\"System.Core\" />\n    <Reference Include=\"System.Xml.Linq\" />\n    <Reference Include=\"System.Data.DataSetExtensions\" />\n    <Reference Include=\"System.Net.Http\" />\n    <Reference Include=\"System.Xaml\">\n      <RequiredTargetFramework>4.0</RequiredTargetFramework>\n    </Reference>\n    <Reference Include=\"WiiUDownloaderLibrary\">\n      <HintPath>.\\WiiUDownloaderLibrary.dll</HintPath>\n    </Reference>\n    <Reference Include=\"WindowsBase\" />\n    <Reference Include=\"PresentationCore\" />\n    <Reference Include=\"PresentationFramework\" />\n    <Reference Include=\"Zstandard.Net, Version=1.1.7.0, Culture=neutral, processorArchitecture=MSIL\">\n      <HintPath>..\\packages\\Zstandard.Net.1.1.7\\lib\\net45\\Zstandard.Net.dll</HintPath>\n    </Reference>\n  </ItemGroup>\n  <ItemGroup>\n    <ApplicationDefinition Include=\"App.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </ApplicationDefinition>\n    <Compile Include=\"AssemblyInfo1.cs\" />\n    <Compile Include=\"Classes\\BootImage.cs\" />\n    <Compile Include=\"Classes\\DeflickerDitheringRemover.cs\" />\n    <Compile Include=\"Classes\\Dol.cs\" />\n    <Compile Include=\"Classes\\GameCubeISO.cs\" />\n    <Compile Include=\"Helpers\\ConsoleLoggerWriter.cs\" />\n    <Compile Include=\"Helpers\\FileUtils.cs\" />\n    <Compile Include=\"Helpers\\JsonSettingsManager.cs\" />\n    <Compile Include=\"Classes\\KeyFile.cs\" />\n    <Compile Include=\"Classes\\MenuIconImage - Kopieren.cs\" />\n    <Compile Include=\"Classes\\MenuIconImage.cs\" />\n    <Compile Include=\"Helpers\\Logger.cs\" />\n    <Compile Include=\"Helpers\\MacLinuxHelper.cs\" />\n    <Compile Include=\"Models\\DolSection.cs\" />\n    <Compile Include=\"Models\\GctCode.cs\" />\n    <Compile Include=\"Models\\JsonAppSettings.cs\" />\n    <Compile Include=\"Models\\ToolStep.cs\" />\n    <Compile Include=\"Models\\TKeys.cs\" />\n    <Compile Include=\"Classes\\ToolCheck.cs\" />\n    <Compile Include=\"UI\\Done.xaml.cs\">\n      <DependentUpon>Done.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Frames\\InjectFrames\\Configurations\\PixelArtScalerValidationRule.cs\" />\n    <Compile Include=\"UI\\Frames\\InjectFrames\\Configurations\\BrightnessValidationRule.cs\" />\n    <Compile Include=\"UI\\Frames\\InjectFrames\\Configurations\\InverseBootConverter.cs\" />\n    <Compile Include=\"UI\\Frames\\InjectFrames\\Configurations\\GBA.xaml.cs\">\n      <DependentUpon>GBA.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Frames\\InjectFrames\\Configurations\\GCConfig.xaml.cs\">\n      <DependentUpon>GCConfig.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Frames\\InjectFrames\\Configurations\\TurboGrafX.xaml.cs\">\n      <DependentUpon>TurboGrafX.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Frames\\InjectFrames\\Configurations\\WiiConfig.xaml.cs\">\n      <DependentUpon>WiiConfig.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Frames\\KeyFrame\\TKFrame.xaml.cs\">\n      <DependentUpon>TKFrame.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Frames\\Path\\Paths.xaml.cs\">\n      <DependentUpon>Paths.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\CloseWindow.xaml.cs\">\n      <DependentUpon>CloseWindow.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\MacLinuxWindow.xaml.cs\">\n      <DependentUpon>MacLinuxWindow.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\Custom Message - Kopieren.xaml.cs\">\n      <DependentUpon>Custom Message - Kopieren.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\Custom Message.xaml.cs\">\n      <DependentUpon>Custom Message.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\DownloadWait - Kopieren.xaml.cs\">\n      <DependentUpon>DownloadWait - Kopieren.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\DownloadWait.xaml.cs\">\n      <DependentUpon>DownloadWait.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\EnterKey.xaml.cs\">\n      <DependentUpon>EnterKey.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\BaseGameWindow.xaml.cs\">\n      <DependentUpon>BaseGameWindow.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\ImageCreator - Kopieren - Kopieren %282%29.xaml.cs\">\n      <DependentUpon>ImageCreator - Kopieren - Kopieren %282%29.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\ImageCreator - Kopieren - Kopieren.xaml.cs\">\n      <DependentUpon>ImageCreator - Kopieren - Kopieren.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\ImageCreator - Kopieren.xaml.cs\">\n      <DependentUpon>ImageCreator - Kopieren.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\ImageCreator.xaml.cs\">\n      <DependentUpon>ImageCreator.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\IMG_Message - Kopieren - Kopieren - Kopieren.xaml.cs\">\n      <DependentUpon>IMG_Message - Kopieren - Kopieren - Kopieren.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\IMG_Message - Kopieren - Kopieren.xaml.cs\">\n      <DependentUpon>IMG_Message - Kopieren - Kopieren.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\IMG_Message - Kopieren.xaml.cs\">\n      <DependentUpon>IMG_Message - Kopieren.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\IMG_Message.xaml.cs\">\n      <DependentUpon>IMG_Message.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\GuideWindow.xaml.cs\">\n      <DependentUpon>GuideWindow.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\IntroductionWindow.xaml.cs\">\n      <DependentUpon>IntroductionWindow.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\TitleKeys - Kopieren.xaml.cs\">\n      <DependentUpon>TitleKeys - Kopieren.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\TitleKeys.xaml.cs\">\n      <DependentUpon>TitleKeys.xaml</DependentUpon>\n    </Compile>\n    <Page Include=\"UI\\Done.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Frames\\InjectFrame.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Frames\\InjectFrames\\Bases\\BaseContainerFrame.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Frames\\InjectFrames\\Bases\\CustomBaseFrame.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Frames\\InjectFrames\\Bases\\NonCustomBaseFrame.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Frames\\InjectFrames\\Configurations\\N64Config.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Frames\\InjectFrames\\Configurations\\GBA.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Frames\\InjectFrames\\Configurations\\GCConfig.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Frames\\InjectFrames\\Configurations\\TurboGrafX.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Frames\\InjectFrames\\Configurations\\OtherConfigs.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Frames\\InjectFrames\\Configurations\\WiiConfig.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Frames\\KeyFrame\\TKFrame.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Frames\\Path\\Paths.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Frames\\SettingsFrame.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Frames\\StartFrame.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Windows\\CloseWindow.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Windows\\MacLinuxWindow.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Windows\\Custom Message - Kopieren.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Windows\\Custom Message.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Windows\\DownloadWait - Kopieren.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Windows\\DownloadWait.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Windows\\EnterKey.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Windows\\BaseGameWindow.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Windows\\ImageCreator - Kopieren - Kopieren %282%29.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Windows\\ImageCreator - Kopieren - Kopieren.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Windows\\ImageCreator - Kopieren.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Windows\\ImageCreator.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Windows\\IMG_Message - Kopieren - Kopieren - Kopieren.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Windows\\IMG_Message - Kopieren - Kopieren.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Windows\\IMG_Message - Kopieren.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Windows\\IMG_Message.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Windows\\GuideWindow.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Page Include=\"UI\\Windows\\IntroductionWindow.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Windows\\MenuWindow.xaml\">\n      <Generator>MSBuild:Compile</Generator>\n      <SubType>Designer</SubType>\n    </Page>\n    <Compile Include=\"App.xaml.cs\">\n      <DependentUpon>App.xaml</DependentUpon>\n      <SubType>Code</SubType>\n    </Compile>\n    <Compile Include=\"Classes\\Injection.cs\" />\n    <Compile Include=\"Models\\N64Conf.cs\" />\n    <Compile Include=\"Models\\PNGTGA.cs\" />\n    <Compile Include=\"Classes\\GameConfig.cs\" />\n    <Compile Include=\"Models\\BaseModel.cs\" />\n    <Compile Include=\"Models\\MainViewModel.cs\" />\n    <Compile Include=\"UI\\Frames\\InjectFrame.xaml.cs\">\n      <DependentUpon>InjectFrame.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Frames\\InjectFrames\\Bases\\BaseContainerFrame.xaml.cs\">\n      <DependentUpon>BaseContainerFrame.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Frames\\InjectFrames\\Bases\\CustomBaseFrame.xaml.cs\">\n      <DependentUpon>CustomBaseFrame.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Frames\\InjectFrames\\Bases\\NonCustomBaseFrame.xaml.cs\">\n      <DependentUpon>NonCustomBaseFrame.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Frames\\InjectFrames\\Configurations\\N64Config.xaml.cs\">\n      <DependentUpon>N64Config.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Frames\\InjectFrames\\Configurations\\OtherConfigs.xaml.cs\">\n      <DependentUpon>OtherConfigs.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Frames\\SettingsFrame.xaml.cs\">\n      <DependentUpon>SettingsFrame.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Frames\\StartFrame.xaml.cs\">\n      <DependentUpon>StartFrame.xaml</DependentUpon>\n    </Compile>\n    <Compile Include=\"UI\\Windows\\MenuWindow.xaml.cs\">\n      <DependentUpon>MenuWindow.xaml</DependentUpon>\n      <SubType>Code</SubType>\n    </Compile>\n    <Page Include=\"UI\\Windows\\TitleKeys - Kopieren.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n    <Page Include=\"UI\\Windows\\TitleKeys.xaml\">\n      <SubType>Designer</SubType>\n      <Generator>MSBuild:Compile</Generator>\n    </Page>\n  </ItemGroup>\n  <ItemGroup>\n    <Compile Include=\"Properties\\AssemblyInfo.cs\">\n      <SubType>Code</SubType>\n    </Compile>\n    <Compile Include=\"Properties\\Resources.Designer.cs\">\n      <AutoGen>True</AutoGen>\n      <DesignTime>True</DesignTime>\n      <DependentUpon>Resources.resx</DependentUpon>\n    </Compile>\n    <Compile Include=\"Properties\\Settings.Designer.cs\">\n      <AutoGen>True</AutoGen>\n      <DependentUpon>Settings.settings</DependentUpon>\n      <DesignTimeSharedInput>True</DesignTimeSharedInput>\n    </Compile>\n    <EmbeddedResource Include=\"Properties\\Resources.resx\">\n      <Generator>ResXFileCodeGenerator</Generator>\n      <LastGenOutput>Resources.Designer.cs</LastGenOutput>\n    </EmbeddedResource>\n    <Resource Include=\"Font\\font.otf\" />\n    <None Include=\"app.manifest\" />\n    <None Include=\"packages.config\" />\n    <None Include=\"Properties\\Settings.settings\">\n      <Generator>SettingsSingleFileGenerator</Generator>\n      <LastGenOutput>Settings.Designer.cs</LastGenOutput>\n    </None>\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"App.config\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\bg maybe wpf.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <BootstrapperPackage Include=\".NETFramework,Version=v4.7.2\">\n      <Visible>False</Visible>\n      <ProductName>Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName>\n      <Install>true</Install>\n    </BootstrapperPackage>\n    <BootstrapperPackage Include=\"Microsoft.Net.Framework.3.5.SP1\">\n      <Visible>False</Visible>\n      <ProductName>.NET Framework 3.5 SP1</ProductName>\n      <Install>false</Install>\n    </BootstrapperPackage>\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\msx.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\TG16alt.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\snes64alt2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\ds64x64alt4.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\gba64alt3.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\nes64alt5.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\n64colorlessalt5.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\NGC.png\" />\n    <Resource Include=\"UI\\Images\\Wii.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\bgtv.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\iconborder.png\" />\n    <Resource Include=\"UI\\Images\\tvborder.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\image.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\camera3.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\help.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\newcamera.png\" />\n    <Resource Include=\"UI\\Images\\newhelpbutton.png\" />\n    <Resource Include=\"UI\\Images\\newspeaker.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\newcamera2.png\" />\n    <Resource Include=\"UI\\Images\\newspeaker2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"a.ico\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"b.ico\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\GBC.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\GCN.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\MSX.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\N64.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\NDS.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\NES.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\SNES-PAL.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\TG16.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\TGCD.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\GBA.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\newgameboy.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\SNES-USA.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\SFAM.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\Icon.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\WII.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\mario.mp3\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\WiiIcon.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\Wii2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\WIIWARE.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\homebrew3.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\HBICON.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\GCN ICON2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\wii3New.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\GCN ICON3.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\NDS Alt1.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\N64 alt1.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\bootLogoTex.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\SNES alt1.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\N64 alt2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\NDS alt2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\SNES alt2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\MSX alt1.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\MSX alt2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\TGFX alt1.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\TGFX alt2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\GBA alt1.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\GBA alt2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\GB alt1.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\GB alt2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\NES alt1.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\NES alt2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\GBC alt1.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <None Include=\"Resources\\GBC alt2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\rarch.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\teaser.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\setting.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\Rtest.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\Rtest2.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\cogwheel.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\u.png\" />\n    <Resource Include=\"UI\\Images\\vwii.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\bg maybe wpf3.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\bg maybe wpf4.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\bg maybe wpf5.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\bg maybe wpf6.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"UI\\Images\\61e111774d3a2f67c827cd25_Frame 5.png\" />\n  </ItemGroup>\n  <ItemGroup>\n    <Resource Include=\"ILLink\\ILLink.Descriptors.LibraryBuild.xml\" />\n  </ItemGroup>\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\n  <Target Name=\"EnsureNuGetPackageBuildImports\" BeforeTargets=\"PrepareForBuild\">\n    <PropertyGroup>\n      <ErrorText>Dieses Projekt verweist auf mindestens ein NuGet-Paket, das auf diesem Computer fehlt. Verwenden Sie die Wiederherstellung von NuGet-Paketen, um die fehlenden Dateien herunterzuladen. Weitere Informationen finden Sie unter \"http://go.microsoft.com/fwlink/?LinkID=322105\". Die fehlende Datei ist \"{0}\".</ErrorText>\n    </PropertyGroup>\n    <Error Condition=\"!Exists('..\\packages\\Zstandard.Net.1.1.7\\build\\Zstandard.Net.targets')\" Text=\"$([System.String]::Format('$(ErrorText)', '..\\packages\\Zstandard.Net.1.1.7\\build\\Zstandard.Net.targets'))\" />\n    <Error Condition=\"!Exists('..\\packages\\Microsoft.Web.WebView2.1.0.3065.39\\build\\Microsoft.Web.WebView2.targets')\" Text=\"$([System.String]::Format('$(ErrorText)', '..\\packages\\Microsoft.Web.WebView2.1.0.3065.39\\build\\Microsoft.Web.WebView2.targets'))\" />\n    <Error Condition=\"!Exists('..\\packages\\Costura.Fody.6.0.0\\build\\Costura.Fody.props')\" Text=\"$([System.String]::Format('$(ErrorText)', '..\\packages\\Costura.Fody.6.0.0\\build\\Costura.Fody.props'))\" />\n    <Error Condition=\"!Exists('..\\packages\\Costura.Fody.6.0.0\\build\\Costura.Fody.targets')\" Text=\"$([System.String]::Format('$(ErrorText)', '..\\packages\\Costura.Fody.6.0.0\\build\\Costura.Fody.targets'))\" />\n    <Error Condition=\"!Exists('..\\packages\\Fody.6.9.2\\build\\Fody.targets')\" Text=\"$([System.String]::Format('$(ErrorText)', '..\\packages\\Fody.6.9.2\\build\\Fody.targets'))\" />\n  </Target>\n  <Import Project=\"..\\packages\\Zstandard.Net.1.1.7\\build\\Zstandard.Net.targets\" Condition=\"Exists('..\\packages\\Zstandard.Net.1.1.7\\build\\Zstandard.Net.targets')\" />\n  <Import Project=\"..\\packages\\Microsoft.Web.WebView2.1.0.3065.39\\build\\Microsoft.Web.WebView2.targets\" Condition=\"Exists('..\\packages\\Microsoft.Web.WebView2.1.0.3065.39\\build\\Microsoft.Web.WebView2.targets')\" />\n  <Import Project=\"..\\packages\\Costura.Fody.6.0.0\\build\\Costura.Fody.targets\" Condition=\"Exists('..\\packages\\Costura.Fody.6.0.0\\build\\Costura.Fody.targets')\" />\n  <Import Project=\"..\\packages\\Fody.6.9.2\\build\\Fody.targets\" Condition=\"Exists('..\\packages\\Fody.6.9.2\\build\\Fody.targets')\" />\n</Project>"
  },
  {
    "path": "UWUVCI AIO WPF/app.manifest",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<assembly manifestVersion=\"1.0\" xmlns=\"urn:schemas-microsoft-com:asm.v1\">\n  <assemblyIdentity version=\"1.0.0.0\" name=\"MyApplication.app\"/>\n  <trustInfo xmlns=\"urn:schemas-microsoft-com:asm.v2\">\n    <security>\n      <requestedPrivileges xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n        <!-- UAC-Manifestoptionen\n             Wenn Sie die Ebene der Benutzerkontensteuerung für Windows ändern möchten, ersetzen Sie den \n             Knoten \"requestedExecutionLevel\" wie folgt.\n\n        <requestedExecutionLevel  level=\"asInvoker\" uiAccess=\"false\" />\n        <requestedExecutionLevel  level=\"requireAdministrator\" uiAccess=\"false\" />\n        <requestedExecutionLevel  level=\"highestAvailable\" uiAccess=\"false\" />\n\n            Durch Angabe des Elements \"requestedExecutionLevel\" wird die Datei- und Registrierungsvirtualisierung deaktiviert. \n            Entfernen Sie dieses Element, wenn diese Virtualisierung aus Gründen der Abwärtskompatibilität\n            für die Anwendung erforderlich ist.\n        -->\n        <requestedExecutionLevel level=\"asInvoker\" uiAccess=\"false\" />\n      </requestedPrivileges>\n    </security>\n  </trustInfo>\n  <application xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n    <windowsSettings>\n      <dpiAware xmlns=\"http://schemas.microsoft.com/SMI/2005/WindowsSettings\">false</dpiAware>\n    </windowsSettings>\n  </application>\n  <compatibility xmlns=\"urn:schemas-microsoft-com:compatibility.v1\">\n    <application>\n      <!-- Eine Liste der Windows-Versionen, unter denen diese Anwendung getestet\n           und für die sie entwickelt wurde. Wenn Sie die Auskommentierung der entsprechenden Elemente aufheben,\n           wird von Windows automatisch die kompatibelste Umgebung ausgewählt. -->\n\n      <!-- Windows Vista -->\n      <!--<supportedOS Id=\"{e2011457-1546-43c5-a5fe-008deee3d3f0}\" />-->\n\n      <!-- Windows 7 -->\n      <!--<supportedOS Id=\"{35138b9a-5d96-4fbd-8e2d-a2440225f93a}\" />-->\n\n      <!-- Windows 8 -->\n      <!--<supportedOS Id=\"{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}\" />-->\n\n      <!-- Windows 8.1 -->\n      <!--<supportedOS Id=\"{1f676c76-80e1-4239-95bb-83d0f6d0da78}\" />-->\n\n      <!-- Windows 10 -->\n      <!--<supportedOS Id=\"{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}\" />-->\n\n    </application>\n  </compatibility>\n\n  <!-- Gibt an, dass die Anwendung mit DPI-Werten kompatibel ist und von Windows nicht automatisch auf höhere\n       DPI-Werte skaliert wird. WPF-Anwendungen (Windows Presentation Foundation) sind automatisch mit DPI-Werten kompatibel und müssen sich nicht  \n       anmelden. Für Windows Forms-Anwendungen für .NET Framework 4.6, die sich für diese Einstellung anmelden, muss \n       auch die Einstellung \"'EnableWindowsFormsHighDpiAutoResizing\" in der \"app.config\" auf \"true\" festgelegt werden. -->\n  <!--\n  <application xmlns=\"urn:schemas-microsoft-com:asm.v3\">\n    <windowsSettings>\n      <dpiAware xmlns=\"http://schemas.microsoft.com/SMI/2005/WindowsSettings\">true</dpiAware>\n    </windowsSettings>\n  </application>\n  -->\n\n  <!-- Designs für allgemeine Windows-Steuerelemente und -Dialogfelder (Windows XP und höher) aktivieren -->\n  <!--\n  <dependency>\n    <dependentAssembly>\n      <assemblyIdentity\n          type=\"win32\"\n          name=\"Microsoft.Windows.Common-Controls\"\n          version=\"6.0.0.0\"\n          processorArchitecture=\"*\"\n          publicKeyToken=\"6595b64144ccf1df\"\n          language=\"*\"\n        />\n    </dependentAssembly>\n  </dependency>\n  -->\n\n</assembly>\n"
  },
  {
    "path": "UWUVCI AIO WPF/packages.config",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<packages>\n  <package id=\"Autoupdater.NET.Official\" version=\"1.9.2\" targetFramework=\"net481\" />\n  <package id=\"CDecryptSharp\" version=\"1.0.4\" targetFramework=\"net472\" />\n  <package id=\"CNUSPACKER\" version=\"1.0.5\" targetFramework=\"net48\" />\n  <package id=\"Costura.Fody\" version=\"6.0.0\" targetFramework=\"net481\" developmentDependency=\"true\" />\n  <package id=\"Fody\" version=\"6.9.2\" targetFramework=\"net481\" developmentDependency=\"true\" />\n  <package id=\"GMWare.M2\" version=\"1.1.3\" targetFramework=\"net481\" />\n  <package id=\"Json.Net\" version=\"1.0.33\" targetFramework=\"net472\" />\n  <package id=\"MaterialDesignColors\" version=\"1.2.7\" targetFramework=\"net46\" />\n  <package id=\"MaterialDesignThemes\" version=\"2.6.0\" targetFramework=\"net472\" />\n  <package id=\"McMaster.Extensions.CommandLineUtils\" version=\"4.1.1\" targetFramework=\"net481\" />\n  <package id=\"Microsoft.Bcl.AsyncInterfaces\" version=\"9.0.2\" targetFramework=\"net481\" />\n  <package id=\"Microsoft.Extensions.Configuration.Abstractions\" version=\"9.0.2\" targetFramework=\"net481\" />\n  <package id=\"Microsoft.Extensions.DependencyInjection\" version=\"9.0.2\" targetFramework=\"net481\" />\n  <package id=\"Microsoft.Extensions.DependencyInjection.Abstractions\" version=\"9.0.2\" targetFramework=\"net481\" />\n  <package id=\"Microsoft.Extensions.Http\" version=\"9.0.2\" targetFramework=\"net481\" />\n  <package id=\"Microsoft.Extensions.Logging\" version=\"9.0.2\" targetFramework=\"net481\" />\n  <package id=\"Microsoft.Extensions.Logging.Abstractions\" version=\"9.0.2\" targetFramework=\"net481\" />\n  <package id=\"Microsoft.Extensions.Options\" version=\"9.0.2\" targetFramework=\"net481\" />\n  <package id=\"Microsoft.Extensions.Primitives\" version=\"9.0.2\" targetFramework=\"net481\" />\n  <package id=\"Microsoft.Web.WebView2\" version=\"1.0.3065.39\" targetFramework=\"net481\" />\n  <package id=\"Microsoft.Win32.Registry\" version=\"5.0.0\" targetFramework=\"net481\" />\n  <package id=\"NAudio\" version=\"2.2.1\" targetFramework=\"net481\" />\n  <package id=\"NAudio.Asio\" version=\"2.2.1\" targetFramework=\"net481\" />\n  <package id=\"NAudio.Core\" version=\"2.2.1\" targetFramework=\"net481\" />\n  <package id=\"NAudio.Midi\" version=\"2.2.1\" targetFramework=\"net481\" />\n  <package id=\"NAudio.Wasapi\" version=\"2.2.1\" targetFramework=\"net481\" />\n  <package id=\"NAudio.WinForms\" version=\"2.2.1\" targetFramework=\"net481\" />\n  <package id=\"NAudio.WinMM\" version=\"2.2.1\" targetFramework=\"net481\" />\n  <package id=\"Newtonsoft.Json\" version=\"13.0.3\" targetFramework=\"net481\" />\n  <package id=\"Octokit\" version=\"14.0.0\" targetFramework=\"net481\" />\n  <package id=\"Pfim\" version=\"0.11.3\" targetFramework=\"net481\" />\n  <package id=\"SharpZipLib\" version=\"1.4.2\" targetFramework=\"net481\" />\n  <package id=\"System.Buffers\" version=\"4.6.0\" targetFramework=\"net481\" />\n  <package id=\"System.Diagnostics.DiagnosticSource\" version=\"9.0.2\" targetFramework=\"net481\" />\n  <package id=\"System.Memory\" version=\"4.6.0\" targetFramework=\"net481\" />\n  <package id=\"System.Numerics.Vectors\" version=\"4.6.0\" targetFramework=\"net481\" />\n  <package id=\"System.Runtime.CompilerServices.Unsafe\" version=\"6.1.0\" targetFramework=\"net481\" />\n  <package id=\"System.Runtime.InteropServices.RuntimeInformation\" version=\"4.3.0\" targetFramework=\"net48\" />\n  <package id=\"System.Security.AccessControl\" version=\"6.0.1\" targetFramework=\"net481\" />\n  <package id=\"System.Security.Principal.Windows\" version=\"5.0.0\" targetFramework=\"net481\" />\n  <package id=\"System.Threading.Tasks.Extensions\" version=\"4.6.0\" targetFramework=\"net481\" />\n  <package id=\"System.ValueTuple\" version=\"4.5.0\" targetFramework=\"net48\" />\n  <package id=\"WindowsAPICodePack-Core\" version=\"1.1.2\" targetFramework=\"net46\" />\n  <package id=\"WindowsAPICodePack-Shell\" version=\"1.1.1\" targetFramework=\"net46\" />\n  <package id=\"Zstandard.Net\" version=\"1.1.7\" targetFramework=\"net48\" />\n</packages>"
  },
  {
    "path": "UWUVCI AIO WPF/uwuvci_installer_creator/app/Readme.txt",
    "content": "Thanks for downloading UWUVCI-3!\nIf you didn't download it from the official source (https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF/releases), then you might be using a custom version that someone else made.\n\nIf you're looking for the FAQ, keep scrolling.\n\nIf you're interested in the Discord:\nhttps://discord.gg/mPZpqJJVmZ\n\nIf you're curious about the latest changes:\nhttps://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF/releases/latest\n\nIf you want to check out the official UWUVCI 3 video series:\nhttps://www.youtube.com/watch?v=I5UdYcVSRSA&list=PLbQMtrmXFIxQ1hpvu9m1th41vsaqnZ2Id\n\nBy the time you're reading this, active development on UWUVCI-3 has ended.\nI, ZestyTS, have been the active developer on UWUVCI-3 since late 2020 and have been helping the original creator with UWUVCI-Prime (aka V4).\n\nFor history as to what I've done on the project, I fixed a lot of bugs and helped get UWUVCI-3 out of beta while introducing new features like:\n\tWidescreen for N64\n\tDarkFilter removal for N64 and GBA\n\tC2W for Wii\n\tAdded support for Win7/8\n\tGCT & Deflicker for Wii\n\tSupport for Unix (helper app), etc.\n\nIf you'd like to donate to me:\nhttps://ko-fi.com/zestyts\n\nIf you'd like to donate to the creator, NicoAICP:\nhttps://ko-fi.com/uwuvci\n\nIf you have any questions, check out the FAQ below.\n\nIf you have any questions about anything, checkout the FAQ below, and don't hestitate to check out the Discord server.\n\n\n##############################################################################################################################################################################\n\t\t\t\t\t\t\t\t\tFAQ\n##############################################################################################################################################################################\nI, ZestyTS, have been maintaining this FAQ since I took over UWUVCI-3. With the update of V3.Z-B, a lot of things were overhauled or changed, so the FAQ needed to be completely redone.\n\n\n1) I don't know how to use UWUVCI, can you show me?\n\thttps://uwuvci-prime.github.io/UWUVCI-Resources/index\n\tSelect console and follow the guide\n \n2) What games are compatible?\n\thttps://uwuvci.net/ → Click \"Compatibility\" (top right) → Select a console.\n\tThis guide is community-driven, so results may vary.\n\tIf it's not listed, that just means it's Untested\n\tFor GCN, Rhythm Heaven Fever works as a base for all games.\n\n3) I don't understand what it means by \"Base\" in the drop down menu?\n\tThe base game is what UWUVCI uses to inject your selected game.\n\n4) What does it mean by \"Base not downloaded\"\n\tIt means the base game cannot be found.\n\tClick \"Enter TKey\" and enter the Title Key to fix this.\n\n5) How do I get the Title Key?\n\tBuy the base from the eshop\n\tUse Tik2SD to dump the title key\n\tNote: Title Key sharing is considered piracy\n\n6) What does it mean by Common Key?\n\tThis is the Wii U system key needed for decryption.\n\t\tIf you have a NAND backup, use otp.bin.\n\t\tIf not, follow this guide: https://wiiu.hacks.guide/aroma/nand-backup.html\n\n7) The base is taking a while to download\n\tIf not injecting GCN/Wii, it should finish in <5 min.\n\tOtherwise, Nintendo’s servers may be slow—try again later.\n\tSome games (like Xenoblade Chronicles) are large (~8.2GB) and take longer.\n\n8) My anti virus said [insert anything]\n\tThere are no malicious files in this program.\n\n9) I can't find my game when I click the \"Rom Path\" button\n\tYour game is in a format UWUVCI can't read.\n\tRevert it to its original state.\n\n10) Wup install failing/Error 199-9999\n\tDownload SigpatchesModuleWiiU:\n\t\thttps://github.com/V10lator/SigpatchesModuleWiiU/releases/download/v1.0/01_sigpatches.rpx\n\tPlace it in:\n\t\tsd:/wiiu/environments/aroma/modules/setup\n\n11) GCN/Wii Injects not working\n\tThere are reports that SDUSB or ISFShax might be the reason why\n\n12) Inject is created, but the game is having issues\n\tRhythm Heaven US as a base works on nearly everything\n\tStick to using the correct base/game for your region\n\tMake sure the base game is bigger or equal in size to the game you're trying to inject\n\tN64 games are notorious for giving issues, they may require different bases\n\tCheck out the compatibility guide listed earlier\n\n13) UWUVCI is throwing an error that reads something like \"Could not find file 'bin\\temp\\pre.iso'\"\n\tMore than likely you have a bad dump of a game or UWUVCI doesn't like the trimmed dump\n\tExample: \n\t\tif the dump is an \"nkit\" or a \"wbfs\" please try using the iso version instead\n\n14) If you're having issues and the fix isn't listed here, see about updating UWUVCI.\n\thttps://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF/releases/latest\n \n15) Help with Rom Mods and Hacks\n\tDon't expect that much help because mods or hacks add an extra level of complexity.\n\tIf the mods work with real hardware then there's a chance it will work on the Wii U\n\tAsk the mod/hack's community, they'll be more helpful\n\tIt's possible that someone already tried it, check out the compatibility guide.\n \n16) Having problems with GCN injects?\n\tUsually has to do with Nintendont, you can check out their compatibility list here: https://wiki.gbatemp.net/wiki/Nintendont_Compatibility_List\n\tHere's their main GBATemp thread: \n\t\thttps://gbatemp.net/threads/nintendont.349258/\n \n17) If you've tried everything in this list then there are a few more things\n\tSee if your antivirus is getting in the way.\n\tCheck to see if you installed to a OneDrive directory.\n\n18) GCN injects boot to the nintendont menu\n\tYou probably used TeconMoon injector before. \n\tDelete nincfg.bin from the root of your sd card and the apps/nintendont folder, then do the sd setup again in UWUVCI.\n\n19) Can't find injects in SaveMii\n\tYou'll want to use a modified version called \"SaveMii Inject MOD\"\n\n20) Path .../temp/temp missing\n\tSame issue as with Pre.iso, please redump and try again.\n\n21) tmd.bin can't be found or parameter invalid or handle invalid\n\tSame issue as with /temp/temp, please redump and try again\n\n22) Official Video Guide?\n\thttps://www.youtube.com/watch?v=I5UdYcVSRSA&list=PLbQMtrmXFIxQ1hpvu9m1th41vsaqnZ2Id\n\n23) UWUVCI is broken or acting funny\n\tCheck to see if you installed to OneDrive or if your Antivirus is blocking something\n\n24) GB/C games aren't saving when using VC's reset button\n\tThis is because it's using Goombacolor, please use the button reset combination instead\n\n25) boot.dol not found\n\tUWUVCI mentioned after the GCN inject was done that your SD card must be setup with Nintendont\n\n26) Stuck on \"Copying to SD\"\n\tManually copy the folder yourself.\n\tGo to where UWUVCI is installed, and then look for the folder \"InjectedGames\"\n\tYou'll find the folder you're looking for there, just copy it to the install folder on your sd card.\n\n27) UWUVCI says that my drive is full (12G)\n\tThe drive you installed UWUVCI does not have enough space, please install UWUVCI to a different drive that has enough space and try again.\n\n28) Nkit error?\n\tSounds like you pirated your game, don't do that.\n\n29) UWUVCI doesn't open\n\tYou're missing .Net Framework 4.8.1 Runtime, download/install it from here:\n\t\thttps://dotnet.microsoft.com/en-us/download/dotnet-framework/net481\n\n30) UWUVCI still won't open\n\tIf checking the log doesn't have anything in there, then you'll have to look in your Event Viewer to see what the problem is.\n\n31) UWUVCI's progress bar gets stuck (outside of Downloading base)\n\tTry updating your tools (gear icon to the top right -> \"Update Tools\")\n\n32) Mac/Linux version?\n\tThis program was built using WPF (Windows Platform Foundation) and that does not natively work on non-Windows platforms.\n\tUsing the exe, you can run it on Mac/Linux using Wine or some other tool like that. \n\tThe program will know if you're running it not on a Windows platform, and will do it's best to help you.\n\tUWUVCI V4 will have Mac & Linux support.\n\n33) Where can I find the Log file or the settings file?\n\tIt'll be in your local appdata folder called \"UWUVCI-V3\", you can find that by going to %localappdata%\n\tAs for my Unix friends, it depends on your tool like if you're using wine, you could do something like this \"wine cmd /c echo %localappdata%\"\n\tThat'll tell you if your folder is somewhere like ~/.wine/drive_c/users/$USER/Local Settings/Application Data/ or ~/.wine/drive_c/users/$USER/AppData/Local/\n\n34) An error message popped up.\n\tRead it, it'll explain the problem.\n\n35) On Windows, but the program thinks you're running on Linux/Mac (Unix)?\n\tYou probably have some weird software that's flagging one of the checks.\n\tOpen regedit and go to here\n\t    HKEY_CURRENT_USER\\Software\\Wine\n\tIs there something there?\n\n\tIf the answer is yes, then that's the problem, so right click the folder and click delete.\n\tIf the answer is no, then I'm sorry but you're going to have to check every single one of these because SOMETHING on your machine is the problem.\n\t\tProton\n\t\tCrossover\n\t\tBoxedWine\n\t\tLutris\n\t\tPlayOnLinux\n\t\tDXVK\n\t\tReactOS\n\t\tWinetricks\n\t\tCedega (WineX)\n\t\tVMWare\t\n\t\tParallels\n\t\tQEMU\n\t\tXen\n\t\tBhyve\n\t\tBochs\n\t\tOpenstack\n\t\tProxMox\n\t\tVirtuozzo\n\n36) Error when making N64 injects?\n\tIf the error says something like \"Destination array is not long enough to copy all the items in the collection. Check array index and length.\"\n\tIt's because Removing Dark Filter and Enabling Widescreen is broken\n"
  },
  {
    "path": "UWUVCI AIO WPF/uwuvci_installer_creator/install_script.iss",
    "content": "﻿; Inno Setup Script for UWUVCI AIO\n; Version 3.Z-B\n; Supports Windows and Wine\n\n[Setup]\nAppName=UWUVCI AIO\nAppId=UWUVCI AIO\nAppVersion=3.N\nDefaultDirName={userdocs}\\UWUVCI_AIO\nUninstallDisplayIcon={app}\\UWUVCI AIO.exe\nOutputBaseFilename=UWUVCI_INSTALLER\nCompression=lzma2\nPrivilegesRequired=lowest\nDisableDirPage=no\nDisableProgramGroupPage=yes\nDefaultGroupName=UWUVCI AIO\n\n[Files]\nSource: \"app\\*\"; DestDir: \"{app}\"; Flags: recursesubdirs createallsubdirs;\nSource: \"dotnetfx481.exe\"; DestDir: \"{tmp}\"; Flags: deleteafterinstall;\n\n[Run]\nFilename: \"{tmp}\\dotnetfx481.exe\"; Parameters: \"/quiet /norestart\"; StatusMsg: \"Installing .NET Framework 4.8.1...\"; Check: not IsRunningUnderWine and NeedsDotNet481; Flags: runhidden;\nFilename: \"{app}\\Readme.txt\"; Flags: shellexec postinstall nowait;\nFilename: \"{app}\\UWUVCI AIO.exe\"; Description: \"Launch UWUVCI AIO\"; Flags: postinstall nowait unchecked;\n\n[Icons]\nName: \"{group}\\UWUVCI AIO\"; Filename: \"{app}\\UWUVCI AIO.exe\";\nName: \"{group}\\Uninstall UWUVCI AIO\"; Filename: \"{uninstallexe}\";\nName: \"{autodesktop}\\UWUVCI AIO\"; Filename: \"{app}\\UWUVCI AIO.exe\"; Tasks: desktopicon;\nName: \"{autodesktop}\\UWUVCI AIO Debug Mode\"; Filename: \"{app}\\UWUVCI DEBUG MODE.bat\"; Tasks: desktopicon;\nName: \"{autodesktop}\\UWUVCI AIO ReadMe\"; Filename: \"{app}\\Readme.txt\"; Tasks: desktopicon;\n\n[Tasks]\nName: \"desktopicon\"; Description: \"{cm:CreateDesktopIcon}\"; GroupDescription: \"{cm:AdditionalIcons}\";\n\n[UninstallDelete]\nType: filesandordirs; Name: \"{app}\"; Check: ConfirmUninstall;\n\n[CustomMessages]\ndefault.NameAndVersion=%1 version %2\ndefault.AdditionalIcons=Additional shortcuts:\ndefault.CreateDesktopIcon=Create a &desktop shortcut\ndefault.UninstallProgram=Uninstall %1\ndefault.LaunchProgram=Launch %1\n\n[Code]\nvar\n  WelcomePage: TWizardPage;\n\nfunction IsDotNetInstalled(version: string): Boolean;\nvar\n  Success: Boolean;\n  Installed: Cardinal;\nbegin\n  Success := RegQueryDWordValue(HKLM, 'SOFTWARE\\Microsoft\\NET Framework Setup\\NDP\\v4\\Full', 'Release', Installed);\n  Result := Success and (Installed >= 528372); // .NET 4.8.1 release key is 528372\nend;\n\nfunction NeedsDotNet481: Boolean;\nbegin\n  Result := not IsDotNetInstalled('4.8.1');\nend;\n\nfunction IsRunningUnderWine: Boolean;\nvar\n  WineCheck: String;\nbegin\n  Result := RegQueryStringValue(HKEY_LOCAL_MACHINE, 'Software\\Wine', '', WineCheck);\n  if not Result then\n    Result := GetEnv('WINELOADER') <> '';\nend;\n\nfunction IsAlreadyInstalled: Boolean;\nvar\n  InstallPath: string;\nbegin\n  InstallPath := ExpandConstant('{userappdata}\\UWUVCI_AIO');  // Use a safe fallback path\n  Result := DirExists(InstallPath);  // Check if the folder exists\nend;\n\n\nfunction ConfirmUninstall: Boolean;\nbegin\n  Result := MsgBox('Are you sure you want to uninstall UWUVCI AIO?', mbConfirmation, MB_YESNO) = IDYES;\nend;\n\nfunction GetInstallDir(Default: string): string;\nvar\n  HomePath: string;\nbegin\n  if IsRunningUnderWine then\n  begin\n    // Get $HOME for Unix-like systems\n    if GetEnv('HOME') <> '' then\n      HomePath := GetEnv('HOME')\n    else\n      HomePath := ExpandConstant('{userdocs}'); // Fallback for Wine users\n\n    Result := HomePath + '/.UWUVCI_AIO';\n  end\n  else\n  begin\n    // Get USERPROFILE for Windows\n    if GetEnv('USERPROFILE') <> '' then\n      HomePath := GetEnv('USERPROFILE')\n    else\n      HomePath := ExpandConstant('{userdocs}'); // Fallback for Windows\n\n    Result := HomePath + '\\UWUVCI_AIO';\n  end;\nend;\n\nfunction IsOneDrivePath(Path: string): Boolean;\nbegin\n  Result := (Pos('OneDrive', Path) > 0);\nend;\n\nprocedure AddWelcomePage;\nbegin\n  WelcomePage := CreateCustomPage(wpWelcome, 'Welcome to UWUVCI AIO', 'Thank you for using UWUVCI AIO!');\n\n  with TNewStaticText.Create(WizardForm) do\n  begin\n    Parent := WelcomePage.Surface;\n    Left := ScaleX(10);\n    Top := ScaleY(10);\n    Width := WelcomePage.SurfaceWidth - ScaleX(40);\n    Caption := 'This installer will guide you through setting up UWUVCI AIO.' + #13#10 +\n               'Before you proceed, please ensure that:' + #13#10 +\n               '- You have at least 15GB of free disk space.' + #13#10 +\n               '- You are not installing in a OneDrive folder.' + #13#10 +\n               '- If using Wine, you have run `winetricks dotnet48`.' + #13#10#13#10 +\n               'Click Next to continue!';\n    AutoSize := True;\n  end;\nend;\n\nprocedure InitializeWizard;\nvar\n  InstallPath: string;\nbegin\n  InstallPath := GetInstallDir('');\n\n  if IsOneDrivePath(InstallPath) then\n  begin\n    MsgBox('UWUVCI AIO cannot be installed in a OneDrive folder due to compatibility issues.' + #13#10 +\n           'Please choose a different location.', mbError, MB_OK);\n    Abort;\n  end;\n\n  AddWelcomePage;\n\n  if IsAlreadyInstalled then\n  begin\n    MsgBox('A previous version of UWUVCI AIO is already installed.' + #13#10 +\n           'Installing over it may overwrite existing files.', mbInformation, MB_OK);\n  end;\nend;\n"
  },
  {
    "path": "UWUVCI AIO WPF.sln",
    "content": "﻿\nMicrosoft Visual Studio Solution File, Format Version 12.00\n# Visual Studio Version 17\nVisualStudioVersion = 17.9.34714.143\nMinimumVisualStudioVersion = 10.0.40219.1\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"UWUVCI AIO WPF\", \"UWUVCI AIO WPF\\UWUVCI AIO WPF.csproj\", \"{6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54}\"\nEndProject\nGlobal\n\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\n\t\tDebug|Any CPU = Debug|Any CPU\n\t\tRelease|Any CPU = Release|Any CPU\n\tEndGlobalSection\n\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\n\t\t{6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\n\t\t{6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54}.Debug|Any CPU.Build.0 = Debug|Any CPU\n\t\t{6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54}.Release|Any CPU.ActiveCfg = Release|Any CPU\n\t\t{6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54}.Release|Any CPU.Build.0 = Release|Any CPU\n\tEndGlobalSection\n\tGlobalSection(SolutionProperties) = preSolution\n\t\tHideSolutionNode = FALSE\n\tEndGlobalSection\n\tGlobalSection(ExtensibilityGlobals) = postSolution\n\t\tSolutionGuid = {BDE1F92C-62A4-456D-844B-49FCECE2C0E9}\n\tEndGlobalSection\nEndGlobal\n"
  },
  {
    "path": "upgrade-assistant.clef",
    "content": "{\"@t\":\"2022-08-04T23:19:42.4258367Z\",\"@mt\":\"Hosting starting\",\"@l\":\"Debug\",\"EventId\":{\"Id\":1,\"Name\":\"Starting\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-08-04T23:19:42.5235533Z\",\"@mt\":\"Configuration loaded from context base directory: {BaseDirectory}\",\"@l\":\"Debug\",\"BaseDirectory\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleRunner\"}\n{\"@t\":\"2022-08-04T23:19:42.5562245Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"NuGet\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\nuget\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:19:42.5653480Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"BinaryAnalysis\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\binaryanalysis\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:19:42.5717299Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"Default\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\default\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:19:42.5775364Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"try-convert\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\try-convert\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:19:42.5829537Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"VB\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\vb\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:19:42.5894327Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"Web\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\web\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:19:42.5953505Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"windows\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:19:42.6011521Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"MAUI\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\maui\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:19:42.6045016Z\",\"@mt\":\"Loaded {Count} extensions\",\"Count\":8,\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:19:42.8314183Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Common, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:42.9641081Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Commands, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:43.0624627Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.DependencyResolver.Core, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:43.1771812Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Packaging, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:43.2914068Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Frameworks, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:43.3918159Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Protocol, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:43.4861072Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Versioning, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:43.5689921Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.ProjectModel, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:43.6543761Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.LibraryModel, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:43.7427908Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Configuration, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:43.9775955Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Azure.Core, Version=1.24.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8\",\"Extension\":\"UA_BinaryAnalysis2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:44.1168927Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Azure.Storage.Blobs, Version=12.12.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8\",\"Extension\":\"UA_BinaryAnalysis2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:44.2274550Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Packaging, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_BinaryAnalysis2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:44.3172171Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Versioning, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_BinaryAnalysis2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:44.4097261Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Protocol, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_BinaryAnalysis2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:44.5103145Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Common, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_BinaryAnalysis2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:44.6070745Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Frameworks, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_BinaryAnalysis2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:44.9080554Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:44.9710790Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:45.0391436Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:45.1222269Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:45.2041919Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:45.2832896Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Templates, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:45.3754872Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:45.4648526Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.CodeFixes, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:45.7853683Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Razor, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Web2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:45.8971104Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.AspNetCore.Razor.Language, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60\",\"Extension\":\"UA_Web2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:46.0087140Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"DiffPlex, Version=1.6.3.0, Culture=neutral, PublicKeyToken=1d35e91d1bd7bc0f\",\"Extension\":\"UA_Web2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:46.3068866Z\",\"@mt\":\"Using Visual Studio v{VsVersion} [{VsPath}]\",\"@l\":\"Debug\",\"VsVersion\":\"17.2.32630.192\",\"VsPath\":\"C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Professional\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.VisualStudioFinder\"}\n{\"@t\":\"2022-08-04T23:19:46.7471300Z\",\"@mt\":\"Using MSBuild from {Path}\",\"Path\":\"C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.302\\\\\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions\"}\n{\"@t\":\"2022-08-04T23:19:46.7509756Z\",\"@mt\":\"Using Visual Studio install from {Path} [v{Version}]\",\"Path\":\"C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Professional\",\"Version\":17,\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions\"}\n{\"@t\":\"2022-08-04T23:19:47.1038117Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Credentials, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:47.2664048Z\",\"@mt\":\"Found package sources: {PackageSources}\",\"@l\":\"Debug\",\"PackageSources\":[\"https://api.nuget.org/v3/index.json [https://api.nuget.org/v3/index.json]\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetPackageSourceFactory\"}\n{\"@t\":\"2022-08-04T23:19:47.9690824Z\",\"@mt\":\"Generating context\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory\"}\n{\"@t\":\"2022-08-04T23:19:48.0224181Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.Build.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-08-04T23:19:48.1362509Z\",\"@mt\":\"Initializing context\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory\"}\n{\"@t\":\"2022-08-04T23:19:50.6743755Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-08-04T23:19:50.7139074Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj' with message: C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Professional\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\Microsoft.NET.Build.Extensions.ConflictResolution.targets: (30, 5): The \\\"ResolvePackageFileConflicts\\\" task could not be loaded from the assembly C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Professional\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\\\\\tools\\\\net6.0\\\\Microsoft.NET.Build.Extensions.Tasks.dll. Could not load file or assembly 'C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Professional\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\tools\\\\net6.0\\\\Microsoft.NET.Build.Extensions.Tasks.dll'. The system cannot find the path specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-08-04T23:19:51.1458136Z\",\"@mt\":\"Done initializing context\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory\"}\n{\"@t\":\"2022-08-04T23:19:51.6411843Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:51.6447269Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\03080935-eef5-42e8-938a-4d66c08f8052\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:51.7377338Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed\",\"Extension\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:51.9141080Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\03080935-eef5-42e8-938a-4d66c08f8052\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:51.9308879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:51.9934858Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.0866931Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.0975336Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.1443464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.1445365Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\937d62dd-7b34-4abc-92a3-f8286a3bf88f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.1449941Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\937d62dd-7b34-4abc-92a3-f8286a3bf88f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.1451394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.1452232Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.1456242Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.1456918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.1527630Z\",\"@mt\":\"Writing output to {0}\",\"0\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\AnalysisReport.sarif\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleAnalyze\"}\n{\"@t\":\"2022-08-04T23:19:52.2685391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.2687609Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3227bf67-8c96-4ffe-b33f-09fea4693135\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.2693030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3227bf67-8c96-4ffe-b33f-09fea4693135\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.2694395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.2695170Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.2699765Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.2700810Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.2785714Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.2786865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\467825ca-aca4-49f5-a99b-014f0bc02a3c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.2790823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\467825ca-aca4-49f5-a99b-014f0bc02a3c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.2792140Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.2792882Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.2796793Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.2797421Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:52.3022426Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-08-04T23:19:52.3145296Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Duplicate reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-08-04T23:19:52.3179164Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Package map reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-08-04T23:19:52.3269575Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-08-04T23:19:52.3322724Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-08-04T23:19:52.5345939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:19:52.9950048Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json 447ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:19:53.2395489Z\",\"@mt\":\"Reference to .NET Upgrade Assistant analyzer package ({AnalyzerPackageName}, version {AnalyzerPackageVersion}) needs to be added\",\"AnalyzerPackageName\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\",\"AnalyzerPackageVersion\":\"0.4.336902\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.UpgradeAssistantReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:19:53.2461312Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-08-04T23:19:53.2572030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.2574729Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0bdeffb4-bf35-4df5-bdd8-108a0f3087aa\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.2581301Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0bdeffb4-bf35-4df5-bdd8-108a0f3087aa\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.2583144Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.2583992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.2588481Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.2589286Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.2632828Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.windows.compatibility/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:19:53.3677260Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.windows.compatibility/index.json 104ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:19:53.5753305Z\",\"@mt\":\"Adding Microsoft.Windows.Compatibility 6.0.0 helps with speeding up the upgrade process for Windows-based APIs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.WindowsCompatReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:19:53.5798680Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"MyDotAnalyzer reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-08-04T23:19:53.5836184Z\",\"@mt\":\"None of the tfms match packages from {PackageName}\",\"@l\":\"Debug\",\"PackageName\":\"System.Configuration.ConfigurationManager\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer\"}\n{\"@t\":\"2022-08-04T23:19:53.5837015Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Newtonsoft.Json reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-08-04T23:19:53.5936259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.5938164Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\61bb10a6-9275-4ec9-b175-ad8a8ea5f906\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.5942403Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\61bb10a6-9275-4ec9-b175-ad8a8ea5f906\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.5944154Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.5944811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.5948903Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.5949524Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6031568Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6032632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\71c2900f-af55-4276-a31c-a2535ec15666\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6036217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\71c2900f-af55-4276-a31c-a2535ec15666\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6037299Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6037896Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6040869Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6041392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6060853Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Windows App SDK package analysis\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-08-04T23:19:53.6361858Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6363722Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c3630324-8caf-417d-8eef-07a96b689af5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6369112Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c3630324-8caf-417d-8eef-07a96b689af5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6370440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6371178Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6379480Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6380462Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6474692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6475961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ecf89cff-8069-4ec6-abbd-34e6b3f91a2c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6480231Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ecf89cff-8069-4ec6-abbd-34e6b3f91a2c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6481566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6482307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6485946Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6486869Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6521614Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.DependencyAnalyzerRunner\"}\n{\"@t\":\"2022-08-04T23:19:53.6676913Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6678274Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\12c6c3aa-98b3-4ef0-8413-7f42392a13d2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6731816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\12c6c3aa-98b3-4ef0-8413-7f42392a13d2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.6733134Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.7930199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.8203464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/microsoft.windows.compatibility/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.9152937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json 122ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.9454887Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/microsoft.windows.compatibility/index.json 124ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:53.9970959Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/microsoft.windows.compatibility/6.0.0/microsoft.windows.compatibility.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0034997Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/0.4.336902/microsoft.dotnet.upgradeassistant.extensions.default.analyzers.0.4.336902.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0120719Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/microsoft.windows.compatibility/6.0.0/microsoft.windows.compatibility.6.0.0.nupkg 14ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0274651Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/0.4.336902/microsoft.dotnet.upgradeassistant.extensions.default.analyzers.0.4.336902.nupkg 23ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0733623Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry.accesscontrol/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0872887Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.codedom/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0886574Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition.registration/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0899170Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0911074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0924134Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.data.odbc/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0934177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.data.oledb/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0942492Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.eventlog/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0950851Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.performancecounter/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0959402Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.directoryservices.accountmanagement/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0969189Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.directoryservices.protocols/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.0978345Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.directoryservices/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1083457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.io.packaging/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1098516Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.io.ports/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1114960Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.management/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1125377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.reflection.context/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1138522Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.runtime.caching/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1169144Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1179680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1204721Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1217726Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.xml/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1247501Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.security.permissions/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1260017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.syndication/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1274567Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.serviceprocess.servicecontroller/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1288686Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.speech/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1301511Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1314478Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.threading.accesscontrol/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1326711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.data.sqlclient/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1339187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.duplex/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1352455Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.http/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1370745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.nettcp/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1388051Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.primitives/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1403527Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.security/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1418372Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.web.services.description/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1685012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry.accesscontrol/index.json 94ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.1745209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry.accesscontrol/6.0.0/microsoft.win32.registry.accesscontrol.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2118936Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.directoryservices.protocols/index.json 114ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2119650Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition/index.json 121ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2120167Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.data.odbc/index.json 119ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2120168Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.eventlog/index.json 117ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2120168Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.directoryservices/index.json 114ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2120168Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.codedom/index.json 124ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2136321Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/index.json 122ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2137077Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.data.oledb/index.json 120ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2280874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.directoryservices.protocols/6.0.0/system.directoryservices.protocols.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2284889Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.performancecounter/index.json 133ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2298379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition/6.0.0/system.componentmodel.composition.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2301195Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.directoryservices.accountmanagement/index.json 134ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2311312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/6.0.0/system.configuration.configurationmanager.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2314764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition.registration/index.json 142ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2323331Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.directoryservices/6.0.0/system.directoryservices.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2333799Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.data.oledb/6.0.0/system.data.oledb.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2346570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.data.odbc/6.0.0/system.data.odbc.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2358475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.eventlog/6.0.0/system.diagnostics.eventlog.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2367658Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.codedom/6.0.0/system.codedom.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2377073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2386501Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.directoryservices.accountmanagement/6.0.0/system.directoryservices.accountmanagement.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2396383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition.registration/6.0.0/system.componentmodel.composition.registration.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2911207Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/6.0.0/system.configuration.configurationmanager.6.0.0.nupkg 59ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2943124Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.directoryservices.protocols/6.0.0/system.directoryservices.protocols.6.0.0.nupkg 66ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.2970170Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.directoryservices/6.0.0/system.directoryservices.6.0.0.nupkg 64ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3027586Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry.accesscontrol/6.0.0/microsoft.win32.registry.accesscontrol.6.0.0.nupkg 128ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3050378Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition/6.0.0/system.componentmodel.composition.6.0.0.nupkg 75ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3099567Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/index.json 191ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3099721Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.io.ports/index.json 199ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3110116Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.reflection.context/index.json 198ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3110337Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.runtime.caching/index.json 197ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3136499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/index.json 196ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3153115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.io.ports/6.0.0/system.io.ports.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3163187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/6.0.0/system.security.cryptography.pkcs.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3171926Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.reflection.context/6.0.0/system.reflection.context.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3180143Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.runtime.caching/6.0.0/system.runtime.caching.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3182663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.management/index.json 206ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3187166Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/6.0.0/system.security.accesscontrol.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3216036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.management/6.0.0/system.management.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3422033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.eventlog/6.0.0/system.diagnostics.eventlog.6.0.0.nupkg 106ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3422033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.data.odbc/6.0.0/system.data.odbc.6.0.0.nupkg 107ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3458319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.syndication/index.json 219ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3459490Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.codedom/6.0.0/system.codedom.6.0.0.nupkg 109ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3494341Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.threading.accesscontrol/index.json 217ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3494636Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition.registration/6.0.0/system.componentmodel.composition.registration.6.0.0.nupkg 109ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3495250Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.syndication/6.0.0/system.servicemodel.syndication.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3520420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.xml/index.json 230ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3520930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.duplex/index.json 218ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3540661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.data.sqlclient/index.json 221ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3540722Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/index.json 233ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3540821Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.security.permissions/index.json 229ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3542430Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.threading.accesscontrol/6.0.0/system.threading.accesscontrol.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3575613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/index.json 227ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3585289Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.duplex/4.9.0/system.servicemodel.duplex.4.9.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3600761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.security/index.json 219ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3600758Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.http/index.json 224ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3602199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.nettcp/index.json 223ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3626200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.performancecounter/6.0.0/system.diagnostics.performancecounter.6.0.0.nupkg 124ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3628097Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.security.permissions/6.0.0/system.security.permissions.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3628099Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.xml/6.0.0/system.security.cryptography.xml.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3630661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/6.0.0/system.security.cryptography.protecteddata.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3631660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.data.sqlclient/4.8.3/system.data.sqlclient.4.8.3.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3634780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3650471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.nettcp/4.9.0/system.servicemodel.nettcp.4.9.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3656748Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.primitives/index.json 226ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3659968Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.http/4.9.0/system.servicemodel.http.4.9.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3666532Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.web.services.description/index.json 224ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3668608Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.security/4.9.0/system.servicemodel.security.4.9.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3679689Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.speech/index.json 239ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3695479Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.servicemodel.primitives/4.9.0/system.servicemodel.primitives.4.9.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3704604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/6.0.0/system.security.accesscontrol.6.0.0.nupkg 51ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3708231Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.web.services.description/4.9.0/system.web.services.description.4.9.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3715958Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.serviceprocess.servicecontroller/index.json 244ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3719772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.speech/6.0.0/system.speech.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3784644Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.serviceprocess.servicecontroller/6.0.0/system.serviceprocess.servicecontroller.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.3937907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.duplex/4.9.0/system.servicemodel.duplex.4.9.0.nupkg 35ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.4093087Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.directoryservices.accountmanagement/6.0.0/system.directoryservices.accountmanagement.6.0.0.nupkg 170ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.4252153Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.runtime.caching/6.0.0/system.runtime.caching.6.0.0.nupkg 107ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.4362976Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/6.0.0/system.text.encoding.codepages.6.0.0.nupkg 72ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.4539913Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/6.0.0/system.security.cryptography.protecteddata.6.0.0.nupkg 90ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.4589645Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.management/6.0.0/system.management.6.0.0.nupkg 137ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.4639275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.io.ports/6.0.0/system.io.ports.6.0.0.nupkg 148ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.4645667Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.serviceprocess.servicecontroller/6.0.0/system.serviceprocess.servicecontroller.6.0.0.nupkg 86ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.4702794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/6.0.0/system.security.cryptography.pkcs.6.0.0.nupkg 153ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.4704042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.security.permissions/6.0.0/system.security.permissions.6.0.0.nupkg 107ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.4730386Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.xml/6.0.0/system.security.cryptography.xml.6.0.0.nupkg 110ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.4856158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.speech/6.0.0/system.speech.6.0.0.nupkg 113ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.5426045Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.threading.accesscontrol/6.0.0/system.threading.accesscontrol.6.0.0.nupkg 188ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.5596211Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.http/4.9.0/system.servicemodel.http.4.9.0.nupkg 193ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.6315713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.primitives/4.9.0/system.servicemodel.primitives.4.9.0.nupkg 261ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.6450692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.nettcp/4.9.0/system.servicemodel.nettcp.4.9.0.nupkg 279ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.6981777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.io.packaging/index.json 589ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.7026473Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.io.packaging/6.0.0/system.io.packaging.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.7395937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.reflection.context/6.0.0/system.reflection.context.6.0.0.nupkg 422ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.7463224Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.7506156Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.syndication/6.0.0/system.servicemodel.syndication.6.0.0.nupkg 401ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.8071146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.data.sqlclient/4.8.3/system.data.sqlclient.4.8.3.nupkg 443ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.8487325Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.security/4.9.0/system.servicemodel.security.4.9.0.nupkg 481ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.8573244Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.ports/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.9034181Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.io.packaging/6.0.0/system.io.packaging.6.0.0.nupkg 200ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.9071117Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/index.json 160ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.9167984Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/4.9.0/system.private.servicemodel.4.9.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.9565338Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.ports/index.json 99ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.9616456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.ports/6.0.0/runtime.native.system.io.ports.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:54.9906915Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/4.9.0/system.private.servicemodel.4.9.0.nupkg 73ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.0128870Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.ports/6.0.0/runtime.native.system.io.ports.6.0.0.nupkg 51ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.0521559Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.linux-arm.runtime.native.system.io.ports/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.0536090Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.linux-arm64.runtime.native.system.io.ports/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.0548679Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.linux-x64.runtime.native.system.io.ports/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.0561117Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.osx-arm64.runtime.native.system.io.ports/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.0573928Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.osx-x64.runtime.native.system.io.ports/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.1035440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.data.oledb/6.0.0/system.data.oledb.6.0.0.nupkg 870ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.1501602Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.linux-arm.runtime.native.system.io.ports/index.json 97ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.1501576Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.osx-arm64.runtime.native.system.io.ports/index.json 93ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.1525339Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.linux-x64.runtime.native.system.io.ports/index.json 97ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.1536301Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.osx-x64.runtime.native.system.io.ports/index.json 96ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.1547643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.linux-arm64.runtime.native.system.io.ports/index.json 101ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.1570418Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.osx-arm64.runtime.native.system.io.ports/6.0.0/runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.1580953Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.linux-arm.runtime.native.system.io.ports/6.0.0/runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.1589317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.linux-x64.runtime.native.system.io.ports/6.0.0/runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.1597130Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.osx-x64.runtime.native.system.io.ports/6.0.0/runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.1604694Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.linux-arm64.runtime.native.system.io.ports/6.0.0/runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.1844990Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.osx-arm64.runtime.native.system.io.ports/6.0.0/runtime.osx-arm64.runtime.native.system.io.ports.6.0.0.nupkg 27ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.1975299Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.linux-x64.runtime.native.system.io.ports/6.0.0/runtime.linux-x64.runtime.native.system.io.ports.6.0.0.nupkg 38ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.2022993Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.osx-x64.runtime.native.system.io.ports/6.0.0/runtime.osx-x64.runtime.native.system.io.ports.6.0.0.nupkg 42ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.2271864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.linux-arm.runtime.native.system.io.ports/6.0.0/runtime.linux-arm.runtime.native.system.io.ports.6.0.0.nupkg 69ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.2380106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.linux-arm64.runtime.native.system.io.ports/6.0.0/runtime.linux-arm64.runtime.native.system.io.ports.6.0.0.nupkg 77ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.3223765Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.formats.asn1/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.4132797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.formats.asn1/index.json 90ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.4233805Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.formats.asn1/6.0.0/system.formats.asn1.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.4297366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.web.services.description/4.9.0/system.web.services.description.4.9.0.nupkg 1058ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.4376359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.formats.asn1/6.0.0/system.formats.asn1.6.0.0.nupkg 14ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.9320693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:55.9431149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.reflection.dispatchproxy/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.0352031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.reflection.dispatchproxy/index.json 91ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.0436476Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.reflection.dispatchproxy/4.7.1/system.reflection.dispatchproxy.4.7.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.0509702Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/index.json 118ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.0590900Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/5.0.10/microsoft.extensions.objectpool.5.0.10.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.0592989Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.reflection.dispatchproxy/4.7.1/system.reflection.dispatchproxy.4.7.1.nupkg 15ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.1281132Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/5.0.10/microsoft.extensions.objectpool.5.0.10.nupkg 68ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.1930426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.2863920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/index.json 93ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.2910089Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.3055730Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/system.runtime.compilerservices.unsafe/6.0.0/system.runtime.compilerservices.unsafe.6.0.0.nupkg 14ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.3295817Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.data.sqlclient.sni/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.4213146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.data.sqlclient.sni/index.json 91ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.4268196Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.native.system.data.sqlclient.sni/4.7.0/runtime.native.system.data.sqlclient.sni.4.7.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.4354615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.data.sqlclient.sni/4.7.0/runtime.native.system.data.sqlclient.sni.4.7.0.nupkg 8ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.4421751Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.4432888Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.win-x64.runtime.native.system.data.sqlclient.sni/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.4443179Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.win-x86.runtime.native.system.data.sqlclient.sni/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.5299002Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.win-x64.runtime.native.system.data.sqlclient.sni/index.json 86ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.5306821Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/index.json 88ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.5343322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.5353071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.5394972Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.win-x86.runtime.native.system.data.sqlclient.sni/index.json 95ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.5440735Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.5450994Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg 9ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.5531159Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg 18ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.5581347Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0/runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg 13ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.5797376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.5981426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Reflection.DispatchProxy 4.7.1\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6083942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Reflection.DispatchProxy 4.7.1\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6437741Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of Microsoft.Extensions.ObjectPool 5.0.10\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6449691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of Microsoft.Extensions.ObjectPool 5.0.10\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6494680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of runtime.win-x86.runtime.native.System.Data.SqlClient.sni 4.4.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6502789Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of runtime.win-x86.runtime.native.System.Data.SqlClient.sni 4.4.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6545137Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of runtime.win-x64.runtime.native.System.Data.SqlClient.sni 4.4.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6554954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of runtime.win-x64.runtime.native.System.Data.SqlClient.sni 4.4.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6590178Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of runtime.win-arm64.runtime.native.System.Data.SqlClient.sni 4.4.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6602216Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of runtime.win-arm64.runtime.native.System.Data.SqlClient.sni 4.4.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6639740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of runtime.osx-x64.runtime.native.System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6650688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of runtime.osx-x64.runtime.native.System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6696619Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of runtime.osx-arm64.runtime.native.System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6706942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of runtime.osx-arm64.runtime.native.System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6744043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of runtime.linux-x64.runtime.native.System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6751533Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of runtime.linux-x64.runtime.native.System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6783253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of runtime.linux-arm64.runtime.native.System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6790616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of runtime.linux-arm64.runtime.native.System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6824923Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of runtime.linux-arm.runtime.native.System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6839224Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of runtime.linux-arm.runtime.native.System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6902148Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Private.ServiceModel 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6909098Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Private.ServiceModel 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6935805Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of runtime.native.System.Data.SqlClient.sni 4.7.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6944014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of runtime.native.System.Data.SqlClient.sni 4.7.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6969343Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Runtime.CompilerServices.Unsafe 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.6977865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Runtime.CompilerServices.Unsafe 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.7011259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Formats.Asn1 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.7019186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Formats.Asn1 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.7045262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of runtime.native.System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.7053919Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of runtime.native.System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.7079358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Web.Services.Description 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.7086225Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Web.Services.Description 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:56.7390841Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"System.Security.Cryptography.Pkcs, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\",\"Extension\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:19:57.1412812Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: runtime.osx-arm64.runtime.native.System.IO.Ports.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.1497605Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: Microsoft.Extensions.ObjectPool.5.0.10 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.1497860Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: runtime.osx-x64.runtime.native.System.IO.Ports.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.1498000Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Web.Services.Description.4.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.1717551Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Reflection.DispatchProxy.4.7.1 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.2307626Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: runtime.win-x64.runtime.native.System.Data.SqlClient.sni.4.4.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.2308646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: runtime.win-x86.runtime.native.System.Data.SqlClient.sni.4.4.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.2307625Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: runtime.win-arm64.runtime.native.System.Data.SqlClient.sni.4.4.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.2536098Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed runtime.osx-arm64.runtime.native.System.IO.Ports 6.0.0 from https://api.nuget.org/v3/index.json with content hash fXG12NodG1QrCdoaeSQ1gVnk/koi4WYY4jZtarMkZeQMyReBm1nZlSRoPnUjLr2ZR36TiMjpcGnQfxymieUe7w==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.2540068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed runtime.osx-x64.runtime.native.System.IO.Ports 6.0.0 from https://api.nuget.org/v3/index.json with content hash /As+zPY49+dSUXkh+fTUbyPhqrdGN//evLxo4Vue88pfh1BHZgF7q4kMblTkxYvwR6Vi03zSYxysSFktO8/SDQ==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.2548364Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed Microsoft.Extensions.ObjectPool 5.0.10 from https://api.nuget.org/v3/index.json with content hash pp9tbGqIhdEXL6Q1yJl+zevAJSq4BsxqhS1GXzBvEsEz9DDNu9GLNzgUy2xyFc4YjB4m4Ff2YEWTnvQvVYdkvQ==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.2650665Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers 0.4.336902\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.2651546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of Microsoft.Win32.Registry.AccessControl 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.2650704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of Microsoft.Windows.Compatibility 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.2666342Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of Microsoft.Win32.Registry.AccessControl 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.2668769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers 0.4.336902\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.2670844Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of Microsoft.Windows.Compatibility 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3106811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: runtime.linux-x64.runtime.native.System.IO.Ports.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3139160Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Runtime.CompilerServices.Unsafe.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3148374Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: runtime.native.System.Data.SqlClient.sni.4.7.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3195387Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed runtime.win-x86.runtime.native.System.Data.SqlClient.sni 4.4.0 from https://api.nuget.org/v3/index.json with content hash YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3200466Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: Microsoft.Win32.Registry.AccessControl.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3227136Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.CodeDom 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3238642Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.4.336902 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3239788Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: Microsoft.Windows.Compatibility.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3240666Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: runtime.native.System.IO.Ports.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3243961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: runtime.linux-arm.runtime.native.System.IO.Ports.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3268586Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: runtime.linux-arm64.runtime.native.System.IO.Ports.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3271964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.CodeDom 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3297732Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed runtime.win-x64.runtime.native.System.Data.SqlClient.sni 4.4.0 from https://api.nuget.org/v3/index.json with content hash 38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3314495Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Formats.Asn1.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3318764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.ComponentModel.Composition.Registration 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3326642Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.ComponentModel.Composition.Registration 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3382967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed runtime.win-arm64.runtime.native.System.Data.SqlClient.sni 4.4.0 from https://api.nuget.org/v3/index.json with content hash LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3410326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.ComponentModel.Composition 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3428171Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.ComponentModel.Composition 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3591192Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.CodeDom.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3625862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Private.ServiceModel.4.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3665106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.ComponentModel.Composition.Registration.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3707172Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.ComponentModel.Composition.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3916432Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed runtime.native.System.Data.SqlClient.sni 4.7.0 from https://api.nuget.org/v3/index.json with content hash 9kyFSIdN3T0qjDQ2R0HRXYIhS3l5psBzQi6qqhdLz+SzFyEy4sVxNOke+yyYv8Cu8rPER12c3RDjLT8wF3WBYQ==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3935331Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Configuration.ConfigurationManager 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3967982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Configuration.ConfigurationManager 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.3976168Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed Microsoft.Windows.Compatibility 6.0.0 from https://api.nuget.org/v3/index.json with content hash 9esuK5JqnjkDgO9/AHesyJSG0aKwpfLVzTw6nIGYhqE91VLxZyv3HKulNoPVy/NOuyAaf1kE4FKtdZDzdd/SLw==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4001027Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed runtime.linux-x64.runtime.native.System.IO.Ports 6.0.0 from https://api.nuget.org/v3/index.json with content hash 16nbNXwv0sC+gLGIuecri0skjuh6R1maIJggsaNP7MQBcbVcEfWFUOkEnsnvoLEjy0XerfibuRptfQ8AmdIcWA==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4002991Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Data.Odbc 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4014359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Data.OleDb 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4021354Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Data.Odbc 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4021507Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Data.OleDb 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4077676Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed runtime.native.System.IO.Ports 6.0.0 from https://api.nuget.org/v3/index.json with content hash KaaXlpOcuZjMdmyF5wzzx3b+PRKIzt6A5Ax9dKenPDQbVJAFpev+casD0BIig1pBcbs3zx7CqWemzUJKAeHdSQ==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4085672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Diagnostics.EventLog 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4118780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Diagnostics.EventLog 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4239473Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed runtime.linux-arm64.runtime.native.System.IO.Ports 6.0.0 from https://api.nuget.org/v3/index.json with content hash xn2bMThmXr3CsvOYmS8ex2Yz1xo+kcnhVg2iVhS9PlmqjZPAkrEo/I40wjrBZH/tU4kvH0s1AE8opAvQ3KIS8g==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4282994Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Configuration.ConfigurationManager.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4284266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Diagnostics.PerformanceCounter 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4300192Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Diagnostics.PerformanceCounter 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4314974Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Web.Services.Description 4.9.0 from https://api.nuget.org/v3/index.json with content hash d20B3upsWddwSG5xF3eQLs0cAV3tXDsBNqP4kh02ylfgZwqfpf4f/9KiZVIGIoxULt2cKqxWs+U4AdNAJ7L8cQ==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4337024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.ServiceModel.Security 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4349791Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Data.OleDb.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4350803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.ServiceModel.Security 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4375483Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed runtime.linux-arm.runtime.native.System.IO.Ports 6.0.0 from https://api.nuget.org/v3/index.json with content hash 75q52H7CSpgIoIDwXb9o833EvBZIXJ0mdPhz1E6jSisEXUBlSCPalC29cj3EXsjpuDwr0dj1LRXZepIQH/oL4Q==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4390848Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.DirectoryServices.AccountManagement 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4405403Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.DirectoryServices.AccountManagement 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4432559Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Diagnostics.EventLog.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4586831Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Data.Odbc.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.4619804Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Diagnostics.PerformanceCounter.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.5238215Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Formats.Asn1 6.0.0 from https://api.nuget.org/v3/index.json with content hash T6fD00dQ3NTbPDy31m4eQUwKW84s03z0N2C8HpOklyeaDgaJPa/TexP4/SkORMSOwc7WhKifnA6Ya33AkzmafA==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.5244270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.DirectoryServices.AccountManagement.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.5260114Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.DirectoryServices.Protocols 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.5370310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.ServiceModel.Security.4.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.5433386Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.DirectoryServices.Protocols 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.5879770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.ComponentModel.Composition.Registration 6.0.0 from https://api.nuget.org/v3/index.json with content hash +i3RLlOgTsf15VeADBPpzPyRiXq71aLSuzdHeNtmq9f6BwpF3OWhB76p0WDUNCa3Z+SLD4dJbBM9yAep7kQCGA==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.5898293Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.DirectoryServices 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.5919541Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.DirectoryServices 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.5941827Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Runtime.CompilerServices.Unsafe 6.0.0 from https://api.nuget.org/v3/index.json with content hash /iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.5960671Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.IO.Packaging 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.5962798Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.CodeDom 6.0.0 from https://api.nuget.org/v3/index.json with content hash CPc6tWO1LAer3IzfZufDBRL+UZQcj5uS207NHALQzP84Vp/z6wF0Aa0YZImOQY8iStY0A2zI/e3ihKNPfUm8XA==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.5972548Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.IO.Packaging 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.5977954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6011405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.IO.Ports 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6020704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.DirectoryServices.Protocols.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6282636Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers 0.4.336902 from https://api.nuget.org/v3/index.json with content hash urQDGvwM6vNBClOu8dChtE7fELONWafH5rQOwO2A9YmBgEcbM8qfeaUqALLM4DKnxIu3J2Vm0GkBsApTSwWDog==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6322679Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Management 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6432443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.IO.Packaging.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6459650Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.ComponentModel.Composition 6.0.0 from https://api.nuget.org/v3/index.json with content hash 60Qv+F7oxomOjJeTDA5Z4iCyFbQ0B/2Mi5HT+13pxxq0lVnu2ipbWMzFB+RWKr3wWKA8BSncXr9PH/fECwMX5Q==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6468528Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Management 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6477161Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Reflection.Context 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6546694Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Reflection.Context 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6608404Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.DirectoryServices.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6821849Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Reflection.DispatchProxy 4.7.1 from https://api.nuget.org/v3/index.json with content hash C1sMLwIG6ILQ2bmOT4gh62V6oJlyF4BlHcVMrOoor49p0Ji2tA8QAoqyMcIhAdH6OHKJ8m7BU+r4LK2CUEOKqw==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6853885Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Runtime.Caching 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6865160Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Runtime.Caching 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6878647Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.IO.Ports.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.6963072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Reflection.Context.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.7054240Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed Microsoft.Win32.Registry.AccessControl 6.0.0 from https://api.nuget.org/v3/index.json with content hash UoE+eeuBKL+GFHxHV3FjHlY5K8Wr/IR7Ee/a2oDNqFodF1iMqyt5hIs0U9Z217AbWrHrNle4750kD03hv1IMZw==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.7222254Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Security.AccessControl 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.7261727Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Management.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.7415688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Security.AccessControl 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.7548671Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Runtime.Caching.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.9321854Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Security.AccessControl.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.9658565Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Configuration.ConfigurationManager 6.0.0 from https://api.nuget.org/v3/index.json with content hash 7T+m0kDSlIPTHIkPMIu6m6tV6qsMqJpvQWW2jIc2qi7sn40qxFo0q+7mEQAhMPXZHMKnWrnv47ntGlM/ejvw3g==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.9675818Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Security.Cryptography.Pkcs 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:57.9685645Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Security.Cryptography.Pkcs 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0100612Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Security.Cryptography.Pkcs.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0567256Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Data.OleDb 6.0.0 from https://api.nuget.org/v3/index.json with content hash LQ8PjTIF1LtrrlGiyiTVjAkQtTWKm9GSNnygIlWjhN9y88s7xhy6DUNDDkmQQ9f6ex7mA4k0Tl97lz/CklaiLg==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0600664Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Security.Cryptography.ProtectedData 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0614395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Reflection.Context 6.0.0 from https://api.nuget.org/v3/index.json with content hash Vi+Gb41oyOYie7uLSsjRmfRg3bryUg5DssJvj3gDUl0D8z6ipSm6/yi/XNx2rcS5iVMvHcwRUHjcx7ixv0K3/w==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0630493Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Security.Cryptography.Xml 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0664499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Diagnostics.PerformanceCounter 6.0.0 from https://api.nuget.org/v3/index.json with content hash gbeE5tNp/oB7O8kTTLh3wPPJCxpNOphXPTWVs1BsYuFOYapFijWuh0LYw1qnDo4gwDUYPXOmpTIhvtxisGsYOQ==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0716447Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Security.Cryptography.Xml 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0729686Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Security.Permissions 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0737378Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Security.Permissions 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0747692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Security.Cryptography.ProtectedData 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0844119Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.DirectoryServices.AccountManagement 6.0.0 from https://api.nuget.org/v3/index.json with content hash 2iKkY6VC4WX6H13N8WhH2SRUfWCwg2KZR5w9JIS9cw9N8cZhT7VXxHX0L6OX6Po419aSu2LWrJE9tu6b+cUnPA==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0858187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Diagnostics.EventLog 6.0.0 from https://api.nuget.org/v3/index.json with content hash lcyUiXTsETK2ALsZrX+nWuHSIQeazhqPphLfaRxzdGaG93+0kELqpgEHtwWOlQe7+jSFnKwaCAgL4kjeZCQJnw==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0859805Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.ServiceModel.Syndication 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0875238Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.ServiceProcess.ServiceController 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0876980Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.ServiceModel.Syndication 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0918865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.IO.Packaging 6.0.0 from https://api.nuget.org/v3/index.json with content hash C7OkTRIjqIjAKu6ef/fuj8ynCZTPcTYZnvHaq48bniACgXXJogmEoIc56YCDNTc14xhsbLmgpS3KP+evbsUa2g==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0929708Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Speech 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0944143Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Speech 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.0972639Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.ServiceProcess.ServiceController 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1089791Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Private.ServiceModel 4.9.0 from https://api.nuget.org/v3/index.json with content hash d3RjkrtpjUQ63PzFmm/SZ4aOXeJNP+8YW5QeP0lCJy8iX4xlHdlNLWTF9sRn9SmrFTK757kQXT9Op/R4l858uw==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1108249Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Text.Encoding.CodePages 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1218122Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Text.Encoding.CodePages 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1342747Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.ServiceModel.Syndication.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1343355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Security.Cryptography.Xml.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1425532Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Speech.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1446417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Security.Cryptography.ProtectedData.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1456592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Security.Permissions.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1485998Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.ServiceModel.Security 4.9.0 from https://api.nuget.org/v3/index.json with content hash iurpbSmPgotHps94VQ6acvL6hU2gjiuBmQI7PwLLN76jsbSpUcahT0PglccKIAwoMujATk/LWtAapBHpwCFn2g==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1536898Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.ServiceModel.Primitives 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1553507Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.ServiceModel.Primitives 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1660961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.ServiceProcess.ServiceController.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1820149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Security.AccessControl 6.0.0 from https://api.nuget.org/v3/index.json with content hash AUADIc0LIEQe7MzC+I0cl0rAT8RrTAKFHl53yHjEUzNVIaUlhFY11vc2ebiVJzVBuOzun6F7FBA+8KAbGTTedQ==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1839088Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Threading.AccessControl 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.1858129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Threading.AccessControl 6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.2231092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.DirectoryServices 6.0.0 from https://api.nuget.org/v3/index.json with content hash kp/Op0nxDVGlElDKh8TsXO0GKXftQgAB6sJk0wUetZK1Rr0Pbd86Tn7AllLLlROFZa4BTl/LVHakljtGELFzCg==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.2254661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.Data.SqlClient 4.8.3\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.2268634Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.Data.SqlClient 4.8.3\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.2346632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Runtime.Caching 6.0.0 from https://api.nuget.org/v3/index.json with content hash E0e03kUp5X2k+UAoVl6efmI7uU7JRBWi5EIdlQ7cr0NpBGjHG4fWII35PgsBY9T4fJQ8E4QPsL0rKksU9gcL5A==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.2369485Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.ServiceModel.Duplex 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.2379993Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.ServiceModel.Duplex 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.2419964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.IO.Ports 6.0.0 from https://api.nuget.org/v3/index.json with content hash dRyGI7fUESar5ZLIpiBOaaNLW7YyOBGftjj5Of+xcduC/Rjl7RjhEnWDvvNBmHuF3d0tdXoqdVI/yrVA8f00XA==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.2440991Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.ServiceModel.Http 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.2449247Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.ServiceModel.Http 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.2451221Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.DirectoryServices.Protocols 6.0.0 from https://api.nuget.org/v3/index.json with content hash ++WKU7HQPo/FJdhywWw+q2lLjcVAGVw5XLH9kRCV+4DvkhVAcHCksh0ezIqwNROmaU9LMJN0d/LAdeWXu3pi6Q==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.2462764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of System.ServiceModel.NetTcp 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.2470347Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of System.ServiceModel.NetTcp 4.9.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.2680128Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Management 6.0.0 from https://api.nuget.org/v3/index.json with content hash sHsESYMmPDhQuOC66h6AEOs/XowzKsbT9srMbX71TCXP58hkpn1BqBjdmKj1+DCA/WlBETX1K5WjQHwmV0Txrg==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.3533876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.ServiceModel.Syndication 6.0.0 from https://api.nuget.org/v3/index.json with content hash cp1mMNG87iJtE0oHXFtfWT6cfski2JNo5iU0siTPi/uN2k1CIJI6FE4jr4v3got2dzt7wBq17fSy44btun9GiA==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.3573998Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Security.Cryptography.ProtectedData 6.0.0 from https://api.nuget.org/v3/index.json with content hash rp1gMNEZpvx9vP0JW0oHLxlf8oSiQgtno77Y4PLUBjSiDYoD77Y8uXHr1Ea5XG4/pIKhqAdxZ8v8OTUtqo9PeQ==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.3577050Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Security.Cryptography.Xml 6.0.0 from https://api.nuget.org/v3/index.json with content hash puJ4UCh9JVRwOCyCIcq71JY6Axr8Sp8E2GjTIU1Fj8hm4+oX6NEoyGFGa/+pBG8SrVxbQPSj7hvtaREyTHHsmw==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.3610128Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Security.Permissions 6.0.0 from https://api.nuget.org/v3/index.json with content hash T/uuc7AklkDoxmcJ7LGkyX1CcSviZuLCa4jg3PekfJ7SU0niF0IVTXwUiNVP9DSpzou2PpxJ+eNY2IfDM90ZCg==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.3879715Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Text.Encoding.CodePages.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.4018474Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Data.Odbc 6.0.0 from https://api.nuget.org/v3/index.json with content hash pnZjwe0Qwr1Rnp7NExd5zz4YwXJrYuAbWNKjEQpTzCEg6f/L5DYJS7w3hG3vgSj1t/r79UL390YzXIklf1VuQQ==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.4018945Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.ServiceModel.Primitives.4.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.4073920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Threading.AccessControl.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.4083972Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Speech 6.0.0 from https://api.nuget.org/v3/index.json with content hash GQovERMrNP0Vbtgk8LzH4PlFS6lqHgsL9WkUmv8Kkxa0m0vNakitytpHZlfJ9WR7n9WKLXh68nn2kyL9mflnLg==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.4187150Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.Data.SqlClient.4.8.3 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.4268953Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Security.Cryptography.Pkcs 6.0.0 from https://api.nuget.org/v3/index.json with content hash elM3x+xSRhzQysiqo85SbidJJ2YbZlnvmh+53TuSZHsD7dNuuEWser+9EFtY+rYupBwkq2avc6ZCO3/6qACgmg==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.4278294Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.ServiceModel.Duplex.4.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.4328831Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.ServiceProcess.ServiceController 6.0.0 from https://api.nuget.org/v3/index.json with content hash qMBvG8ZFbkXoe0Z5/D7FAAadfPkH2v7vSuh2xsLf3U6jNoejpIdeV18A0htiASsLK1CCAc/p59kaLXlt2yB1gw==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.4376302Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.ServiceModel.NetTcp.4.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.4487485Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: System.ServiceModel.Http.4.9.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.5704373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Threading.AccessControl 6.0.0 from https://api.nuget.org/v3/index.json with content hash 2258mqWesMch/xCpcnjJBgJP33yhpZLGLbEOm01qwq0efG4b+NG8c9sxYOWNxmDQ82swXrnQRl1Yp2wC1NrfZA==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.6419999Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.ServiceModel.Duplex 4.9.0 from https://api.nuget.org/v3/index.json with content hash Yb8MFiJxBBtm2JnfS/5SxYzm2HqkEmHu5xeaVIHXy83sNpty9wc30JifH2xgda821D6nr1UctbwbdZqN4LBUKQ==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.7054321Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.ServiceModel.NetTcp 4.9.0 from https://api.nuget.org/v3/index.json with content hash nXgnnkrZERUF/KwmoLwZPkc7fqgiq94DXkmUZBvDNh/LdZquDvjy2NbhJLElpApOa5x8zEoQoBZyJ2PqNC39qg==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.7126340Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.ServiceModel.Http 4.9.0 from https://api.nuget.org/v3/index.json with content hash Z+s3RkLNzJ31fDXAjqXdXp67FqsNG4V3Md3r7FOrzMkHmg61gY8faEfTFPBLxU9tax1HPWt6IHVAquXBKySJaw==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.7337770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.ServiceModel.Primitives 4.9.0 from https://api.nuget.org/v3/index.json with content hash LTFPVdS8Nf76xg/wRZkDa+2Q+GnjTOmwkTlwuoetwX37mAfYnGkf7p8ydhpDwVmomNljpUOhUUGxfjQyd5YcOg==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:58.7447681Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Text.Encoding.CodePages 6.0.0 from https://api.nuget.org/v3/index.json with content hash ZFCILZuOvtKPauZ/j/swhvw68ZRi9ATCfvGbk1QfydmcXBkIWecWKn/250UH7rahZ5OoDBaiAudJtPvLwzw85A==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:59.1345137Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed System.Data.SqlClient 4.8.3 from https://api.nuget.org/v3/index.json with content hash yERfVLXAY0QbylAgaGLByYN0hFxX28aeEQ0hUgJO+Ntn1AfmWl5HHUoYJA0Yl9HhIUUJHVaS/Sw/RLZr5aaC+A==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:59.4663253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:59.4753846Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:19:59.5221842Z\",\"@mt\":\"Running analyzers on {ProjectName}\",\"ProjectName\":\"UWUVCI AIO WPF\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider\"}\n{\"@t\":\"2022-08-04T23:19:59.5968383Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.Common, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:20:02.4705065Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4706443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\af922bb2-91d2-4126-9ffe-578a637b577c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4711711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\af922bb2-91d2-4126-9ffe-578a637b577c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4713810Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4714844Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4720915Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4721590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4814635Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4815966Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c19db51-470c-45ee-87fe-2247aca21d49\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4820522Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c19db51-470c-45ee-87fe-2247aca21d49\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4821701Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4822353Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4825759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4826324Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4949833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4951190Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8817f2d5-d0f9-4c96-bf93-6f98ee96afa7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4955677Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8817f2d5-d0f9-4c96-bf93-6f98ee96afa7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4957000Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4957693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4960977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.4961548Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5036961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5037754Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\548e7290-178d-408d-9645-75a2a53826a4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5040779Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\548e7290-178d-408d-9645-75a2a53826a4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5041648Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5042017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5044382Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5044794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5129992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5130824Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\47cf76b1-ff8a-48aa-b5d9-fb5a758c277f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5134922Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\47cf76b1-ff8a-48aa-b5d9-fb5a758c277f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5136132Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5136673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5139434Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5139917Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5216706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5218063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\419d41bd-673a-404b-8248-d154d0863def\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5222441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\419d41bd-673a-404b-8248-d154d0863def\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5223706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5224372Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5227691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5228496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5402285Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5403433Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7fab7ee4-b560-43cb-a364-4f3905e665d6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5408025Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7fab7ee4-b560-43cb-a364-4f3905e665d6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5409496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5410322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5412648Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5413023Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5513340Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5514678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d450de8a-b7b7-402c-91d6-f83ea9c26741\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5519450Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d450de8a-b7b7-402c-91d6-f83ea9c26741\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5520967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5521740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5525366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5526055Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5623021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5624329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a9419475-b491-43b8-9490-bb8d0f9b4926\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5627871Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a9419475-b491-43b8-9490-bb8d0f9b4926\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5628762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5629232Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5631124Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5631429Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5715341Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5716198Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7a05d221-f6f4-493a-92a0-19d42ca1e962\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5719212Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7a05d221-f6f4-493a-92a0-19d42ca1e962\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5719929Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5720354Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5722585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5722940Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5797682Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5798983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\54144e1a-f6bc-4222-8d8c-18fc22821f07\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5802509Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\54144e1a-f6bc-4222-8d8c-18fc22821f07\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5803691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5804438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5808449Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5808980Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5891239Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5892255Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e792575b-5f4c-446e-897a-ff5145619ec2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5897645Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e792575b-5f4c-446e-897a-ff5145619ec2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5899424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5900430Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5903740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5904187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5996103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.5998199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d9984f17-0852-4857-a5a9-815930c4e2c4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6002344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d9984f17-0852-4857-a5a9-815930c4e2c4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6003503Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6004111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6008101Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6008600Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6085652Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6086479Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bc2fb570-c47b-4cfb-81e7-a6149dba9902\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6089669Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bc2fb570-c47b-4cfb-81e7-a6149dba9902\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6090465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6090881Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6093022Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6093487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6177779Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6179019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d2788fa5-bbfe-4488-aefd-77164edcca75\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6183834Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d2788fa5-bbfe-4488-aefd-77164edcca75\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6185224Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6185897Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6188971Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6189516Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6250820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6252057Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f542e5ba-5ee3-472e-8d18-9fe32a72e7bb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6257565Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f542e5ba-5ee3-472e-8d18-9fe32a72e7bb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6258817Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6259410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6262626Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6263057Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6352831Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6354069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ad3fc70f-0ab8-4594-8070-e54d4a4d727d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6357968Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ad3fc70f-0ab8-4594-8070-e54d4a4d727d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6359272Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6359912Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6363649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6364148Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6434362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6435191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\29aa3d6a-b029-41f7-a4cd-cb0d9f4e2227\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6438086Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\29aa3d6a-b029-41f7-a4cd-cb0d9f4e2227\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6438988Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6439453Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6441983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6442962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6524234Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6525882Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\653d69c8-1769-4f91-a92e-da9e7f8a75b0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6529823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\653d69c8-1769-4f91-a92e-da9e7f8a75b0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6531000Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6531721Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6535773Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6536308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6612074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6612981Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\beb5b781-f3c1-4272-9d29-3a77029d8b8b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6616118Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\beb5b781-f3c1-4272-9d29-3a77029d8b8b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6616979Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6617440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6619579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6619944Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6718286Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6719349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9bc7d5be-46c0-4f1a-9cf3-2a0f0326317c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6722103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9bc7d5be-46c0-4f1a-9cf3-2a0f0326317c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6722869Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6723281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6725439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6725796Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6831642Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6832783Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\279c5de7-62bb-4724-96f1-7dff8a6d43f4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6838288Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\279c5de7-62bb-4724-96f1-7dff8a6d43f4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6839958Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6840604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6844951Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6845739Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6936356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6937439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\465749f1-977a-48fb-bf70-15d353586cec\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6941399Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\465749f1-977a-48fb-bf70-15d353586cec\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6942620Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6943187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6945665Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.6946139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7019885Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7020987Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6c1bb6d9-d219-4c5d-a3d4-365d63fff40a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7025114Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6c1bb6d9-d219-4c5d-a3d4-365d63fff40a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7026293Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7027025Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7031799Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7032505Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7123074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7124425Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\57eeb917-c086-4b91-95fa-abbb59372167\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7128526Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\57eeb917-c086-4b91-95fa-abbb59372167\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7129720Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7130339Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7133912Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7134408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7199308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7200139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\976e027e-62d0-4c28-864c-c4872e31e719\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7202819Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\976e027e-62d0-4c28-864c-c4872e31e719\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7203612Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7204162Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7206508Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7206960Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7294607Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7295535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\14d17f61-c00d-449a-87a5-72127ac80743\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7300015Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\14d17f61-c00d-449a-87a5-72127ac80743\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7301052Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7301542Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7303817Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7304209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7384541Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7385976Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c09c0367-fbfd-4fc4-937f-b310d2106de8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7389075Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c09c0367-fbfd-4fc4-937f-b310d2106de8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7389966Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7390464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7393726Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:02.7394207Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:20:08.1725106Z\",\"@mt\":\"Identified {DiagnosticCount} diagnostics in project {ProjectName}\",\"DiagnosticCount\":0,\"ProjectName\":\"UWUVCI AIO WPF\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider\"}\n{\"@t\":\"2022-08-04T23:20:08.3343004Z\",\"@mt\":\"Analysis Complete, the report is available at {0}\",\"0\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\AnalysisReport.sarif\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleAnalyze\"}\n{\"@t\":\"2022-08-04T23:20:08.5626117Z\",\"@mt\":\"Hosting started\",\"@l\":\"Debug\",\"EventId\":{\"Id\":2,\"Name\":\"Started\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-08-04T23:20:08.5674680Z\",\"@mt\":\"Hosting stopping\",\"@l\":\"Debug\",\"EventId\":{\"Id\":3,\"Name\":\"Stopping\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-08-04T23:20:08.5678591Z\",\"@mt\":\"Hosting stopped\",\"@l\":\"Debug\",\"EventId\":{\"Id\":4,\"Name\":\"Stopped\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-08-04T23:20:08.5721719Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_NuGet2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:20:08.5724147Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_BinaryAnalysis2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:20:08.5724625Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_Default2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:20:08.5724809Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_try-convert2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:20:08.5724988Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_VB2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:20:08.5725144Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_Web2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:20:08.5725299Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_windows2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:20:08.5725455Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_MAUI2c31121adaf74577aa37a134f5191ec2\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:41.5042698Z\",\"@mt\":\"Hosting starting\",\"@l\":\"Debug\",\"EventId\":{\"Id\":1,\"Name\":\"Starting\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-08-04T23:21:41.5718454Z\",\"@mt\":\"Configuration loaded from context base directory: {BaseDirectory}\",\"@l\":\"Debug\",\"BaseDirectory\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleRunner\"}\n{\"@t\":\"2022-08-04T23:21:41.6411604Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"NuGet\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\nuget\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:21:41.6424794Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"BinaryAnalysis\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\binaryanalysis\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:21:41.6434490Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"Default\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\default\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:21:41.6447077Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"try-convert\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\try-convert\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:21:41.6458534Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"VB\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\vb\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:21:41.6473754Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"Web\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\web\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:21:41.6485849Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"windows\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:21:41.6498336Z\",\"@mt\":\"Found extension '{Name}' [{Location}]\",\"@l\":\"Debug\",\"Name\":\"MAUI\",\"Location\":\"C:\\\\Users\\\\zesty.fernandez\\\\.dotnet\\\\tools\\\\.store\\\\upgrade-assistant\\\\0.4.336902\\\\upgrade-assistant\\\\0.4.336902\\\\tools\\\\net6.0\\\\any\\\\extensions\\\\maui\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:21:41.6552277Z\",\"@mt\":\"Loaded {Count} extensions\",\"Count\":8,\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider\"}\n{\"@t\":\"2022-08-04T23:21:41.7415418Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Common, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:41.7897049Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Commands, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:41.8282606Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.DependencyResolver.Core, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:41.8625254Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Packaging, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:41.9086166Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Frameworks, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:41.9447400Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Protocol, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:41.9998682Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Versioning, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.0446532Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.ProjectModel, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.1009526Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.LibraryModel, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.1400570Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Configuration, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.2260248Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Azure.Core, Version=1.24.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8\",\"Extension\":\"UA_BinaryAnalysis5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.2660449Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Azure.Storage.Blobs, Version=12.12.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8\",\"Extension\":\"UA_BinaryAnalysis5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.2904950Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Packaging, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_BinaryAnalysis5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.3361144Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Versioning, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_BinaryAnalysis5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.3758579Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Protocol, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_BinaryAnalysis5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.4368504Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Common, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_BinaryAnalysis5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.4864442Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Frameworks, Version=5.8.0.6930, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_BinaryAnalysis5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.5770647Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.6156606Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.6598788Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.7013574Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.7318018Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.7628954Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Templates, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.8110194Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:42.8568463Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.CodeFixes, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:43.0217984Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Razor, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Web5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:43.0682201Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.AspNetCore.Razor.Language, Version=5.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60\",\"Extension\":\"UA_Web5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:43.1317520Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"DiffPlex, Version=1.6.3.0, Culture=neutral, PublicKeyToken=1d35e91d1bd7bc0f\",\"Extension\":\"UA_Web5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:43.9380945Z\",\"@mt\":\"Using Visual Studio v{VsVersion} [{VsPath}]\",\"@l\":\"Debug\",\"VsVersion\":\"17.2.32630.192\",\"VsPath\":\"C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Professional\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.VisualStudioFinder\"}\n{\"@t\":\"2022-08-04T23:21:44.2786428Z\",\"@mt\":\"Using MSBuild from {Path}\",\"Path\":\"C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.302\\\\\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions\"}\n{\"@t\":\"2022-08-04T23:21:44.2809071Z\",\"@mt\":\"Using Visual Studio install from {Path} [v{Version}]\",\"Path\":\"C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Professional\",\"Version\":17,\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions\"}\n{\"@t\":\"2022-08-04T23:21:44.6284711Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"NuGet.Credentials, Version=6.0.2.3, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:44.8989661Z\",\"@mt\":\"Found package sources: {PackageSources}\",\"@l\":\"Debug\",\"PackageSources\":[\"https://api.nuget.org/v3/index.json [https://api.nuget.org/v3/index.json]\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetPackageSourceFactory\"}\n{\"@t\":\"2022-08-04T23:21:45.1513019Z\",\"@mt\":\"Loading {Name} with pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"MSBuild.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_try-convert5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:45.2477313Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2478680Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2479173Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2479554Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2479936Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2480348Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2480744Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2481091Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2481449Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2481816Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2482179Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2482522Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2482886Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.VisualBasicProjectUpdaterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2484027Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Razor.RazorUpdaterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2484556Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2485254Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiPlatformTargetFrameworkUpgradeStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2485485Z\",\"@mt\":\"Using {Step} upgrade step\",\"@l\":\"Debug\",\"Step\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiAddProjectPropertiesStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2508942Z\",\"@mt\":\"Finished ordering upgrade steps: {UpgradeStepList}\",\"@l\":\"Debug\",\"UpgradeStepList\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep, Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep, Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep, Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep, Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiPlatformTargetFrameworkUpgradeStep, Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep, Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep, Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiAddProjectPropertiesStep, Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep, Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.VisualBasicProjectUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep, Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Razor.RazorUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep, Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep, Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer\"}\n{\"@t\":\"2022-08-04T23:21:45.2630930Z\",\"@mt\":\"Generating context\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory\"}\n{\"@t\":\"2022-08-04T23:21:45.3116821Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.Build.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-08-04T23:21:45.3377111Z\",\"@mt\":\"Initializing context\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory\"}\n{\"@t\":\"2022-08-04T23:21:46.6018658Z\",\"@mt\":\"Unable to resolve assembly {AssemblyName}\",\"@l\":\"Debug\",\"AssemblyName\":\"Microsoft.Build.Tasks.Core.resources, Version=15.1.0.0, Culture=en-US, PublicKeyToken=b03f5f7f11d50a3a\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildRegistrationStartup\"}\n{\"@t\":\"2022-08-04T23:21:46.6385943Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj' with message: C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Professional\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\Microsoft.NET.Build.Extensions.ConflictResolution.targets: (30, 5): The \\\"ResolvePackageFileConflicts\\\" task could not be loaded from the assembly C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Professional\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\\\\\tools\\\\net6.0\\\\Microsoft.NET.Build.Extensions.Tasks.dll. Could not load file or assembly 'C:\\\\Program Files\\\\Microsoft Visual Studio\\\\2022\\\\Professional\\\\MSBuild\\\\Microsoft\\\\Microsoft.NET.Build.Extensions\\\\tools\\\\net6.0\\\\Microsoft.NET.Build.Extensions.Tasks.dll'. The system cannot find the path specified. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-08-04T23:21:47.0119307Z\",\"@mt\":\"Done initializing context\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory\"}\n{\"@t\":\"2022-08-04T23:21:47.4445068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.4506394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\132715e9-d930-4c87-9a81-1d94ea87a26e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.4850643Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed\",\"Extension\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:47.6328366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\132715e9-d930-4c87-9a81-1d94ea87a26e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.6467482Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.6785964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.7913442Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.8022709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.8535483Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.8537473Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b8a3a89-9b16-46de-8386-8b742859299c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.8542225Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b8a3a89-9b16-46de-8386-8b742859299c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.8545271Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.8546375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.8549985Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.8550504Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.8987267Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Select an entrypoint\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:21:47.9041057Z\",\"@mt\":\"Setting entrypoint to only project in solution: {Project}\",\"Project\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep\"}\n{\"@t\":\"2022-08-04T23:21:47.9053595Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Select an entrypoint\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:21:47.9149074Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Select project to upgrade\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:21:47.9467164Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9469511Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ae7bc93d-879d-4aa3-9070-0cfa5c18e2df\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9474801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ae7bc93d-879d-4aa3-9070-0cfa5c18e2df\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9476329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9477205Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9481134Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9481943Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9575817Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9577379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\56ded3a7-2b5a-42e4-a3b6-d5aa73a60496\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9581655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\56ded3a7-2b5a-42e4-a3b6-d5aa73a60496\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9583496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9584420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9588791Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9589708Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9720443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9722701Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\212173de-7c86-40a3-b5d8-9ae65c76b478\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9727736Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\212173de-7c86-40a3-b5d8-9ae65c76b478\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9729099Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9730053Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9733768Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9734479Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9833892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9835881Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7e414a21-001d-4fd9-9f20-72698d520a88\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9840908Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7e414a21-001d-4fd9-9f20-72698d520a88\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9842599Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9843575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9848331Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:47.9849238Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0071081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0073279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\02391551-3754-472f-8c06-f980984d2120\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0077444Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\02391551-3754-472f-8c06-f980984d2120\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0078598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0079263Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0082144Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0082729Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0152346Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0153414Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d926837b-44c6-4d81-bedd-8cd3e2d51817\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0156477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d926837b-44c6-4d81-bedd-8cd3e2d51817\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0157448Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0158072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0160702Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0161218Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0229134Z\",\"@mt\":\"Setting only project in solution as the current project: {Project}\",\"@l\":\"Debug\",\"Project\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep\"}\n{\"@t\":\"2022-08-04T23:21:48.0291381Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0293478Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4602120e-b1d6-46d5-93ed-708ef2d58ca8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0296606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4602120e-b1d6-46d5-93ed-708ef2d58ca8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0297492Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0298056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0300940Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0301498Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0357421Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0358300Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\47725060-073a-4188-85e0-61175cf5734d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0361106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\47725060-073a-4188-85e0-61175cf5734d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0362044Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0362634Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0365426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0365939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0437205Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0438484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e3e0b3b9-3617-4b6e-a402-f4f65729b189\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0442082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e3e0b3b9-3617-4b6e-a402-f4f65729b189\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0443275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0443927Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0447559Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0448229Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0520324Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0521298Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\916da29c-69ad-435d-84f9-c90933c99cf2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0524313Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\916da29c-69ad-435d-84f9-c90933c99cf2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0525319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0525906Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0529678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0530544Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0603668Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0604725Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70d59308-d20d-4a1c-b900-43ae556a4eaa\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0607746Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70d59308-d20d-4a1c-b900-43ae556a4eaa\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0608745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0609355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0612467Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0613023Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0676038Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0677063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ebcd5cd1-d761-44ec-8fa1-8837773404af\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0679835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ebcd5cd1-d761-44ec-8fa1-8837773404af\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0680827Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0681394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0684322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0684832Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.0702834Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Select project to upgrade\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:21:48.0707632Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Back up project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:21:48.0762624Z\",\"@mt\":\"Determining backup path\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:21:48.0763780Z\",\"@mt\":\"Using backup path {BackupPath}\",\"@l\":\"Debug\",\"BackupPath\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:21:48.0764368Z\",\"@mt\":\"Backup upgrade step initialized as incomplete; will backup to {BackupLocation}\",\"@l\":\"Debug\",\"BackupLocation\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:21:48.0765109Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Back up project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:21:48.0768855Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:21:48.1045662Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1047312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e321bc28-5174-4725-9685-76cfcf3eab92\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1052186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e321bc28-5174-4725-9685-76cfcf3eab92\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1053298Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1053972Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1057578Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1058145Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1145166Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1146899Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\92f0a164-67ad-4f12-8461-aaa9d1985d6e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1151250Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\92f0a164-67ad-4f12-8461-aaa9d1985d6e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1152514Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1153205Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1156968Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1157568Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1379675Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1380987Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\39164434-5eaf-45a8-a248-ead5f5e1a78d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1384584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\39164434-5eaf-45a8-a248-ead5f5e1a78d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1385594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1386200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1388849Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1389549Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1442836Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1443524Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d31f9de9-ffbc-443e-987f-224bdd027645\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1445583Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d31f9de9-ffbc-443e-987f-224bdd027645\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1446261Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1446660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1448525Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1448887Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1625543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1627166Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a5b56978-3f3b-4096-987b-d5a6548a8efd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1630691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a5b56978-3f3b-4096-987b-d5a6548a8efd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1631660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1632212Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1634655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1635128Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1699956Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1700921Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\db58c45f-ba27-44b8-abc6-02c6b27c68b2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1703549Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\db58c45f-ba27-44b8-abc6-02c6b27c68b2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1704337Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1704788Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1706847Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1707253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1829858Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1831742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f74ccfdc-774a-4da2-b796-4288802f7521\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1836562Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f74ccfdc-774a-4da2-b796-4288802f7521\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1837658Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1838308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1841087Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1841722Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1904272Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1905011Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\014e4fff-4495-432f-aea3-3b1c13b59a8a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1907144Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\014e4fff-4495-432f-aea3-3b1c13b59a8a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1907846Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1908279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1910250Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1910620Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1994765Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1995889Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\672ce33e-b135-4aae-a84e-77d957bd7ec3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.1999465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\672ce33e-b135-4aae-a84e-77d957bd7ec3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2000917Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2001511Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2003911Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2004368Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2058918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2059781Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\09305ef5-a289-4f4d-9507-98998b9f818d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2062226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\09305ef5-a289-4f4d-9507-98998b9f818d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2063025Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2063496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2065827Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2066275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2134994Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2136446Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8b291a90-1be6-45d2-b884-80141504d624\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2139702Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8b291a90-1be6-45d2-b884-80141504d624\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2140622Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2141204Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2143761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2144229Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2213326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2214561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\65f68aa9-e1bf-4dc0-9bcf-0c1f04250d1b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2217840Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\65f68aa9-e1bf-4dc0-9bcf-0c1f04250d1b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2218897Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2219524Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2223166Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2223785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2313396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2315198Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0d2ee1e2-8d30-4804-ad7e-c78455a4eba7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2320186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0d2ee1e2-8d30-4804-ad7e-c78455a4eba7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2321769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2322675Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2327046Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2327838Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2432357Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2434100Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b8f7bf0f-1a66-4a5d-80e1-0953884218bb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2439172Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b8f7bf0f-1a66-4a5d-80e1-0953884218bb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2440893Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2441873Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2446455Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2447364Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2544703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2546396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b2f428c-c3b5-42f7-9fe9-c355994f6816\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2780543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b2f428c-c3b5-42f7-9fe9-c355994f6816\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2782497Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2783320Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2786606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2787211Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2870533Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2872278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1b89fdad-6e2a-4c7b-ac44-7d126bbcadda\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2877909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1b89fdad-6e2a-4c7b-ac44-7d126bbcadda\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2879612Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2880545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2885571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2886562Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2973059Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2974503Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f07fa672-be9f-40a4-8996-cf727b82cd9a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2978366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f07fa672-be9f-40a4-8996-cf727b82cd9a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2979637Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2980521Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2983997Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.2984663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3080953Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3082750Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ded82504-2230-4932-8b51-803f4be3418f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3087817Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ded82504-2230-4932-8b51-803f4be3418f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3089590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3090598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3095017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3095937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3208992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3211212Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e9ef4b9f-e4a8-4e0f-8763-3960f1559612\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3218441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e9ef4b9f-e4a8-4e0f-8763-3960f1559612\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3220294Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3222358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3227005Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3227964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3323024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3324476Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\61855065-1e69-4444-8481-37f042ab0c66\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3329243Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\61855065-1e69-4444-8481-37f042ab0c66\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3330885Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3331804Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3336053Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3336944Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3694013Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3696075Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\59d373d9-c3af-4c88-b8be-0eb7ab82adc3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3700075Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\59d373d9-c3af-4c88-b8be-0eb7ab82adc3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3701248Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3702518Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3705555Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3706074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3778458Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3779868Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\24a45d7f-aef8-46b1-aea6-63e8c3c8fd10\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3784278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\24a45d7f-aef8-46b1-aea6-63e8c3c8fd10\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3785668Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3786462Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3790266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.3791029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4476485Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.Common, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_Default5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:21:48.4865715Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4867585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\71ac6678-351d-4521-b099-f06799b4f5db\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4871140Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\71ac6678-351d-4521-b099-f06799b4f5db\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4872665Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4873263Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4875798Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4876241Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4935802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4936611Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3736d73f-3366-4ebc-bee1-3fb5b7c8c703\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4939263Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3736d73f-3366-4ebc-bee1-3fb5b7c8c703\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4940031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4940471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4942457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.4942805Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5060914Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5062504Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4eb6fd2b-3e67-45e7-9491-1af4dc03b0aa\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5067420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4eb6fd2b-3e67-45e7-9491-1af4dc03b0aa\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5069855Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5070835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5074765Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5075535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5162700Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5164202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8adb051c-9251-4a30-ae6f-676ef28467bf\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5168798Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8adb051c-9251-4a30-ae6f-676ef28467bf\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5170542Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5171367Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5175266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5176018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5280879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5281999Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b6706e6-11b8-4767-a69b-e0687f3fcfd3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5284459Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b6706e6-11b8-4767-a69b-e0687f3fcfd3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5285896Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5286401Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5288517Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5288909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5352373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5353677Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dbe40936-b558-4260-b59d-b93c9ed2bf5d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5357513Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dbe40936-b558-4260-b59d-b93c9ed2bf5d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5358725Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5359431Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5364770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5365864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5462152Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5463162Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f557a671-8548-4e22-a849-8cdbcf1b1c55\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5465545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f557a671-8548-4e22-a849-8cdbcf1b1c55\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5466326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5467284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5469415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5469785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5526373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5527362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\219844cd-8782-4077-a9d0-542800589782\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5530324Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\219844cd-8782-4077-a9d0-542800589782\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5531279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5531857Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5534386Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5534860Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5596670Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5597619Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fe504251-83a1-419c-9fff-b8a2581a03df\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5599992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fe504251-83a1-419c-9fff-b8a2581a03df\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5600871Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5601361Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5603495Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5603898Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5651436Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5652404Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2e121196-e5b7-4b66-a25b-51e1da28e207\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5654649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2e121196-e5b7-4b66-a25b-51e1da28e207\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5655376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5655794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5657803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5658175Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5724203Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5725302Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8a263306-5577-41bd-ac19-2995358272a5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5727772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8a263306-5577-41bd-ac19-2995358272a5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5728593Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5729082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5731277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5731666Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5781396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5782079Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cac43488-6a6f-41c0-b490-9a51578d216c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5784179Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cac43488-6a6f-41c0-b490-9a51578d216c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5784873Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5785310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5787284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5787645Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5844459Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5845542Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\005c9e74-53bc-4979-9c52-c1b9da7beeac\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5848457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\005c9e74-53bc-4979-9c52-c1b9da7beeac\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5849398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5850021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5852864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5853364Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5906175Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5906928Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8253af61-80a4-445e-b652-b1f6e14db02a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5908958Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8253af61-80a4-445e-b652-b1f6e14db02a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5909607Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5909982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5911814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5912148Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5986264Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5987261Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1c14815f-a3eb-423d-97ea-c113d5b370fc\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5990938Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1c14815f-a3eb-423d-97ea-c113d5b370fc\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5992443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5993107Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5996195Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.5996747Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6060376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6061085Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a6c485a7-55a4-4993-b38c-5589eedf9334\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6063311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a6c485a7-55a4-4993-b38c-5589eedf9334\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6063967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6064363Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6066267Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6066613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6116056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6116835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8b505af0-bd16-4f6b-bcb5-d49b233bf1ba\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6118942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8b505af0-bd16-4f6b-bcb5-d49b233bf1ba\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6119627Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6120366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6122395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6122755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6176349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6177259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\04ba4297-9278-4c6b-afd8-e125240f0a85\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6179682Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\04ba4297-9278-4c6b-afd8-e125240f0a85\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6180452Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6180892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6183009Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6183387Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6235520Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6236309Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\325d0523-624e-47d5-b4a0-86e95b4a0f3e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6238323Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\325d0523-624e-47d5-b4a0-86e95b4a0f3e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6238998Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6239427Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6241380Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6241729Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6290255Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6291048Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\846cd401-ee25-401c-bdb0-b980a47e7030\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6293630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\846cd401-ee25-401c-bdb0-b980a47e7030\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6294488Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6294981Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6297281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6297727Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6406361Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6407872Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\af413391-fd35-4ebc-876b-223244c227ca\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6411069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\af413391-fd35-4ebc-876b-223244c227ca\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6412049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6412604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6415265Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6415806Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6478052Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6479049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0220b0b8-bc02-408a-9426-03824907bc5a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6481655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0220b0b8-bc02-408a-9426-03824907bc5a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6482453Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6482908Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6485091Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6485485Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6549542Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6550605Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ce9255d2-6e44-4a4d-b8d3-da0b23078641\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6553537Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ce9255d2-6e44-4a4d-b8d3-da0b23078641\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6554474Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6555070Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6557967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6558517Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6648899Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6650195Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ad51667-5e04-4469-a5a6-212f409fe1b2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6653981Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ad51667-5e04-4469-a5a6-212f409fe1b2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6655158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6655771Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6658592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6659128Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6731663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6732648Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3773ec92-7f36-48ab-9969-90c44faee1a5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6735599Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3773ec92-7f36-48ab-9969-90c44faee1a5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6736446Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6736912Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6739202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6739652Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6796451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6797505Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\15e08e2b-1527-485d-830f-6645a95db928\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6801385Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\15e08e2b-1527-485d-830f-6645a95db928\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6802342Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6802862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6804994Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6805365Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6879370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6880768Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\65126f15-e000-4f33-88b5-b0740c41d2e1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6884281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\65126f15-e000-4f33-88b5-b0740c41d2e1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6885475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6886110Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6889177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6889805Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6987542Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6989363Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\07fb8517-dad2-4e74-aa44-0b09967d6be7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6995423Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\07fb8517-dad2-4e74-aa44-0b09967d6be7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6997269Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.6998258Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7002951Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7003854Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7120590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7122622Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\25f94daf-4a47-4c38-8c48-34ac2754c421\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7127672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\25f94daf-4a47-4c38-8c48-34ac2754c421\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7129320Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7130257Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7135347Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7136362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7244969Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7246656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\53974bf0-342e-4f83-b9f6-8da5fd189324\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7252124Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\53974bf0-342e-4f83-b9f6-8da5fd189324\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7253873Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7254822Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7259297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:21:48.7260139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:09.0895529Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Back up project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.5878212Z\",\"@mt\":\"Determining backup path\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.5881333Z\",\"@mt\":\"Using backup path {BackupPath}\",\"@l\":\"Debug\",\"BackupPath\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.5920702Z\",\"@mt\":\"Backing up {ProjectDir} to {BackupPath}\",\"ProjectDir\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\",\"BackupPath\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.6104521Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\a.ico\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\a.ico\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.6140259Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\App.config\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\App.config\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.6173383Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\app.manifest\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\app.manifest\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.6199330Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\App.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\App.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.6224307Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\App.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\App.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.6243745Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\AssemblyInfo1.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\AssemblyInfo1.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.6264152Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\b.ico\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\b.ico\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.6282855Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\FodyWeavers.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\FodyWeavers.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.6312683Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\FodyWeavers.xsd\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\FodyWeavers.xsd\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.7347556Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\GameBaseClassLibrary.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\GameBaseClassLibrary.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.7373009Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\packages.config\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\packages.config\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.7437187Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Settings.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Settings.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.7469057Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.7592462Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\AutoUpdater.NET.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\AutoUpdater.NET.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.7698187Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\MaterialDesignThemes.Wpf.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\MaterialDesignThemes.Wpf.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.7819125Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\McMaster.Extensions.CommandLineUtils.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\McMaster.Extensions.CommandLineUtils.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.7957849Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\Microsoft.WindowsAPICodePack.Shell.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\Microsoft.WindowsAPICodePack.Shell.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.8012008Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\Microsoft.WindowsAPICodePack.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\Microsoft.WindowsAPICodePack.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.8092815Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\NAudio.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\NAudio.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.8219390Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\Newtonsoft.Json.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\Newtonsoft.Json.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.8310521Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\Octokit.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\Octokit.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.8353642Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\System.Buffers.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\System.Buffers.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:12.8411321Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\System.ValueTuple.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\System.ValueTuple.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.1087183Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\UWUVCI AIO WPF.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\UWUVCI AIO WPF.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.1120439Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\UWUVCI AIO WPF.exe.config\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\UWUVCI AIO WPF.exe.config\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.1177516Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\UWUVCI AIO WPF.pdb\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\UWUVCI AIO WPF.pdb\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.1241432Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\code\\\\app.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\code\\\\app.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.1284219Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\code\\\\cos.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\code\\\\cos.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.1380030Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\code\\\\VESSEL.rpx\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\code\\\\VESSEL.rpx\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.1449599Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\BuildInfo.txt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\BuildInfo.txt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.1506906Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.1668193Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\FrameLayout.arc\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\FrameLayout.arc\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.1756917Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\shader.frag\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\shader.frag\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.1833225Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\shader.vert\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\shader.vert\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.1912531Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\blank1.t64\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\blank1.t64\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.1992325Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\blank2.t64\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\blank2.t64\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2061087Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\blank3.t64\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\blank3.t64\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2131014Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\blank4.t64\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\blank4.t64\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2185181Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Ucfzj0.219.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Ucfzj0.219.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2239022Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Ucpsj0.232.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Ucpsj0.232.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2344159Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Uczle2.309.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Uczle2.309.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2397522Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Uczlj2.308.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Uczlj2.308.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2457082Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UDSCJ0.004.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UDSCJ0.004.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2510459Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNALJ0.354.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNALJ0.354.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2566359Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unb5j0.614.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unb5j0.614.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2583784Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unbde0.234.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unbde0.234.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2606634Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unbdj0.183.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unbdj0.183.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2623651Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unbdp0.264.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unbdp0.264.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2667332Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unbkj0.292.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unbkj0.292.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2726224Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNBME0.093.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNBME0.093.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2802396Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNBMJ0.074.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNBMJ0.074.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2851927Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNBMP0.094.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNBMP0.094.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2909173Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNCXJ0.598.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNCXJ0.598.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.2966076Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNCZJ0.747.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNCZJ0.747.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3019075Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Undoe0.556.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Undoe0.556.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3064546Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Undoj0.609.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Undoj0.609.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3118605Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Undop0.599.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Undop0.599.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3170303Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNFXE1.051.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNFXE1.051.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3222444Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNFXJ0.043.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNFXJ0.043.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3276056Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNFXP0.070.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNFXP0.070.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3289374Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNG5E0.174.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNG5E0.174.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3344367Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNG5J1.060.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNG5J1.060.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3358407Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNG5P0.177.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNG5P0.177.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3412391Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNGEJ0.064.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNGEJ0.064.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3460764Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNGUJ0.769.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNGUJ0.769.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3519026Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNK4E0.693.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNK4E0.693.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3572262Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNK4J3.668.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNK4J3.668.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3620024Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNK4P0.711.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNK4P0.711.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3659978Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unkte0.024.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unkte0.024.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3710021Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNKTJ1.020.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNKTJ1.020.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3757093Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNKTP1.041.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNKTP1.041.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3798153Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unm8e0.715.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unm8e0.715.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3847362Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNM8J0.706.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNM8J0.706.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3893614Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNM8P0.731.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNM8P0.731.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3942197Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unmfe0.443.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unmfe0.443.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.3982408Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unmfj1.427.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unmfj1.427.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4034568Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unmfp0.487.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unmfp0.487.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4082569Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNMQE0.785.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNMQE0.785.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4129028Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unmqj0.716.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unmqj0.716.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4191040Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNMQP0.810.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNMQP0.810.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4241792Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNMXJ0.701.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNMXJ0.701.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4290180Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unobj1.436.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unobj1.436.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4338109Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNPDJ0.744.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNPDJ0.744.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4386451Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unpfj1.396.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unpfj1.396.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4428665Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNSIJ0.735.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNSIJ0.735.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4487846Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unsme0.005.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unsme0.005.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4539488Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNSMJ3.002.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNSMJ3.002.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4583032Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNSMJ3.002.ini.bak\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNSMJ3.002.ini.bak\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4625056Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNSMP0.016.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNSMP0.016.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4675137Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNTEA0.164.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNTEA0.164.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4720954Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNTEA0.164_US.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNTEA0.164_US.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4770540Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNTME0.071.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNTME0.071.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4806376Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNTMJ0.052.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNTMJ0.052.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4845985Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNTMP0.110.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNTMP0.110.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4884185Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNWRE1.009.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNWRE1.009.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4920948Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNWRJ2.007.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNWRJ2.007.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.4965536Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNYSJ0.139.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNYSJ0.139.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5011344Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unzlp1.336.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\Unzlp1.336.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5049673Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNZSJ1.684.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\config\\\\UNZSJ1.684.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5116373Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\fonts\\\\courier12.fnt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\fonts\\\\courier12.fnt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5175076Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\fonts\\\\courier12_0.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\fonts\\\\courier12_0.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5229721Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\fonts\\\\target20.fnt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\fonts\\\\target20.fnt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5278097Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\fonts\\\\target20_0.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\fonts\\\\target20_0.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5331281Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\shaders\\\\default.gshbin\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\shaders\\\\default.gshbin\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5379354Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\shaders\\\\sprite.gshbin\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\shaders\\\\sprite.gshbin\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5432312Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\shaders\\\\text.gshbin\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\shaders\\\\text.gshbin\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5493630Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\shaders\\\\tilemap.gshbin\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data\\\\shaders\\\\tilemap.gshbin\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5640489Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\defaultscene.scene\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\defaultscene.scene\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5759745Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dependencies.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dependencies.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5845331Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\init.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\init.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5918551Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\bilinear_off.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\bilinear_off.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.5980009Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\bilinear_on.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\bilinear_on.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6061910Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\button_back_clicked.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\button_back_clicked.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6142860Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\button_clicked.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\button_clicked.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6242337Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\button_focused.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\button_focused.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6345519Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\button_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\button_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6414165Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\camera_drc_down.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\camera_drc_down.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6475386Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\camera_drc_up.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\camera_drc_up.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6551150Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\close_settings.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\close_settings.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6633377Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\close_vcmenu.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\close_vcmenu.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6695401Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\drc_button_flash.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\drc_button_flash.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6746118Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\drc_panel_bottom_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\drc_panel_bottom_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6791518Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\drc_panel_top_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\drc_panel_top_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6840476Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\hide_balloon.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\hide_balloon.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6913838Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\hide_icon.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\hide_icon.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.6969303Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\label_clicked.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\label_clicked.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.7018870Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\label_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\label_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.7066987Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\label_released.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\label_released.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.7167813Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\layout_move_left.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\layout_move_left.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.7293681Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\layout_move_right.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\layout_move_right.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.7399699Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\layout_switch_alt_bottom.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\layout_switch_alt_bottom.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.7543368Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\layout_switch_alt_top.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\layout_switch_alt_top.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.7644953Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\main_button_clicked.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\main_button_clicked.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.7727511Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\main_button_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\main_button_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.7790845Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\menu_fadeout.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\menu_fadeout.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.7857819Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\open_settings.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\open_settings.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.7948548Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\open_vcmenu.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\open_vcmenu.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.8052006Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\popup_close.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\popup_close.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.8120658Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\popup_close_cancel.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\popup_close_cancel.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.8223053Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\popup_close_transition.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\popup_close_transition.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.8311505Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\popup_open.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\popup_open.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.8389679Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\popup_open_transition.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\popup_open_transition.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.8476221Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\popup_open_transition_saving.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\popup_open_transition_saving.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.8578484Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\r_stick_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\r_stick_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.8687626Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\saving_dialog.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\saving_dialog.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.8774446Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\show_balloon.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\show_balloon.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.8859513Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\show_icon.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\show_icon.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.8918023Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\switch_bilinear.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\switch_bilinear.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9010169Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\touch_banned_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\touch_banned_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9098223Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\arrow_clicked.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\arrow_clicked.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9167109Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\arrow_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\arrow_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9242410Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button1_clicked.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button1_clicked.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9315945Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button1_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button1_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9385243Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button2_l_clicked.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button2_l_clicked.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9468112Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button2_l_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button2_l_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9536951Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button2_r_clicked.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button2_r_clicked.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9629539Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button2_r_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button2_r_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9709619Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button3_l_clicked.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button3_l_clicked.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9802843Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button3_l_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button3_l_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9859912Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button3_m_clicked.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button3_m_clicked.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9926483Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button3_m_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button3_m_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:13.9971083Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button3_r_clicked.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button3_r_clicked.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.0021172Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button3_r_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\button3_r_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.0107439Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\hide_controller.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\hide_controller.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.0204054Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\scrolling_list_down.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\scrolling_list_down.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.0263538Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\select_controller_button_clicked.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\select_controller_button_clicked.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.0320491Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\select_controller_button_pressed.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\select_controller_button_pressed.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.0389573Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\show_controller.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\show_controller.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.0463763Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\transition_confirmreset_selectrealkey.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\transition_confirmreset_selectrealkey.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.0586006Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\transition_mainpage_selectcontroller.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\transition_mainpage_selectcontroller.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.0657483Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\transition_selectcontroller_mainpage.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\transition_selectcontroller_mainpage.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.0756999Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\transition_selectcontroller_selectrealkey.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\transition_selectcontroller_selectrealkey.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.0849172Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\transition_selectrealkey_confirmreset.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\transition_selectrealkey_confirmreset.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.0928061Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\transition_selectrealkey_selectvirtualkey.sceneanim\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\animations\\\\keyconfig\\\\transition_selectrealkey_selectvirtualkey.sceneanim\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.1046457Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_2_messages_2_buttons.scene\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_2_messages_2_buttons.scene\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.1139576Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_first_message.scene\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_first_message.scene\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.1246132Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_keyconfig_confirm.scene\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_keyconfig_confirm.scene\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.1366578Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_load_restorepoint.scene\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_load_restorepoint.scene\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.1478122Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_load_success.scene\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_load_success.scene\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.1632227Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_reset.scene\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_reset.scene\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.1745579Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_save_restorepoint.scene\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_save_restorepoint.scene\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.1860120Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_save_restorepoint_exist.scene\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_save_restorepoint_exist.scene\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.1959118Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_save_success.scene\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\dialogs\\\\popup_save_success.scene\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.2033422Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\arial_22.fnt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\arial_22.fnt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.2089708Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\arial_22_0.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\arial_22_0.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.2179887Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\arial_24.fnt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\arial_24.fnt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.2275863Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\arial_24_0.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\arial_24_0.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.2374857Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\courier12.fnt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\courier12.fnt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.2479216Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\courier12_0.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\courier12_0.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.2585316Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_22.fnt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_22.fnt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.2696504Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_22_0.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_22_0.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.2790613Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_24.fnt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_24.fnt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.2888237Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_24_0.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_24_0.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.2964373Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_26.fnt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_26.fnt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.3056160Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_26_0.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_26_0.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.3148417Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_28.fnt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_28.fnt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.3247740Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_28_0.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\nintendo_ntlg_28_0.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.3341774Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\target20.fnt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\target20.fnt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.3413539Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\target20_0.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\fonts\\\\target20_0.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.3511034Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\background.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\background.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.3589045Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\bottom_background_ph.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\bottom_background_ph.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.3672265Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\keyconfig_bg.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\keyconfig_bg.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.3754936Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\layout_bg.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\layout_bg.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.3832184Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\save_bottom_ph.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\save_bottom_ph.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.3911750Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\save_up_ph.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\save_up_ph.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.3993426Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\screen_bottom_ph.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\screen_bottom_ph.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.4074114Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\screen_up_ph.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\screen_up_ph.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.4154706Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\top_background_ph.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\top_background_ph.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.4245592Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_common_1.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_common_1.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.4363487Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_common_1.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_common_1.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.4447970Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_common_2.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_common_2.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.4537760Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_common_2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_common_2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.4618947Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_ntr.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_ntr.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.4700644Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_ntr.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_ntr.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.4796903Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_nus.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_nus.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.4894437Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_nus.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_nus.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.4994080Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_nus_controllers.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_nus_controllers.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.5106262Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_nus_controllers.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\vcmenus_nus_controllers.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.5174249Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\ref\\\\vessel_nus_initial_setting.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\ref\\\\vessel_nus_initial_setting.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.5230892Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\ref\\\\vessel_nus_keyconfig.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\ref\\\\vessel_nus_keyconfig.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.5288668Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\ref\\\\vessel_nus_keyconfig2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\ref\\\\vessel_nus_keyconfig2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.5353769Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\ref\\\\vessel_vcmenu_graphicresource_main_ref.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\images\\\\ref\\\\vessel_vcmenu_graphicresource_main_ref.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.5481925Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\prefabs\\\\keyconfig.scene\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\prefabs\\\\keyconfig.scene\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.5692550Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\prefabs\\\\scrolling_list.scene\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\prefabs\\\\scrolling_list.scene\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.5810769Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\layouts.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\layouts.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.5906040Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\mainpage.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\mainpage.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.6000592Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\popups.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\popups.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.6080016Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\utils.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\utils.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.6150921Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\vcmenus.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\vcmenus.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.6226468Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\vc_methods.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\vc_methods.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.6296107Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\core\\\\core.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\core\\\\core.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.6372336Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\core\\\\math.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\core\\\\math.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.6457373Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\core\\\\table.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\core\\\\table.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.6562614Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.6664866Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_button.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_button.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.6758704Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_button_no_pressed_enter.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_button_no_pressed_enter.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.6843870Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_button_turbo.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_button_turbo.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.6929901Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_check.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_check.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.7031251Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_element.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_element.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.7127512Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_inputs.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_inputs.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.7233809Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_list.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_list.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.7334861Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_popup.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_popup.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.7431312Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_scroll.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_scroll.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.7500759Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_selectable.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_selectable.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.7576358Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_slider.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\gui\\\\gui_slider.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.7634510Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\keyconfig\\\\controller.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\keyconfig\\\\controller.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.7698356Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\keyconfig\\\\keyconfig.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\keyconfig\\\\keyconfig.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.7792613Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\keyconfig\\\\linkline.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\keyconfig\\\\linkline.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.7851768Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\keyconfig\\\\scrollinglist.lua\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\scripts\\\\keyconfig\\\\scrollinglist.lua\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.7916501Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\removebom.bat\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\removebom.bat\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.8003761Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.8086443Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\de\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\de\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.8158216Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\en\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\en\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.8266472Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\en_gb\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\en_gb\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.8354860Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\es\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\es\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.8435636Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\es_es\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\es_es\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.8559801Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_de\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_de\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.8701413Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_en\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_en\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.8850069Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_es\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_es\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.8983661Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_fr\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_fr\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.9075129Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_it\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_it\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.9173871Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_nl\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_nl\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.9257524Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_pt\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_pt\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.9380621Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_ru\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\eur_ru\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.9494879Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\fr\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\fr\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.9614310Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\fr_fr\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\fr_fr\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.9757866Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\it\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\it\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:14.9924343Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\ja\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\ja\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.0061403Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\jpn_ja\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\jpn_ja\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.0225609Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\nl\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\nl\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.0369189Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\pt\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\pt\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.0512699Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\pt_pt\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\pt_pt\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.0693458Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\ru\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\ru\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.0838586Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\usa_en\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\usa_en\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.0972802Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\usa_es\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\usa_es\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.1100729Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\usa_fr\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\usa_fr\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.1218058Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\usa_pt\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings\\\\usa_pt\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.1317328Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\removebom.bat\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\removebom.bat\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.1467216Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.1610120Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\de\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\de\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.1740125Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\en\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\en\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.1891695Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\en_gb\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\en_gb\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.2035551Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\es\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\es\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.2145953Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\es_es\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\es_es\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.2257142Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_de\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_de\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.2388335Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_en\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_en\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.2501391Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_es\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_es\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.2623721Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_fr\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_fr\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.2755502Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_it\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_it\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.2867871Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_nl\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_nl\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.2957876Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_pt\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_pt\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.3114157Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_ru\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\eur_ru\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.3236141Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\fr\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\fr\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.3357234Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\fr_fr\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\fr_fr\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.3475452Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\it\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\it\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.3621965Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\ja\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\ja\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.3752562Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\jpn_ja\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\jpn_ja\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.3886751Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\nl\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\nl\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.4023672Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\pt\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\pt\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.4151229Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\pt_pt\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\pt_pt\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.4333035Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\ru\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\ru\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.4464103Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\usa_en\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\usa_en\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.4595517Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\usa_es\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\usa_es\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.4733617Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\usa_fr\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\usa_fr\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.4883579Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\usa_pt\\\\strings.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\data-sync\\\\strings_0930\\\\usa_pt\\\\strings.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.4999191Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\CHN_sc\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\CHN_sc\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.5087341Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\CHN_sc\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\CHN_sc\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.5179703Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\CHN_sc\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\CHN_sc\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.5289443Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_au\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_au\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.5381871Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_au\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_au\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.5451972Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_au\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_au\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.5575718Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_cs\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_cs\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.5667906Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_cs\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_cs\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.5764144Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_cs\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_cs\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.5857996Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_da\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_da\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.5956457Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_da\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_da\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.6046064Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_da\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_da\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.6141960Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_de\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_de\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.6221491Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_de\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_de\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.6316126Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_de\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_de\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.6427153Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_el\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_el\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.6506388Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_el\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_el\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.6601760Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_el\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_el\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.6700807Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_en\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_en\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.6789300Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_en\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_en\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.6868888Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_en\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_en\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.6974695Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_es\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_es\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.7055124Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_es\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_es\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.7133789Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_es\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_es\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.7226385Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_fi\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_fi\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.7304921Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_fi\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_fi\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.7376508Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_fi\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_fi\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.7468507Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_fr\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_fr\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.7560662Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_fr\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_fr\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.7651800Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_fr\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_fr\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.7749108Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_it\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_it\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.7834737Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_it\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_it\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.7930797Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_it\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_it\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.8035704Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_nl\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_nl\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.8093792Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_nl\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_nl\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.8150646Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_nl\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_nl\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.8263001Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_no\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_no\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.8367408Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_no\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_no\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.8448024Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_no\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_no\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.8550924Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_pl\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_pl\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.8646897Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_pl\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_pl\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.8734471Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_pl\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_pl\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.8829689Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_pt\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_pt\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.8923537Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_pt\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_pt\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.9007219Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_pt\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_pt\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.9115707Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_ru\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_ru\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.9201782Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_ru\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_ru\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.9284446Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_ru\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_ru\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.9376468Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_sv\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_sv\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.9458285Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_sv\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_sv\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.9545536Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_sv\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_sv\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.9636182Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_tr\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_tr\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.9728080Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_tr\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_tr\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.9811101Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_tr\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\EUR_tr\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:15.9909357Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\JPN_ja\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\JPN_ja\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.0010981Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\JPN_ja\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\JPN_ja\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.0106249Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\JPN_ja\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\JPN_ja\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.0200490Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\KOR_ko\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\KOR_ko\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.0288276Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\KOR_ko\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\KOR_ko\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.0386513Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\KOR_ko\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\KOR_ko\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.0494129Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\TWN_en\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\TWN_en\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.0588535Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\TWN_en\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\TWN_en\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.0679463Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\TWN_en\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\TWN_en\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.0856712Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\TWN_tc\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\TWN_tc\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.0962416Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\TWN_tc\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\TWN_tc\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.1051268Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\TWN_tc\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\TWN_tc\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.1169274Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_en\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_en\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.1271878Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_en\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_en\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.1363555Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_en\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_en\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.1469453Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_es\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_es\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.1565790Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_es\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_es\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.1664229Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_es\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_es\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.1786424Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_fr\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_fr\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.1897766Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_fr\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_fr\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.2025911Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_fr\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_fr\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.2148473Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_pt\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_pt\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.2267890Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_pt\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_pt\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.2363662Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_pt\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_CAT\\\\USA_pt\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.2505511Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\CHN_sc\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\CHN_sc\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.2597083Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\CHN_sc\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\CHN_sc\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.2682790Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\CHN_sc\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\CHN_sc\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.2771188Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_au\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_au\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.2854879Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_au\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_au\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.2934149Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_au\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_au\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.3028988Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_cs\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_cs\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.3110084Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_cs\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_cs\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.3213557Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_cs\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_cs\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.3305076Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_da\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_da\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.3373779Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_da\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_da\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.3454838Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_da\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_da\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.3553287Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_de\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_de\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.3632288Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_de\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_de\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.3728074Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_de\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_de\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.3829493Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_el\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_el\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.3907782Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_el\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_el\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.3996095Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_el\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_el\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.4088971Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_en\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_en\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.4170262Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_en\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_en\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.4264911Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_en\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_en\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.4378545Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_es\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_es\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.4470211Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_es\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_es\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.4561392Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_es\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_es\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.4648502Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_fi\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_fi\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.4733428Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_fi\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_fi\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.4815955Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_fi\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_fi\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.4909853Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_fr\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_fr\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.4993050Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_fr\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_fr\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.5081393Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_fr\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_fr\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.5177612Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_it\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_it\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.5262826Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_it\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_it\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.5350347Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_it\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_it\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.5429530Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_nl\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_nl\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.5506075Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_nl\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_nl\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.5586458Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_nl\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_nl\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.5681859Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_no\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_no\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.5752694Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_no\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_no\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.5835904Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_no\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_no\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.5914994Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_pl\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_pl\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.5985585Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_pl\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_pl\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.6047338Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_pl\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_pl\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.6127689Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_pt\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_pt\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.6196033Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_pt\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_pt\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.6264791Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_pt\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_pt\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.6318270Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_ru\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_ru\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.6394601Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_ru\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_ru\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.6474798Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_ru\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_ru\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.6577672Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_sv\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_sv\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.6658095Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_sv\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_sv\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.6743599Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_sv\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_sv\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.6832857Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_tr\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_tr\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.6923999Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_tr\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_tr\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.7002098Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_tr\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\EUR_tr\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.7089502Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\JPN_ja\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\JPN_ja\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.7169287Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\JPN_ja\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\JPN_ja\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.7245757Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\JPN_ja\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\JPN_ja\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.7336719Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\KOR_ko\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\KOR_ko\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.7429453Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\KOR_ko\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\KOR_ko\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.7521086Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\KOR_ko\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\KOR_ko\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.7615210Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\TWN_en\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\TWN_en\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.7681940Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\TWN_en\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\TWN_en\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.7747662Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\TWN_en\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\TWN_en\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.7843238Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\TWN_tc\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\TWN_tc\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.7922182Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\TWN_tc\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\TWN_tc\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.8002209Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\TWN_tc\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\TWN_tc\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.8089826Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_en\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_en\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.8175867Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_en\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_en\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.8261548Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_en\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_en\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.8353192Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_es\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_es\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.8433194Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_es\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_es\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.8528546Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_es\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_es\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.8625393Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_fr\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_fr\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.8719414Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_fr\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_fr\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.8815095Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_fr\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_fr\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.8910484Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_pt\\\\ERR.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_pt\\\\ERR.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.8991597Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_pt\\\\SYS.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_pt\\\\SYS.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.9097314Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_pt\\\\VCM.msbt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\Message_PC\\\\USA_pt\\\\VCM.msbt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:16.9944156Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\rom\\\\Undoe0.556\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\rom\\\\Undoe0.556\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.0012809Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\shaders\\\\font_BuildinShader.gsh\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\shaders\\\\font_BuildinShader.gsh\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.0072577Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\shaders\\\\lyt_BuildinShader.gsh\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\shaders\\\\lyt_BuildinShader.gsh\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.0141750Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\shaders\\\\n64Shader.gsh\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\shaders\\\\n64Shader.gsh\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.0206699Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\shaders\\\\n64ShaderEx.gsh\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\shaders\\\\n64ShaderEx.gsh\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.0303161Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\snd\\\\common\\\\wiiu_shared.bfsar\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\content\\\\snd\\\\common\\\\wiiu_shared.bfsar\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.0443324Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\bootDrcTex.tga\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\bootDrcTex.tga\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.0512416Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\bootLogoTex.tga\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\bootLogoTex.tga\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.0581684Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\bootMovie.h264\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\bootMovie.h264\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.0806152Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\bootSound.btsnd\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\bootSound.btsnd\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.0982637Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\bootTvTex.tga\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\bootTvTex.tga\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1047415Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\iconTex.tga\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\iconTex.tga\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1144444Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\Manual.bfma\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\Manual.bfma\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1206679Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\meta.xml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\BaseGames\\\\Donkey Kong 64 [US]\\\\meta\\\\meta.xml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1232299Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbgba\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbgba\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1250600Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbmsx\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbmsx\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1272840Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbn64\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbn64\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1298110Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbnds\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbnds\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1317239Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbnes\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbnes\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1338825Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbsnes\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbsnes\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1354081Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbtg16\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbtg16\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1369283Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbwii\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\bases\\\\bases.vcbwii\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1426400Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\gba.vck\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\gba.vck\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1479370Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\msx.vck\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\msx.vck\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1542396Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\n64.vck\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\n64.vck\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1601955Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\nds.vck\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\nds.vck\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1662261Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\nes.vck\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\nes.vck\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1718492Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\snes.vck\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\snes.vck\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1772833Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\tg16.vck\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\tg16.vck\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1820205Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\wii.vck\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\keys\\\\wii.vck\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1897144Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000000.app\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000000.app\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.1967862Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000001.app\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000001.app\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.2044485Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000002.app\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000002.app\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.2162377Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000003.app\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000003.app\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.2234550Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000003.h3\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000003.h3\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.2589915Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000004.app\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000004.app\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.2645614Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000004.h3\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000004.h3\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.2754460Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000005.app\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000005.app\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.2806153Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000005.h3\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000005.h3\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.2926734Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000006.app\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000006.app\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.2974347Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000006.h3\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000006.h3\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.3383854Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000007.app\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000007.app\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.3433414Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000007.h3\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000007.h3\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.3552919Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000008.app\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000008.app\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4441286Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000009.app\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000009.app\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4496245Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000009.h3\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\00000009.h3\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4550412Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\title.tik\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\title.tik\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4598074Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\title.tmd\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\temp\\\\download\\\\title.tmd\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4667648Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\7za.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\7za.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4682763Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\7za.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\7za.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4710034Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-console-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-console-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4736802Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-datetime-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-datetime-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4760351Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-debug-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-debug-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4782988Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-errorhandling-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-errorhandling-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4807010Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-file-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-file-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4834434Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-file-l1-2-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-file-l1-2-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4858702Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-file-l2-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-file-l2-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4878471Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-handle-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-handle-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4899921Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-heap-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-heap-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4922580Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-interlocked-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-interlocked-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4947089Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-libraryloader-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-libraryloader-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.4979879Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-localization-l1-2-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-localization-l1-2-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5008866Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-memory-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-memory-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5033858Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-namedpipe-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-namedpipe-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5056669Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-processenvironment-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-processenvironment-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5078794Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-processthreads-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-processthreads-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5098925Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-processthreads-l1-1-1.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-processthreads-l1-1-1.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5121957Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-profile-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-profile-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5143928Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-rtlsupport-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-rtlsupport-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5168006Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-string-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-string-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5191579Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-synch-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-synch-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5217197Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-synch-l1-2-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-synch-l1-2-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5239958Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-sysinfo-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-sysinfo-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5261572Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-timezone-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-timezone-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5288988Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-util-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-core-util-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5313030Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-conio-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-conio-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5335311Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-convert-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-convert-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5364130Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-environment-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-environment-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5399571Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-filesystem-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-filesystem-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5431180Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-heap-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-heap-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5458982Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-locale-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-locale-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5493898Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-math-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-math-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5516685Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-multibyte-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-multibyte-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5551338Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-private-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-private-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5576478Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-process-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-process-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5621992Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-runtime-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-runtime-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5654434Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-stdio-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-stdio-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5677301Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-string-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-string-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5703893Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-time-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-time-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5726051Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-utility-l1-1-0.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\api-ms-win-crt-utility-l1-1-0.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5810187Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\BASE.zip\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\BASE.zip\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5838108Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\BASE.zip.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\BASE.zip.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5860854Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\blank.ini\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\blank.ini\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5980195Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\bmp2tga.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\bmp2tga.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.5997326Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\bmp2tga.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\bmp2tga.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.6061906Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\bootTvTex.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\bootTvTex.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.6073914Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\bootTvTex.png.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\bootTvTex.png.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.6360816Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\BuildPcePkg.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\BuildPcePkg.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.6378434Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\BuildPcePkg.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\BuildPcePkg.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.6706956Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\BuildTurboCdPcePkg.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\BuildTurboCdPcePkg.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.6735414Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\BuildTurboCdPcePkg.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\BuildTurboCdPcePkg.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.6818087Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\CDecrypt.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\CDecrypt.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.6864463Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\CDecrypt.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\CDecrypt.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.6939948Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ChangeAspectRatio.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ChangeAspectRatio.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.6967883Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ChangeAspectRatio.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ChangeAspectRatio.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.7060308Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\clrcompression.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\clrcompression.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.7090262Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\clretwrc.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\clretwrc.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.7164107Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\clrjit.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\clrjit.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.8467333Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\CNUSPACKER.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\CNUSPACKER.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.8485310Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\CNUSPACKER.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\CNUSPACKER.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.8771986Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ConvertToISO.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ConvertToISO.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.8790271Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ConvertToISO.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ConvertToISO.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9115961Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ConvertToNKit.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ConvertToNKit.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9137115Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ConvertToNKit.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ConvertToNKit.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9437843Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\coreclr.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\coreclr.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9465690Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\cyggcc_s-1.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\cyggcc_s-1.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9478993Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\cyggcc_s-1.dll.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\cyggcc_s-1.dll.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9634993Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\cygwin1.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\cygwin1.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9649278Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\cygwin1.dll.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\cygwin1.dll.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9677944Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\cygz.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\cygz.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9690056Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\cygz.dll.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\cygz.dll.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9717358Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\dbgshim.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\dbgshim.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9808038Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\font.otf\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\font.otf\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9824406Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\font.otf.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\font.otf.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9891448Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\font2.ttf\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\font2.ttf\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:17.9920450Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\font2.ttf.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\font2.ttf.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.0000047Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\forwarder.dol\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\forwarder.dol\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.0016574Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\forwarder.dol.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\forwarder.dol.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.0474980Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\FreeImage.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\FreeImage.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.0495647Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\FreeImage.dll.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\FreeImage.dll.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.1408122Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\gba1.zip\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\gba1.zip\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.1427823Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\gba1.zip.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\gba1.zip.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.2474781Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\gba2.zip\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\gba2.zip\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.2495513Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\gba2.zip.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\gba2.zip.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.2530970Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\GetExtTypePatcher.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\GetExtTypePatcher.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.2552135Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\GetExtTypePatcher.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\GetExtTypePatcher.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.2650642Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\goomba.gba\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\goomba.gba\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.2677278Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\goomba.gba.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\goomba.gba.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.2786952Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\hostfxr.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\hostfxr.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.2887810Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\hostpolicy.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\hostpolicy.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.3066865Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\iconTex.tga\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\iconTex.tga\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.3083793Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\iconTex.tga.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\iconTex.tga.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.3762284Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ICSharpCode.SharpZipLib.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ICSharpCode.SharpZipLib.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.4441795Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\INICreator.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\INICreator.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.4464095Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\INICreator.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\INICreator.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.5041946Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\jpg2tga.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\jpg2tga.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.5090862Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\jpg2tga.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\jpg2tga.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.5509258Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\MArchiveBatchTool.deps.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\MArchiveBatchTool.deps.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.6439412Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\MArchiveBatchTool.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\MArchiveBatchTool.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.6544405Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\MArchiveBatchTool.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\MArchiveBatchTool.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.6785310Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\MArchiveBatchTool.pdb\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\MArchiveBatchTool.pdb\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.6847370Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\MArchiveBatchTool.runtimeconfig.dev.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\MArchiveBatchTool.runtimeconfig.dev.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.6914716Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\MArchiveBatchTool.runtimeconfig.json\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\MArchiveBatchTool.runtimeconfig.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.7718511Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\McMaster.Extensions.CommandLineUtils.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\McMaster.Extensions.CommandLineUtils.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.8768675Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Microsoft.CSharp.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Microsoft.CSharp.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.9136463Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Microsoft.DiaSymReader.Native.amd64.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Microsoft.DiaSymReader.Native.amd64.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:18.9763946Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Microsoft.VisualBasic.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Microsoft.VisualBasic.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.0160642Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Microsoft.Win32.Primitives.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Microsoft.Win32.Primitives.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.0625998Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Microsoft.Win32.Registry.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Microsoft.Win32.Registry.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.0765311Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\mscordaccore.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\mscordaccore.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.0853332Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\mscordaccore_amd64_amd64_4.6.28008.02.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\mscordaccore_amd64_amd64_4.6.28008.02.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.0955101Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\mscordbi.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\mscordbi.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.1414690Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\mscorlib.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\mscorlib.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.1463034Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\mscorrc.debug.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\mscorrc.debug.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.1488584Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\mscorrc.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\mscorrc.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.1516332Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\N64Converter.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\N64Converter.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.1530784Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\N64Converter.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\N64Converter.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.1997810Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\netstandard.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\netstandard.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.2851976Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Newtonsoft.Json.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Newtonsoft.Json.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.3231868Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\nfs2iso2nfs.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\nfs2iso2nfs.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.3247632Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\nfs2iso2nfs.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\nfs2iso2nfs.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.3312528Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\nintendont.dol\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\nintendont.dol\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.3334718Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\nintendont.dol.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\nintendont.dol.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.3758451Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\NintendontConfig.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\NintendontConfig.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.3771931Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\NintendontConfig.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\NintendontConfig.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.3833886Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\nintendont_force.dol\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\nintendont_force.dol\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.3850227Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\nintendont_force.dol.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\nintendont_force.dol.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.4635833Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\NKit.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\NKit.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.4700603Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\NKit.dll.config\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\NKit.dll.config\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.4720779Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\NKit.dll.config.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\NKit.dll.config.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.4738258Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\NKit.dll.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\NKit.dll.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.4827574Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\png2tga.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\png2tga.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.4849206Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\png2tga.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\png2tga.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.4892411Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\psb.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\psb.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.4905483Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\psb.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\psb.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.4931266Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\RetroInject.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\RetroInject.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.4948880Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\RetroInject.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\RetroInject.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.5523012Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\SharpCompress.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\SharpCompress.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.5544247Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\SharpCompress.dll.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\SharpCompress.dll.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.5639684Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\sos.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\sos.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.5967503Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\SOS.NETCore.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\SOS.NETCore.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.6089255Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\sos_amd64_amd64_4.6.28008.02.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\sos_amd64_amd64_4.6.28008.02.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.6157478Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\sox.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\sox.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.6186043Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\sox.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\sox.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.6545062Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.AppContext.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.AppContext.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.6893592Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Buffers.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Buffers.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.7476832Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Collections.Concurrent.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Collections.Concurrent.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:19.8209780Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Collections.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Collections.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.0265074Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Collections.Immutable.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Collections.Immutable.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.0732604Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Collections.NonGeneric.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Collections.NonGeneric.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.1161164Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Collections.Specialized.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Collections.Specialized.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.1667677Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ComponentModel.Annotations.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ComponentModel.Annotations.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.2016803Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ComponentModel.DataAnnotations.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ComponentModel.DataAnnotations.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.2359245Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ComponentModel.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ComponentModel.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.2775730Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ComponentModel.EventBasedAsync.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ComponentModel.EventBasedAsync.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.3127092Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ComponentModel.Primitives.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ComponentModel.Primitives.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.3809556Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ComponentModel.TypeConverter.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ComponentModel.TypeConverter.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.4158186Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Configuration.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Configuration.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.4784062Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Console.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Console.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.5166343Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Core.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Core.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.7239916Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Data.Common.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Data.Common.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.7547347Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Data.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Data.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.7862221Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.Contracts.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.Contracts.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.8159091Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.Debug.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.Debug.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.8473413Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.DiagnosticSource.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.DiagnosticSource.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.8780852Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.FileVersionInfo.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.FileVersionInfo.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.9371867Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.Process.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.Process.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.9669650Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.StackTrace.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.StackTrace.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:20.9951778Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.TextWriterTraceListener.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.TextWriterTraceListener.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.0238202Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.Tools.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.Tools.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.0680298Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.TraceSource.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.TraceSource.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.1087171Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.Tracing.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Diagnostics.Tracing.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.1494344Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.1955261Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Drawing.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Drawing.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.2581743Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Drawing.Primitives.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Drawing.Primitives.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.2984625Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Dynamic.Runtime.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Dynamic.Runtime.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.3303479Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Globalization.Calendars.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Globalization.Calendars.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.3631877Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Globalization.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Globalization.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.3969493Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Globalization.Extensions.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Globalization.Extensions.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.4434504Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.Compression.Brotli.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.Compression.Brotli.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.5261343Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.Compression.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.Compression.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.5609506Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.Compression.FileSystem.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.Compression.FileSystem.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.6018040Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.Compression.ZipFile.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.Compression.ZipFile.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.6412815Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.6820305Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.FileSystem.AccessControl.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.FileSystem.AccessControl.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.7496301Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.FileSystem.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.FileSystem.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.7978958Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.FileSystem.DriveInfo.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.FileSystem.DriveInfo.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.8495581Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.FileSystem.Primitives.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.FileSystem.Primitives.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.9024584Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.FileSystem.Watcher.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.FileSystem.Watcher.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:21.9558809Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.IsolatedStorage.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.IsolatedStorage.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.0070361Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.MemoryMappedFiles.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.MemoryMappedFiles.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.0473511Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.Pipes.AccessControl.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.Pipes.AccessControl.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.1002920Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.Pipes.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.Pipes.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.1346046Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.UnmanagedMemoryStream.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.IO.UnmanagedMemoryStream.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.2037900Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Linq.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Linq.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.3604995Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Linq.Expressions.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Linq.Expressions.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.4823949Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Linq.Parallel.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Linq.Parallel.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.5431145Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Linq.Queryable.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Linq.Queryable.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.6038374Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Memory.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Memory.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.6496172Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.7474964Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Http.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Http.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.8175533Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.HttpListener.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.HttpListener.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.8844928Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Mail.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Mail.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.9197635Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.NameResolution.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.NameResolution.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:22.9830588Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.NetworkInformation.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.NetworkInformation.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.0195603Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Ping.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Ping.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.0708782Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Primitives.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Primitives.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.1272213Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Requests.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Requests.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.1989380Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Security.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Security.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.2350853Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.ServicePoint.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.ServicePoint.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.3080099Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Sockets.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.Sockets.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.3590849Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.WebClient.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.WebClient.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.4157545Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.WebHeaderCollection.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.WebHeaderCollection.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.4625660Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.WebProxy.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.WebProxy.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.5119316Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.WebSockets.Client.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.WebSockets.Client.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.5736177Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.WebSockets.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Net.WebSockets.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.6165295Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Numerics.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Numerics.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.6700080Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Numerics.Vectors.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Numerics.Vectors.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:23.7189362Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ObjectModel.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ObjectModel.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:24.1872376Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Private.CoreLib.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Private.CoreLib.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:24.3224364Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Private.DataContractSerialization.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Private.DataContractSerialization.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:24.3733058Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Private.Uri.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Private.Uri.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:24.8472852Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Private.Xml.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Private.Xml.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:24.9261254Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Private.Xml.Linq.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Private.Xml.Linq.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:24.9654905Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.DispatchProxy.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.DispatchProxy.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:24.9964981Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.0237352Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.Emit.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.Emit.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.0505405Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.Emit.ILGeneration.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.Emit.ILGeneration.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.0863201Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.Emit.Lightweight.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.Emit.Lightweight.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.1225438Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.Extensions.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.Extensions.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.2215559Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.Metadata.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.Metadata.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.2560700Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.Primitives.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.Primitives.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.2940657Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.TypeExtensions.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Reflection.TypeExtensions.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.3398388Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Resources.Reader.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Resources.Reader.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.3766607Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Resources.ResourceManager.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Resources.ResourceManager.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.4110638Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Resources.Writer.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Resources.Writer.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.4459162Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.CompilerServices.VisualC.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.CompilerServices.VisualC.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.4869773Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.5565779Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Extensions.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Extensions.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.5876618Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Handles.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Handles.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.6275857Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.InteropServices.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.InteropServices.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.6689035Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.InteropServices.RuntimeInformation.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.InteropServices.RuntimeInformation.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.6996510Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.InteropServices.WindowsRuntime.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.InteropServices.WindowsRuntime.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.7358326Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Loader.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Loader.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.8002964Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Numerics.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Numerics.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.8382867Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Serialization.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Serialization.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.9022074Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Serialization.Formatters.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Serialization.Formatters.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.9500542Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Serialization.Json.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Serialization.Json.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:25.9971357Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Serialization.Primitives.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Serialization.Primitives.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.0363499Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Serialization.Xml.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Runtime.Serialization.Xml.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.1001559Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.AccessControl.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.AccessControl.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.1476648Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Claims.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Claims.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.2162623Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.Algorithms.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.Algorithms.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.2717499Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.Cng.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.Cng.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.3213811Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.Csp.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.Csp.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.3592115Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.Encoding.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.Encoding.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.3932796Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.OpenSsl.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.OpenSsl.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.4494518Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.Primitives.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.Primitives.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.5212637Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.X509Certificates.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Cryptography.X509Certificates.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.5674373Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.6025775Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Principal.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Principal.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.6680128Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Principal.Windows.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.Principal.Windows.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.7033821Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.SecureString.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Security.SecureString.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.7343652Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ServiceModel.Web.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ServiceModel.Web.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.7663436Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ServiceProcess.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ServiceProcess.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.7984165Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Text.Encoding.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Text.Encoding.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.8302943Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Text.Encoding.Extensions.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Text.Encoding.Extensions.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.8930059Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Text.RegularExpressions.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Text.RegularExpressions.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.9336637Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:26.9684341Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Overlapped.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Overlapped.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.0360553Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Tasks.Dataflow.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Tasks.Dataflow.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.0682819Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Tasks.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Tasks.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.0998177Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Tasks.Extensions.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Tasks.Extensions.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.1432524Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Tasks.Parallel.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Tasks.Parallel.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.1778005Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Thread.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Thread.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.2069084Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.ThreadPool.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.ThreadPool.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.2464249Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Timer.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Threading.Timer.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.2921045Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Transactions.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Transactions.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.3583180Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Transactions.Local.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Transactions.Local.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.3929117Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ValueTuple.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.ValueTuple.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.4370122Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Web.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Web.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.4757673Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Web.HttpUtility.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Web.HttpUtility.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.5092657Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Windows.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Windows.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.5508078Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.5891776Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.Linq.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.Linq.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.6313674Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.ReaderWriter.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.ReaderWriter.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.6683549Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.Serialization.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.Serialization.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.7008435Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.XDocument.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.XDocument.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.7327337Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.XmlDocument.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.XmlDocument.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.7679362Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.XmlSerializer.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.XmlSerializer.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8053305Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.XPath.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.XPath.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8430950Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.XPath.XDocument.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\System.Xml.XPath.XDocument.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8520738Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\tga2png.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\tga2png.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8533926Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\tga2png.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\tga2png.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8566583Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\tga_verify.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\tga_verify.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8581811Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\tga_verify.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\tga_verify.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8644333Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ucrtbase.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\ucrtbase.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8675585Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wbfs_file.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wbfs_file.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8691334Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wbfs_file.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wbfs_file.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8715704Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wglp.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wglp.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8726435Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wglp.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wglp.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8746718Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wii-vmc.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wii-vmc.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8758733Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wii-vmc.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wii-vmc.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8788670Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\WiiUDownloader.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\WiiUDownloader.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8799417Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\WiiUDownloader.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\WiiUDownloader.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8826172Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wiiurpxtool.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wiiurpxtool.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.8837767Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wiiurpxtool.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wiiurpxtool.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9139549Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\WindowsBase.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\WindowsBase.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9267039Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wit.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wit.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9281214Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wit.exe.md5\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\wit.exe.md5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9632366Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Zstandard.Net.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\bin\\\\Tools\\\\Zstandard.Net.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9738675Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\x64\\\\libzstd.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\x64\\\\libzstd.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9814820Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\x86\\\\libzstd.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\bin\\\\Debug\\\\x86\\\\libzstd.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9836828Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Classes\\\\BootImage.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Classes\\\\BootImage.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9853677Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Classes\\\\GameConfig.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Classes\\\\GameConfig.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9872456Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Classes\\\\Injection.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Classes\\\\Injection.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9890925Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Classes\\\\KeyFile.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Classes\\\\KeyFile.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9908385Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Classes\\\\MenuIconImage - Kopieren.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Classes\\\\MenuIconImage - Kopieren.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9928331Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Classes\\\\MenuIconImage.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Classes\\\\MenuIconImage.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9948067Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Classes\\\\N64Conf.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Classes\\\\N64Conf.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9960820Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Classes\\\\PNGTGA.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Classes\\\\PNGTGA.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9976501Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Classes\\\\TKeys.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Classes\\\\TKeys.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:27.9987979Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Classes\\\\ToolCheck.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Classes\\\\ToolCheck.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0131199Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Font\\\\font.otf\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Font\\\\font.otf\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0157690Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Models\\\\BaseModel.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Models\\\\BaseModel.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0175970Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Models\\\\MainViewModel.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Models\\\\MainViewModel.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0197314Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\.NETFramework,Version=v4.7.2.AssemblyAttributes.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0209916Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\App.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\App.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0264373Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\App.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\App.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0306698Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\DesignTimeResolveAssemblyReferencesInput.cache\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\DesignTimeResolveAssemblyReferencesInput.cache\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0322327Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\GeneratedInternalTypeHelper.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\GeneratedInternalTypeHelper.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0388064Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\GeneratedInternalTypeHelper.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\GeneratedInternalTypeHelper.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0413249Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.AssemblyReference.cache\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.AssemblyReference.cache\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0431306Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.CopyComplete\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.CopyComplete\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0450063Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.CoreCompileInputs.cache\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.CoreCompileInputs.cache\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0509855Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.FileListAbsolute.txt\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.FileListAbsolute.txt\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0533538Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.Fody.CopyLocal.cache\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.Fody.CopyLocal.cache\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0560313Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.GenerateResource.cache\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.GenerateResource.cache\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.0580032Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.SuggestedBindingRedirects.cache\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.csproj.SuggestedBindingRedirects.cache\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.3356453Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.exe\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.exe\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.3535705Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.g.resources\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.g.resources\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.3603376Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.pdb\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF.pdb\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.3658055Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF_MarkupCompile.cache\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF_MarkupCompile.cache\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.3716146Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF_MarkupCompile.i.cache\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF_MarkupCompile.i.cache\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.3780392Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF_MarkupCompile.lref\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI AIO WPF_MarkupCompile.lref\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4158660Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI_AIO_WPF.Properties.Resources.resources\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UWUVCI_AIO_WPF.Properties.Resources.resources\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4197729Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\0220E51E4044DB5C4E0275DF6AF16240F30FF6B5.costura.mcmaster.extensions.commandlineutils.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\0220E51E4044DB5C4E0275DF6AF16240F30FF6B5.costura.mcmaster.extensions.commandlineutils.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4222805Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\0744B613618400F89511140EAB015237DF6BCD54.costura.system.valuetuple.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\0744B613618400F89511140EAB015237DF6BCD54.costura.system.valuetuple.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4286096Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\2876C4C3527BD6785C7F6FF902D4E96A16E4E28E.costura.gmware.m2.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\2876C4C3527BD6785C7F6FF902D4E96A16E4E28E.costura.gmware.m2.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4344508Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\28F9AFA350A74245AD00DC95383B153236543978.costura.octokit.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\28F9AFA350A74245AD00DC95383B153236543978.costura.octokit.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4571729Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\49595EAEEEA3E5AB4CA14E8224104641B6374396.costura.materialdesignthemes.wpf.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\49595EAEEEA3E5AB4CA14E8224104641B6374396.costura.materialdesignthemes.wpf.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4600409Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\5954E332EC7732BA34C27E2D88D154D1919C1B07.costura.costura.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\5954E332EC7732BA34C27E2D88D154D1919C1B07.costura.costura.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4633832Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\76EBB8FB6EF537EC6805785E270D1112E4423284.costura.json.net.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\76EBB8FB6EF537EC6805785E270D1112E4423284.costura.json.net.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4671439Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\7BFABE299CFD56B447ADD531693192E3EFB16B8B.costura.gamebaseclasslibrary.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\7BFABE299CFD56B447ADD531693192E3EFB16B8B.costura.gamebaseclasslibrary.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4720351Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\7D0AD03FBDA1C24F883116B940717E596073AE96.costura.newtonsoft.json.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\7D0AD03FBDA1C24F883116B940717E596073AE96.costura.newtonsoft.json.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4766046Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\82FC5FEACCF3689DF134F43611CDF47CAD29F9E5.costura.autoupdater.net.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\82FC5FEACCF3689DF134F43611CDF47CAD29F9E5.costura.autoupdater.net.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4801505Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\970B783A697D893ECD4916DD86B5FF7574896C9E.costura.microsoft.windowsapicodepack.shell.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\970B783A697D893ECD4916DD86B5FF7574896C9E.costura.microsoft.windowsapicodepack.shell.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4831523Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\99FD7128027B1E4DDCCDCFA9DA7B32E2D69822FA.costura.materialdesigncolors.pdb.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\99FD7128027B1E4DDCCDCFA9DA7B32E2D69822FA.costura.materialdesigncolors.pdb.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4865488Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\AFDC5D27FB919D1D813E6A07466F889DBC8C6677.costura.naudio.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\AFDC5D27FB919D1D813E6A07466F889DBC8C6677.costura.naudio.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4884655Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\B54A415673DE3240F4B2D6563BCEDB875BF4A828.costura.pfim.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\B54A415673DE3240F4B2D6563BCEDB875BF4A828.costura.pfim.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4903214Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\B6D612C5B1A2D0A910B19FCDBFFF8045DDABFF55.costura.materialdesigncolors.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\B6D612C5B1A2D0A910B19FCDBFFF8045DDABFF55.costura.materialdesigncolors.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4931121Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\BAC34C8A68C12051C6F5395C5A759D7AB519A8BA.costura.system.buffers.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\BAC34C8A68C12051C6F5395C5A759D7AB519A8BA.costura.system.buffers.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4955533Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\C400A3D279B9B2ED8F5CFCA0B3A8C342EA64D9E1.costura.microsoft.windowsapicodepack.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\C400A3D279B9B2ED8F5CFCA0B3A8C342EA64D9E1.costura.microsoft.windowsapicodepack.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.4985533Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\D09C45F083737D027356C9A1ADF2CE2D26A66A13.costura.materialdesignthemes.wpf.pdb.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\D09C45F083737D027356C9A1ADF2CE2D26A66A13.costura.materialdesignthemes.wpf.pdb.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5006217Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\D40AA02553B0ADC71E26A1288945DAC5EDB96FFA.costura.zstandard.net.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\D40AA02553B0ADC71E26A1288945DAC5EDB96FFA.costura.zstandard.net.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5078273Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\F00FE54FDD4D5C582C24DD8F6027C345E0D687B6.costura.octokit.dll.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\F00FE54FDD4D5C582C24DD8F6027C345E0D687B6.costura.octokit.dll.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5105189Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\FFDA1B9B85F19F05D1C5E4605EC772F71D001170.costura.autoupdater.net.pdb.compressed\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\Costura\\\\FFDA1B9B85F19F05D1C5E4605EC772F71D001170.costura.autoupdater.net.pdb.compressed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5129571Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\TempPE\\\\Properties.Resources.Designer.cs.dll\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\TempPE\\\\Properties.Resources.Designer.cs.dll\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5153198Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Done.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Done.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5207536Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Done.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Done.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5234271Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrame.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrame.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5287743Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrame.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrame.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5307391Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\SettingsFrame.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\SettingsFrame.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5358771Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\SettingsFrame.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\SettingsFrame.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5376660Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\StartFrame.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\StartFrame.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5429575Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\StartFrame.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\StartFrame.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5451190Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\Teaser.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\Teaser.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5501778Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\Teaser.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\Teaser.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5532372Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\BaseContainerFrame.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\BaseContainerFrame.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5596224Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\BaseContainerFrame.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\BaseContainerFrame.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5614379Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\CustomBaseFrame.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\CustomBaseFrame.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5665775Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\CustomBaseFrame.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\CustomBaseFrame.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5687377Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\NonCustomBaseFrame.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\NonCustomBaseFrame.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5737705Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\NonCustomBaseFrame.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\NonCustomBaseFrame.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5760309Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\N64Config.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\N64Config.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5820957Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\N64Config.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\N64Config.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5835589Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren (2).g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren (2).g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5888048Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren (2).g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren (2).g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5907057Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5965550Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.5985281Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6053039Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6073678Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6134073Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6156082Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\WiiConfig.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\WiiConfig.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6219698Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\WiiConfig.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\WiiConfig.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6245823Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\KeyFrame\\\\TKFrame.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\KeyFrame\\\\TKFrame.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6299852Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\KeyFrame\\\\TKFrame.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\KeyFrame\\\\TKFrame.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6320017Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\Path\\\\Paths.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\Path\\\\Paths.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6375522Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\Path\\\\Paths.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Frames\\\\Path\\\\Paths.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6398908Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\Custom Message - Kopieren.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\Custom Message - Kopieren.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6456450Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\Custom Message - Kopieren.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\Custom Message - Kopieren.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6482267Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\Custom Message.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\Custom Message.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6552065Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\Custom Message.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\Custom Message.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6578204Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\DownloadWait - Kopieren.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\DownloadWait - Kopieren.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6671157Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\DownloadWait - Kopieren.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\DownloadWait - Kopieren.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6709924Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\DownloadWait.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\DownloadWait.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6789514Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\DownloadWait.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\DownloadWait.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6812427Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\EnterKey.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\EnterKey.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6900965Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\EnterKey.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\EnterKey.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.6935926Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren (2).g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren (2).g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7006777Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren (2).g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren (2).g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7025862Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7086214Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7103709Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator - Kopieren.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator - Kopieren.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7172038Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator - Kopieren.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator - Kopieren.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7194365Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7250200Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\ImageCreator.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7271723Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren - Kopieren.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren - Kopieren.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7334391Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren - Kopieren.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren - Kopieren.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7352970Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7406191Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7424878Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message - Kopieren.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message - Kopieren.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7482401Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message - Kopieren.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message - Kopieren.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7511334Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7586348Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\IMG_Message.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7614636Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\MenuWindow.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\MenuWindow.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7717060Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\MenuWindow.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\MenuWindow.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7751159Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\TitleKeys - Kopieren.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\TitleKeys - Kopieren.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7882647Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\TitleKeys - Kopieren.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\TitleKeys - Kopieren.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7914147Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\TitleKeys.g.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\TitleKeys.g.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.7991757Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\TitleKeys.g.i.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\obj\\\\Debug\\\\UI\\\\Windows\\\\TitleKeys.g.i.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8055162Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Properties\\\\AssemblyInfo.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Properties\\\\AssemblyInfo.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8089277Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Properties\\\\Resources.Designer.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Properties\\\\Resources.Designer.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8128543Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Properties\\\\Resources.resx\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Properties\\\\Resources.resx\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8161671Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Properties\\\\Settings.Designer.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Properties\\\\Settings.Designer.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8195452Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Properties\\\\Settings.settings\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Properties\\\\Settings.settings\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8242557Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\bootLogoTex.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\bootLogoTex.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8337491Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\Gameboy1.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\Gameboy1.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8439216Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\Gameboy2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\Gameboy2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8487722Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\GB alt1.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\GB alt1.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8531153Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\GB alt2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\GB alt2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8575667Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\GBA alt1.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\GBA alt1.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8614387Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\GBA alt2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\GBA alt2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8659731Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\GBA.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\GBA.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8699916Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\GBC alt1.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\GBC alt1.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8738285Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\GBC alt2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\GBC alt2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8795682Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\GBC.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\GBC.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8837407Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\GCN ICON2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\GCN ICON2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8875834Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\GCN ICON3.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\GCN ICON3.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8925680Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\GCN.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\GCN.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.8969395Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\HBICON.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\HBICON.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9083930Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\homebrew.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\homebrew.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9164514Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\homebrew2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\homebrew2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9205167Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\homebrew3.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\homebrew3.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9238835Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\Icon.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\Icon.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9274658Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\mario.mp3\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\mario.mp3\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9308975Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\MSX alt1.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\MSX alt1.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9341521Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\MSX alt2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\MSX alt2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9377455Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\MSX.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\MSX.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9415546Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\N64 alt1.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\N64 alt1.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9450518Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\N64 alt2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\N64 alt2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9491834Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\N64.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\N64.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9521823Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\NDS Alt1.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\NDS Alt1.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9554574Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\NDS Alt2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\NDS Alt2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9594801Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\NDS.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\NDS.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9626756Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\NES alt1.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\NES alt1.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9657207Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\NES alt2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\NES alt2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9693140Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\NES.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\NES.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9733041Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\newgameboy.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\newgameboy.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9781802Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\SFAM.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\SFAM.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9851811Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\SNES alt1.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\SNES alt1.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9897322Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\SNES alt2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\SNES alt2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:28.9953601Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\SNES-PAL.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\SNES-PAL.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0003486Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\SNES-USA.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\SNES-USA.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0107638Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\sound.mp3\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\sound.mp3\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0164391Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\TG16.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\TG16.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0225110Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\TGCD.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\TGCD.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0259547Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\TGFX alt1.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\TGFX alt1.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0288558Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\TGFX alt2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\TGFX alt2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0313641Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\WII.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\WII.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0337736Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\Wii2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\Wii2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0367079Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\wii3New.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\wii3New.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0391903Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\WiiIcon.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\WiiIcon.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0417186Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\Resources\\\\WIIWARE.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\Resources\\\\WIIWARE.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0445770Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Done.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Done.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0466283Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Done.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Done.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0495413Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrame.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrame.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0516921Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrame.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrame.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0573785Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\SettingsFrame.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\SettingsFrame.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0587633Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\SettingsFrame.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\SettingsFrame.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0602699Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\StartFrame.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\StartFrame.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0619401Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\StartFrame.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\StartFrame.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0633714Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\Teaser.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\Teaser.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0647976Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\Teaser.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\Teaser.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0677089Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\BaseContainerFrame.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\BaseContainerFrame.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0693682Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\BaseContainerFrame.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\BaseContainerFrame.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0712186Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\CustomBaseFrame.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\CustomBaseFrame.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0729207Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\CustomBaseFrame.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\CustomBaseFrame.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0746892Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\NonCustomBaseFrame.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\NonCustomBaseFrame.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0761687Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\NonCustomBaseFrame.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Bases\\\\NonCustomBaseFrame.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0780562Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\N64Config.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\N64Config.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0793451Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\N64Config.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\N64Config.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0812865Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren (2).xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren (2).xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0837913Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren (2).xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren (2).xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0852528Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0866039Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren - Kopieren.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0879161Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0891663Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs - Kopieren.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0904326Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0917092Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\OtherConfigs.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0930002Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\WiiConfig.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\WiiConfig.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0945634Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\WiiConfig.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\InjectFrames\\\\Configurations\\\\WiiConfig.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0971601Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\KeyFrame\\\\TKFrame.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\KeyFrame\\\\TKFrame.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.0991459Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\KeyFrame\\\\TKFrame.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\KeyFrame\\\\TKFrame.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1014877Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\Path\\\\Paths.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\Path\\\\Paths.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1026699Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\Path\\\\Paths.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Frames\\\\Path\\\\Paths.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1054459Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\61e111774d3a2f67c827cd25_Frame 5.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\61e111774d3a2f67c827cd25_Frame 5.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1071223Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bg maybe wpf.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bg maybe wpf.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1116496Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bg maybe wpf2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bg maybe wpf2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1138743Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bg maybe wpf3.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bg maybe wpf3.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1158958Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bg maybe wpf4.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bg maybe wpf4.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1176592Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bg maybe wpf5.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bg maybe wpf5.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1191367Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bg maybe wpf6.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bg maybe wpf6.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1205759Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bgtv.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\bgtv.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1221533Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\camera3.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\camera3.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1242498Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\cogwheel.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\cogwheel.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1293074Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\ds64x64alt2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\ds64x64alt2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1332426Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\ds64x64alt3.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\ds64x64alt3.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1351863Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\ds64x64alt4.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\ds64x64alt4.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1387551Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\gba64.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\gba64.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1432057Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\gba64alt.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\gba64alt.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1481260Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\gba64alt2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\gba64alt2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1506753Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\gba64alt3.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\gba64alt3.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1529543Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\help.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\help.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1554534Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\iconborder.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\iconborder.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1630445Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\icons.zip\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\icons.zip\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1671998Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\image.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\image.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1718079Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\msx.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\msx.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1830459Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorless.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorless.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1909235Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorlessalt0.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorlessalt0.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.1957707Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorlessalt5.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorlessalt5.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2045991Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorlessalt6.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorlessalt6.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2113491Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorlessalt7.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorlessalt7.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2180179Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorlessalt8.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorlessalt8.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2265365Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorlessalt9.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\n64colorlessalt9.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2340061Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nds64v64.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nds64v64.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2420966Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nes64.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nes64.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2490589Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nes64alt.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nes64alt.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2564468Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nes64alt2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nes64alt2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2624668Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nes64alt3.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nes64alt3.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2687731Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nes64alt4.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nes64alt4.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2711497Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nes64alt5.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\nes64alt5.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2744573Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\newcamera.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\newcamera.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2767793Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\newcamera2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\newcamera2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2795065Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\newhelpbutton.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\newhelpbutton.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2827960Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\newspeaker.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\newspeaker.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2853775Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\newspeaker2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\newspeaker2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2880555Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\NGC.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\NGC.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2909513Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\rarch.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\rarch.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2932916Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\Rtest.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\Rtest.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2953188Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\Rtest2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\Rtest2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.2981801Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\setting.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\setting.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3029027Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\snes64.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\snes64.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3076860Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\snes64alt.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\snes64alt.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3101550Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\snes64alt2.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\snes64alt2.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3125218Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\teaser.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\teaser.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3191938Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\TG16.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\TG16.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3217185Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\TG16alt.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\TG16alt.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3243992Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\tvborder.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\tvborder.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3270771Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\u.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\u.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3308219Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\vwii.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\vwii.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3338450Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\Wii.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\Wii.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3389882Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\WiiGC.png\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Images\\\\WiiGC.png\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3429057Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\Custom Message - Kopieren.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\Custom Message - Kopieren.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3453192Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\Custom Message - Kopieren.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\Custom Message - Kopieren.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3481806Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\Custom Message.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\Custom Message.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3510926Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\Custom Message.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\Custom Message.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3540522Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\DownloadWait - Kopieren.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\DownloadWait - Kopieren.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3571230Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\DownloadWait - Kopieren.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\DownloadWait - Kopieren.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3606721Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\DownloadWait.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\DownloadWait.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3634978Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\DownloadWait.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\DownloadWait.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3662395Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\EnterKey.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\EnterKey.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3693493Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\EnterKey.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\EnterKey.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3723515Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren (2).xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren (2).xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3753464Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren (2).xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren (2).xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3784710Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3822644Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator - Kopieren - Kopieren.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3850547Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator - Kopieren.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator - Kopieren.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3879072Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator - Kopieren.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator - Kopieren.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3929331Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3957371Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\ImageCreator.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.3984085Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren - Kopieren.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren - Kopieren.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4027850Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren - Kopieren.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren - Kopieren.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4059271Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4152713Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message - Kopieren - Kopieren.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4191211Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message - Kopieren.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message - Kopieren.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4415509Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message - Kopieren.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message - Kopieren.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4449458Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4480740Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\IMG_Message.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4509706Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\MenuWindow.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\MenuWindow.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4616884Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\MenuWindow.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\MenuWindow.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4647090Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\TitleKeys - Kopieren.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\TitleKeys - Kopieren.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4670219Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\TitleKeys - Kopieren.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\TitleKeys - Kopieren.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4699920Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\TitleKeys.xaml\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\TitleKeys.xaml\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4725329Z\",\"@mt\":\"Copied {SourceFile} to {DestinationFile}\",\"@l\":\"Debug\",\"SourceFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\TitleKeys.xaml.cs\",\"DestinationFile\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\\\\UI\\\\Windows\\\\TitleKeys.xaml.cs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4902542Z\",\"@mt\":\"Project backed up to {BackupPath}\",\"BackupPath\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF.backup\\\\UWUVCI AIO WPF\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:29.4924771Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Back up project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep\"}\n{\"@t\":\"2022-08-04T23:22:32.0351454Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Convert project file to SDK style\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:22:32.0423339Z\",\"@mt\":\"Project {ProjectPath} not yet converted\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertRunner\"}\n{\"@t\":\"2022-08-04T23:22:32.0516993Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0518371Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9984fb89-8c8d-4d75-9ef6-eb7772fc58ba\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0524131Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9984fb89-8c8d-4d75-9ef6-eb7772fc58ba\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0526396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0527483Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0536563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0541040Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0618935Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0619916Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8261e515-cc94-4e16-b051-3bd0bf4f8f6b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0622729Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8261e515-cc94-4e16-b051-3bd0bf4f8f6b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0623495Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0623937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0626619Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0627326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0645200Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Convert project file to SDK style\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:22:32.0646040Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:22:32.0773447Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0774806Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e26f65cc-58ac-4531-af62-94455784ad05\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0778102Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e26f65cc-58ac-4531-af62-94455784ad05\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0779034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0779550Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0781924Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0782384Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0884832Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0886314Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5354329c-8aac-4331-8e72-aefc942ee27e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0892331Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5354329c-8aac-4331-8e72-aefc942ee27e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0893888Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0895056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0898977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.0899886Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1135820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1136902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ecad29d6-6a45-43f5-a168-735bdb30da6d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1139898Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ecad29d6-6a45-43f5-a168-735bdb30da6d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1140588Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1141310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1143626Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1144189Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1236621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1238333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\06ab7bd0-d622-413f-ae82-8e0efce96c2d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1243662Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\06ab7bd0-d622-413f-ae82-8e0efce96c2d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1245143Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1246013Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1250243Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1251154Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1391620Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1393645Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8079ef86-c7a5-40f7-8cb8-4ff1cf532a32\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1399640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8079ef86-c7a5-40f7-8cb8-4ff1cf532a32\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1401162Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1401992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1405997Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1406774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1519848Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1521510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\90da9307-5a74-42a6-ac32-2a1c3bbf1ca2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1528361Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\90da9307-5a74-42a6-ac32-2a1c3bbf1ca2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1530654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1531903Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1537800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1539010Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1687590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1689560Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7fe04a20-5a48-475b-b60b-ad67049c4af0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1695346Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7fe04a20-5a48-475b-b60b-ad67049c4af0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1696879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1697920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1702063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1702852Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1824201Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1826480Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\682f2eee-ad36-4913-b10b-b8ccbf653466\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1832359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\682f2eee-ad36-4913-b10b-b8ccbf653466\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1833897Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1834740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1841074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1842008Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1983688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1986314Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\83f911c0-aa9f-4fb8-b4a9-82fa2cad37a3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1995955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\83f911c0-aa9f-4fb8-b4a9-82fa2cad37a3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.1998616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2000377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2008453Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2009788Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2147739Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2150103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f23752f8-565f-4fb8-9e64-628ca4c0f15f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2159328Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f23752f8-565f-4fb8-9e64-628ca4c0f15f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2161358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2162349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2169038Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2170000Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2314263Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2316702Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9a24ac47-06f1-4212-bfd9-08c378e5e003\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2324772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9a24ac47-06f1-4212-bfd9-08c378e5e003\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2326559Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2327449Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2331561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2332382Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2440813Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2442532Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0febc13e-cb8e-42a4-b12a-325165f3727e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2449870Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0febc13e-cb8e-42a4-b12a-325165f3727e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2451678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2452665Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2459851Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2461178Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2656772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2659868Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9be248f3-97b2-49a9-9c2a-c827fbab2a9a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2665467Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9be248f3-97b2-49a9-9c2a-c827fbab2a9a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2666867Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2667623Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2671082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2671878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2789893Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2791456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\625980d7-4511-4a73-9da8-7aec64669d70\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2796554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\625980d7-4511-4a73-9da8-7aec64669d70\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2798118Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2799053Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2802681Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2804487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2913339Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2915200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a64364b-d2af-44ca-944b-77bddcf5106d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2922264Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a64364b-d2af-44ca-944b-77bddcf5106d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2924383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2925570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2929797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.2930554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3031091Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3032960Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\984e618a-065b-4040-93cb-82ebe11268cd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3039802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\984e618a-065b-4040-93cb-82ebe11268cd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3041945Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3042840Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3047604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3049574Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3122132Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3122907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1ca29a67-ab9a-4066-a952-35f6cd0bc62d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3126814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1ca29a67-ab9a-4066-a952-35f6cd0bc62d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3127907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3128486Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3131029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3131348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3177895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3178529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e0de4933-9fdc-46ed-8a8a-368236778557\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3180552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e0de4933-9fdc-46ed-8a8a-368236778557\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3181180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3181620Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3183360Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3184249Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3242571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3243541Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fe5582f9-53f6-47c2-997a-1b04ece919ec\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3247150Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fe5582f9-53f6-47c2-997a-1b04ece919ec\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3248059Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3248592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3251742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3252205Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3301416Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3302121Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3dcc89fb-4616-4c11-b065-00acb1bcabad\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3304352Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3dcc89fb-4616-4c11-b065-00acb1bcabad\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3305109Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3305662Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3307919Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3308811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3445197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3447199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9dc19872-c46f-4f48-9554-a23f34102297\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3454033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9dc19872-c46f-4f48-9554-a23f34102297\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3455696Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3456584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3460677Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3461462Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3577238Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3579059Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9ef7ce0e-c876-4f8c-800f-c02c2a719294\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3585521Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9ef7ce0e-c876-4f8c-800f-c02c2a719294\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3587477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3588535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3592752Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.3594817Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4090892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4092564Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1975ea4d-9536-458e-b951-9e173c2acbf8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4097893Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1975ea4d-9536-458e-b951-9e173c2acbf8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4099453Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4100345Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4104306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4105065Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4219422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4221068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\537688cd-bf76-4458-b5b0-401c711a27b2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4225978Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\537688cd-bf76-4458-b5b0-401c711a27b2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4227451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4228288Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4232191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4232942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4358241Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4359991Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5bbabc1b-2a83-4daf-a144-bbcc5eebd4a4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4366955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5bbabc1b-2a83-4daf-a144-bbcc5eebd4a4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4368930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4369964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4373937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4374673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4488039Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4489875Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2ce8b729-8095-423c-8080-2f80f4439a80\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4497136Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2ce8b729-8095-423c-8080-2f80f4439a80\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4500492Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4501509Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4505929Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4506770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4671538Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4673623Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7de715a9-f63d-419f-9289-33fef7ee9cd5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4679453Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7de715a9-f63d-419f-9289-33fef7ee9cd5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4680942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4681769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4685558Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4686292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4775428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4776785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\be5bb8c8-257f-45b4-a28d-9a3c40b680cb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4781246Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\be5bb8c8-257f-45b4-a28d-9a3c40b680cb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4782619Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4783382Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4787086Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4787805Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4884931Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4886603Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5fe73274-5544-46cd-a572-b7e3677ce666\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4891846Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5fe73274-5544-46cd-a572-b7e3677ce666\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4893298Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4894129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4898027Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4898768Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4969671Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4970259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a96708e2-8bd3-4ff8-a5ef-a76bc9fa177c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4972163Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a96708e2-8bd3-4ff8-a5ef-a76bc9fa177c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4972718Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4973043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4974831Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.4975125Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5013606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5014269Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\df391287-1e88-4c11-a49b-e8f6a74308d8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5016406Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\df391287-1e88-4c11-a49b-e8f6a74308d8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5017034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5017358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5018904Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5019187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5053350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5053835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dac6e643-e8f9-4984-8354-f59b87efd0b1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5055694Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dac6e643-e8f9-4984-8354-f59b87efd0b1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5056231Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5056517Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5058053Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5058332Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5105306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5106072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9ecd657e-0839-4b46-b21d-bb04f469eaed\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5107816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9ecd657e-0839-4b46-b21d-bb04f469eaed\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5108353Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5108653Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5110370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5110663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5144735Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5145217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6964e0c4-5e12-43ff-94f5-967368cde6db\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5146925Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6964e0c4-5e12-43ff-94f5-967368cde6db\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5147437Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5147712Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5149407Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5149680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5186209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5186755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\72dec438-aa79-4701-afbf-cee2c3443bd0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5188815Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\72dec438-aa79-4701-afbf-cee2c3443bd0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5189389Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5189760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5191225Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5191545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5234158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5234805Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\268eeb71-6634-43db-8c39-f7379c2c69e3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5236788Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\268eeb71-6634-43db-8c39-f7379c2c69e3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5237378Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5237723Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5239530Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5239856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5308385Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5309161Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\61790c68-25dc-40a0-b1d1-322cabf5da81\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5311515Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\61790c68-25dc-40a0-b1d1-322cabf5da81\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5312109Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5312539Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5314398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5314737Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5366136Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5366802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2cbd74b0-efe4-4129-8e06-eb66e1968eea\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5370157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2cbd74b0-efe4-4129-8e06-eb66e1968eea\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5370891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5371307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5373199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5373523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5425181Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5425968Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6e275412-2334-4d7d-941c-c6d1b7d85d38\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5428093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6e275412-2334-4d7d-941c-c6d1b7d85d38\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5428706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5429060Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5430838Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5431149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5470346Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5470835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1c4e3172-649d-4a47-baa6-1935fe6c4bfa\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5472543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1c4e3172-649d-4a47-baa6-1935fe6c4bfa\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5473055Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5473348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5474733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5474993Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5572310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5574207Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\acdd8003-7ade-43b1-b473-d48637bc113f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5576708Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\acdd8003-7ade-43b1-b473-d48637bc113f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5577363Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5577737Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5579499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5579849Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5665679Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5666935Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\37ae494b-068c-4bf2-af8c-d236d117a5da\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5671114Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\37ae494b-068c-4bf2-af8c-d236d117a5da\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5672348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5673021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5676216Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5676822Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5760451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5761777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\56e1f719-83e5-417c-9c7a-64c75a376ccb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5765486Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\56e1f719-83e5-417c-9c7a-64c75a376ccb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5766608Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5767254Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5770247Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5770864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5851482Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5853091Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\04f6fe16-607c-4a79-bf3b-ae7cf86098e8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5858642Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\04f6fe16-607c-4a79-bf3b-ae7cf86098e8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5860352Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5861628Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5866553Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5867422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5965260Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5966680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\46194795-1e26-4532-83b9-81f02c4123f4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5971617Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\46194795-1e26-4532-83b9-81f02c4123f4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5973093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5973892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5979206Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.5980010Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6069879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6071147Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ee0fdf41-baf1-4084-8b76-a30da5d37bed\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6075316Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ee0fdf41-baf1-4084-8b76-a30da5d37bed\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6076613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6077344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6080813Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6081499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6177673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6179274Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8824a483-7192-484c-83da-133ace0a5616\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6184156Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8824a483-7192-484c-83da-133ace0a5616\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6185538Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6186315Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6190067Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6190793Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6280064Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6281396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff352656-e295-4317-8868-00c87f7b0700\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6285754Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff352656-e295-4317-8868-00c87f7b0700\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6287084Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6287819Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6291305Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6292037Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6402357Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6404015Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d5a3f5fb-243f-4a8e-a978-00cda1e21991\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6408859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d5a3f5fb-243f-4a8e-a978-00cda1e21991\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6410277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6411110Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6414844Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6415598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6520237Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6521730Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5f9500fb-fa26-406b-b8f3-807413719aa6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6526477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5f9500fb-fa26-406b-b8f3-807413719aa6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6527876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6528666Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6532436Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6533141Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6640247Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6641787Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1655a90a-e680-4733-b7b2-f4f9824c735c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6646350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1655a90a-e680-4733-b7b2-f4f9824c735c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6647659Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6648359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6651644Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6652340Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6738052Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6739380Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7998cc06-6827-46db-b2f5-37b77f1ec9fa\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6743566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7998cc06-6827-46db-b2f5-37b77f1ec9fa\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6744877Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6745590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6748832Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:32.6749451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3717076Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Convert project file to SDK style\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertProjectConverterStep\"}\n{\"@t\":\"2022-08-04T23:22:36.3847495Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3849059Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\83bc4f5f-b8b9-48a5-83f8-f5e841381349\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3853852Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\83bc4f5f-b8b9-48a5-83f8-f5e841381349\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3855076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3855735Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3858762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3859341Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3924177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3925130Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\800a02aa-ab07-424c-a305-a2977f95cbfe\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3928381Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\800a02aa-ab07-424c-a305-a2977f95cbfe\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3929381Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3929972Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3932676Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.3933218Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.4005036Z\",\"@mt\":\"Converting project file format with try-convert, version 0.4.336902+3799b6849a9457619660a355ca9111c050b0ef79\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertRunner\"}\n{\"@t\":\"2022-08-04T23:22:36.4571230Z\",\"@mt\":\"Loading {Name} with pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"MSBuild.Conversion.Project, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_try-convert5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:22:36.5169034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5170645Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\757facc5-4e35-43a1-81b0-14121fe65b60\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5174170Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\757facc5-4e35-43a1-81b0-14121fe65b60\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5174999Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5175475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5177691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5178093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5246298Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5247268Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\43ca7db9-087c-4a7a-98d8-e66e40f44795\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5250245Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\43ca7db9-087c-4a7a-98d8-e66e40f44795\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5251108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5251598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5253966Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5254424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:22:36.5519236Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-08-04T23:22:36.6013554Z\",\"@mt\":\"Loading {Name} with pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"MSBuild.Conversion.Facts, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_try-convert5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:22:38.0126560Z\",\"@mt\":\"Converting project {Path} to SDK style\",\"Path\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertInProcessTool\"}\n{\"@t\":\"2022-08-04T23:22:38.0649223Z\",\"@mt\":\"Loading {Name} with pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"MSBuild.Conversion.Package, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35\",\"Extension\":\"UA_try-convert5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:22:40.3405308Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.302\\\\Microsoft.CSharp.CurrentVersion.targets: (130, 9): Could not find rule set file \\\"ManagedMinimumRules.ruleset\\\".\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-08-04T23:22:40.4030492Z\",\"@mt\":\"Project file converted successfully! The project may require additional changes to build successfully against the new .NET target.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertRunner\"}\n{\"@t\":\"2022-08-04T23:22:40.4049570Z\",\"@mt\":\"Restoring packages for {ProjectPath} with dotnet restore\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer\"}\n{\"@t\":\"2022-08-04T23:22:41.5117610Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Determining projects to restore...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-08-04T23:22:43.4130998Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Restored C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj (in 1.72 sec).\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-08-04T23:22:45.4361284Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.302\\\\Microsoft.CSharp.CurrentVersion.targets: (130, 9): Could not find rule set file \\\"ManagedMinimumRules.ruleset\\\".\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-08-04T23:22:45.5253160Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Convert project file to SDK style\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertProjectConverterStep\"}\n{\"@t\":\"2022-08-04T23:24:03.3087662Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.3090410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\929aaebd-276a-4bf4-a54c-5ad3cdbf1168\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.3206174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\929aaebd-276a-4bf4-a54c-5ad3cdbf1168\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.3207092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.4971952Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.7919188Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.7969866Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.8120620Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.8121472Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f91b0351-d92a-45d2-8c44-3fd699e6562c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.8123897Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f91b0351-d92a-45d2-8c44-3fd699e6562c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.8124498Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.8432774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.9164159Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.9167543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.9318131Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.9320585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5601b302-9707-42bd-b184-5f0adb3a6a58\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.9327543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5601b302-9707-42bd-b184-5f0adb3a6a58\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.9329028Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:03.9726861Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:04.0411176Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:04.0413687Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:04.0503580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:04.0504604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c27d825-f33b-4b60-b98e-bca06b296850\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:04.0508029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c27d825-f33b-4b60-b98e-bca06b296850\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:04.0508899Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:04.0875658Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:04.1296796Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:04.1298280Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:04.1310932Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Clean up NuGet package references\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:04.1342979Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Clean up NuGet package references\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:04.1343538Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Duplicate reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:04.1446728Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Duplicate reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:04.1472492Z\",\"@mt\":\"No package updates needed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:04.1488046Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Duplicate reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:04.1488487Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Package map reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:04.1494209Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Package map reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:04.1560484Z\",\"@mt\":\"No package updates needed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:04.1570349Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Package map reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:04.1570663Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:04.1576348Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:04.1676435Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Autoupdater.NET.Official, Version=1.6.3\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Autoupdater.NET.Official\\\\1.6.3\\\\Autoupdater.NET.Official.1.6.3.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.1938391Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Autoupdater.NET.Official.1.6.3\",\"TargetFrameworks\":[\".NETFramework,Version=v2.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.1950240Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Autoupdater.NET.Official, Version=1.6.3\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.1952317Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Costura.Fody, Version=4.1.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Costura.Fody\\\\4.1.0\\\\Costura.Fody.4.1.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2004255Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Costura.Fody.4.1.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2006793Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Costura.Fody, Version=4.1.0\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2008439Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Fody, Version=6.3.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Fody\\\\6.3.0\\\\Fody.6.3.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2092247Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Fody.6.3.0\",\"TargetFrameworks\":[\"Any,Version=v0.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2094711Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Fody, Version=6.3.0\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2096146Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"GMWare.M2, Version=1.1.2\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\GMWare.M2\\\\1.1.2\\\\GMWare.M2.1.1.2.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2138541Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"GMWare.M2.1.1.2\",\"TargetFrameworks\":[\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2140434Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"GMWare.M2, Version=1.1.2\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2141739Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Json.Net, Version=1.0.33\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Json.Net\\\\1.0.33\\\\Json.Net.1.0.33.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2179274Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Json.Net.1.0.33\",\"TargetFrameworks\":[\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2181335Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Json.Net, Version=1.0.33\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2182870Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"MaterialDesignColors, Version=1.2.7\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\MaterialDesignColors\\\\1.2.7\\\\MaterialDesignColors.1.2.7.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2229968Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"MaterialDesignColors.1.2.7\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\".NETFramework,Version=v4.5\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2232197Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"MaterialDesignColors, Version=1.2.7\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2233675Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"MaterialDesignThemes, Version=2.6.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\MaterialDesignThemes\\\\2.6.0\\\\MaterialDesignThemes.2.6.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2324278Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"MaterialDesignThemes.2.6.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2326529Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"MaterialDesignThemes, Version=2.6.0\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2328106Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"McMaster.Extensions.CommandLineUtils, Version=2.4.2\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\McMaster.Extensions.CommandLineUtils\\\\2.4.2\\\\McMaster.Extensions.CommandLineUtils.2.4.2.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2380589Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"McMaster.Extensions.CommandLineUtils.2.4.2\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v1.6\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2383032Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"McMaster.Extensions.CommandLineUtils, Version=2.4.2\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2383963Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Microsoft.CSharp\\\\4.7.0\\\\Microsoft.CSharp.4.7.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2395839Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp.4.7.0\",\"TargetFrameworks\":[\".NETCore,Version=v5.0\",\".NETCoreApp,Version=v2.0\",\".NETFramework,Version=v4.5\",\".NETPortable,Version=v0.0,Profile=Profile259\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\",\"MonoAndroid,Version=v1.0\",\"MonoTouch,Version=v1.0\",\"UAP,Version=v10.0.16299\",\"Windows,Version=v8.0\",\"WindowsPhone,Version=v8.0\",\"WindowsPhoneApp,Version=v8.1\",\"Xamarin.iOS,Version=v1.0\",\"Xamarin.Mac,Version=v2.0\",\"Xamarin.TVOS,Version=v1.0\",\"Xamarin.WatchOS,Version=v1.0\",\".NETStandard,Version=v1.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2397152Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2399622Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"NAudio, Version=1.10.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\NAudio\\\\1.10.0\\\\NAudio.1.10.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2454226Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"NAudio.1.10.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETStandard,Version=v2.0\",\"UAP,Version=v10.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2455613Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"NAudio, Version=1.10.0\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2456729Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Newtonsoft.Json\\\\13.0.1\\\\Newtonsoft.Json.13.0.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2528830Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json.13.0.1\",\"TargetFrameworks\":[\".NETFramework,Version=v2.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v1.0\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2531364Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2535554Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Octokit, Version=1.0.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Octokit\\\\1.0.0\\\\Octokit.1.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2586195Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Octokit.1.0.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.6\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2587590Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Octokit, Version=1.0.0\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2588666Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Pfim, Version=0.10.3\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Pfim\\\\0.10.3\\\\Pfim.0.10.3.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2625321Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Pfim.0.10.3\",\"TargetFrameworks\":[\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2626626Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Pfim, Version=0.10.3\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2627894Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"SharpZipLib, Version=1.3.3\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\SharpZipLib\\\\1.3.3\\\\SharpZipLib.1.3.3.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2710112Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"SharpZipLib.1.3.3\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\",\".NETStandard,Version=v2.1\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2712171Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"SharpZipLib, Version=1.3.3\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2714611Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Buffers, Version=4.5.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\System.Buffers\\\\4.5.0\\\\System.Buffers.4.5.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2781162Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Buffers.4.5.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v2.0\",\".NETStandard,Version=v1.1\",\".NETStandard,Version=v2.0\",\"UAP,Version=v10.0.16299\",\".NETFramework,Version=v4.5\",\".NETPortable,Version=v4.5,Profile=Profile111\",\"Windows,Version=v8.0\",\"WindowsPhoneApp,Version=v8.1\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2784889Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Buffers, Version=4.5.0\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2787388Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Annotations, Version=5.0.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\System.ComponentModel.Annotations\\\\5.0.0\\\\System.ComponentModel.Annotations.5.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2808411Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Annotations.5.0.0\",\"TargetFrameworks\":[\".NETCore,Version=v5.0\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.1\",\".NETPortable,Version=v0.0,Profile=Profile7\",\".NETStandard,Version=v1.4\",\".NETStandard,Version=v2.0\",\".NETStandard,Version=v2.1\",\"MonoAndroid,Version=v1.0\",\"MonoTouch,Version=v1.0\",\"Windows,Version=v8.0\",\"Xamarin.iOS,Version=v1.0\",\"Xamarin.Mac,Version=v2.0\",\"Xamarin.TVOS,Version=v1.0\",\"Xamarin.WatchOS,Version=v1.0\",\".NETStandard,Version=v1.1\",\".NETStandard,Version=v1.3\",\"UAP,Version=v10.0.16299\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2811563Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Annotations, Version=5.0.0\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2813460Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\System.Data.DataSetExtensions\\\\4.5.0\\\\System.Data.DataSetExtensions.4.5.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2830009Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions.4.5.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2833243Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2835737Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Management, Version=6.0.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\System.Management\\\\6.0.0\\\\System.Management.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2854746Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Management.6.0.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net6.0\",\".NETFramework,Version=v4.6.1\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2858055Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Management, Version=6.0.0\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.2865314Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Runtime.InteropServices.RuntimeInformation, Version=4.3.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\System.Runtime.InteropServices.RuntimeInformation\\\\4.3.0\\\\System.Runtime.InteropServices.RuntimeInformation.4.3.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.2997719Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Runtime.InteropServices.RuntimeInformation.4.3.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v1.1\",\"MonoAndroid,Version=v1.0\",\"MonoTouch,Version=v1.0\",\"Windows,Version=v8.0\",\"WindowsPhoneApp,Version=v8.1\",\"Xamarin.iOS,Version=v1.0\",\"Xamarin.Mac,Version=v2.0\",\"Xamarin.TVOS,Version=v1.0\",\"Xamarin.WatchOS,Version=v1.0\",\".NETCore,Version=v5.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.3002877Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Runtime.InteropServices.RuntimeInformation, Version=4.3.0\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.3004766Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WindowsAPICodePack-Core, Version=1.1.2\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\WindowsAPICodePack-Core\\\\1.1.2\\\\WindowsAPICodePack-Core.1.1.2.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.3053224Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WindowsAPICodePack-Core.1.1.2\",\"TargetFrameworks\":[\"Any,Version=v0.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.3056835Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WindowsAPICodePack-Core, Version=1.1.2\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.3059594Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WindowsAPICodePack-Shell, Version=1.1.1\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\WindowsAPICodePack-Shell\\\\1.1.1\\\\WindowsAPICodePack-Shell.1.1.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.3152889Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WindowsAPICodePack-Shell.1.1.1\",\"TargetFrameworks\":[\"Any,Version=v0.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.3157130Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WindowsAPICodePack-Shell, Version=1.1.1\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.3159854Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Zstandard.Net, Version=1.1.7\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Zstandard.Net\\\\1.1.7\\\\Zstandard.Net.1.1.7.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.3236273Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Zstandard.Net.1.1.7\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.3239908Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Zstandard.Net, Version=1.1.7\",\"TargetFramework\":[\"net472\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.3240563Z\",\"@mt\":\"No package updates needed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:04.3275413Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:04.3275777Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:04.3286064Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:04.5203452Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.8147758Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json 285ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:24:04.9781381Z\",\"@mt\":\"Reference to .NET Upgrade Assistant analyzer package ({AnalyzerPackageName}, version {AnalyzerPackageVersion}) needs to be added\",\"AnalyzerPackageName\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\",\"AnalyzerPackageVersion\":\"0.4.336902\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.UpgradeAssistantReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:04.9892642Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:04.9897674Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:04.9928203Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:04.9928837Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:05.0018028Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.0019283Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1541cfe2-4acc-45bc-8cf1-f386baf93d1e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.0024325Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1541cfe2-4acc-45bc-8cf1-f386baf93d1e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.0025357Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.0408766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.0906235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.0908677Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.0981658Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.0982370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\65120355-9e8e-43c5-932b-9acd7cb20579\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.0985014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\65120355-9e8e-43c5-932b-9acd7cb20579\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.0985657Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.1213812Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.1667110Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.1668880Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.1801182Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.1801983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2b33c0ff-732a-4edc-b5aa-34bb6aa37268\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.1804263Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2b33c0ff-732a-4edc-b5aa-34bb6aa37268\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.1804835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.2006553Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.2360335Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.2361884Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.2418649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.2419244Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ffd39901-7df3-4bab-86f7-a243b9fca439\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.2421661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ffd39901-7df3-4bab-86f7-a243b9fca439\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.2422287Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.2610740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.2980292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.2981868Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.3057228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.3058283Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8fcf3862-e8cd-4fc4-afa8-e037d002997a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.3061580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8fcf3862-e8cd-4fc4-afa8-e037d002997a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.3062426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.3312487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.3878037Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.3880913Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.3973101Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.3974130Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\17af1f36-1f68-4330-947f-236f0e890e9c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.3978022Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\17af1f36-1f68-4330-947f-236f0e890e9c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.3979017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.4299129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.4970716Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.4973014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.5067356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.5068099Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a3e7fed6-c7b3-449c-ab46-eef87bfc9691\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.5070889Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a3e7fed6-c7b3-449c-ab46-eef87bfc9691\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.5071529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.5327458Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.5916820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.5923967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.6012003Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.6012704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\307f4db4-a93b-41e9-be70-3b86a7d46687\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.6015311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\307f4db4-a93b-41e9-be70-3b86a7d46687\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.6015962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.6429497Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.7056595Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.7059640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.7194093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.7195992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3baa1f5d-79b4-4a16-9510-159d25019c92\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.7201821Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3baa1f5d-79b4-4a16-9510-159d25019c92\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.7203238Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.7615784Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.8366906Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.8370157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.8490200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.8491663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c493826c-3188-491a-8b15-0ce672003641\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.8497307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c493826c-3188-491a-8b15-0ce672003641\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.8498713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.8935775Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.9624571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.9627750Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.9765522Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.9767262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6b0ae12c-2c15-4e79-9f6b-bafd23f9db37\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.9772776Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6b0ae12c-2c15-4e79-9f6b-bafd23f9db37\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:05.9774145Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.0260554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.0932578Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.0934687Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.1030358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.1031153Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fe82f083-de6d-438a-a342-bf5c5a52b4f5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.1033954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fe82f083-de6d-438a-a342-bf5c5a52b4f5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.1034660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.1281798Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.1828853Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.1832574Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.1938049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.1939436Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e4d3ef34-20d4-4fd7-8016-6d1db54b25b2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.1943141Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e4d3ef34-20d4-4fd7-8016-6d1db54b25b2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.1944109Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.2386893Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.3244709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.3248511Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.3377333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.3378772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3829978a-19ca-48fe-8ba7-1957db66e0cf\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.3384185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3829978a-19ca-48fe-8ba7-1957db66e0cf\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.3385533Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.3806578Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.4454056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.4457299Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.4575058Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.4576385Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7eea3b7f-bd0b-4cd4-928d-8a26b0c75bba\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.4580693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7eea3b7f-bd0b-4cd4-928d-8a26b0c75bba\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.4581763Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.4907771Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.5560168Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.5563366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.5686769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.5688307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a9539b8-722d-435a-b5e0-12cc16195dba\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.5693962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a9539b8-722d-435a-b5e0-12cc16195dba\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.5695385Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.6117956Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.6678614Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.6680274Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.6823956Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.6825587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8f7efe5a-2a87-46ce-a245-49ea2383c30b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.6830839Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8f7efe5a-2a87-46ce-a245-49ea2383c30b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.6832137Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.7274769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.7986432Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.7989466Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.8112509Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.8114354Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5eb7a5a0-585e-4911-9f64-bd5882c0b685\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.8121341Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5eb7a5a0-585e-4911-9f64-bd5882c0b685\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.8123093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.8457794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.8913819Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.8915864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.9010921Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.9012257Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9c25a6c3-cda7-44c4-bab6-1f699ab2fa4a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.9017164Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9c25a6c3-cda7-44c4-bab6-1f699ab2fa4a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.9018426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.9362131Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.9817727Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.9819496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.9876210Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.9876883Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\74729cf8-e146-43a0-92ab-f9e1d604f872\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.9879417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\74729cf8-e146-43a0-92ab-f9e1d604f872\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:06.9880036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.0061612Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.0675148Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.0678508Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.0842424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.0844388Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c7fdc216-6dd2-4b3c-8531-2e79886c4ba8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.0850629Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c7fdc216-6dd2-4b3c-8531-2e79886c4ba8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.0852217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.1265816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.1929006Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.1932633Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.2015550Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.2016566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b8945670-4fb0-41e0-b85b-dbb0f53ccc4a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.2020402Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b8945670-4fb0-41e0-b85b-dbb0f53ccc4a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.2021453Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.2379903Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.2945452Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.2947393Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.3341775Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.3343487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7d34a571-ec1a-4ee2-bfd9-cdfc0308e4a7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.3348994Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7d34a571-ec1a-4ee2-bfd9-cdfc0308e4a7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.3350443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.3747576Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.4490886Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.4494080Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.4610311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.4611749Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\00411a17-63b8-4a59-b789-62a9fc43c90d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.4617939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\00411a17-63b8-4a59-b789-62a9fc43c90d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.4619514Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.4949865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.5603672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.5607022Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.5762186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.5763992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f000af05-786e-46b0-87df-73d30301ae12\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.5770089Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f000af05-786e-46b0-87df-73d30301ae12\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.5771731Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.6221909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.6885917Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.6889278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.7008219Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.7009674Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8a8ceb29-1614-4f31-93b2-9c2a10c6107e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.7015466Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8a8ceb29-1614-4f31-93b2-9c2a10c6107e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.7016901Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.7418117Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.8097297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.8100761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.8241248Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.8242998Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\04030039-9b3c-4285-9a27-206c71afb05c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.8248679Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\04030039-9b3c-4285-9a27-206c71afb05c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.8250195Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.8696569Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.9261797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.9264219Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.9348355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.9349231Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8fdaf2e9-c55d-445b-b1a1-ee9e5fe82533\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.9352403Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8fdaf2e9-c55d-445b-b1a1-ee9e5fe82533\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.9353164Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:07.9604383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.0248422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.0251100Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.0338951Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.0339918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3fb677b8-a81a-445c-a539-da8582bb6a70\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.0343585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3fb677b8-a81a-445c-a539-da8582bb6a70\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.0345280Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.0600807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.1021744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.1023446Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.1092733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.1093563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1bccf892-2f6f-4c04-8754-8c3f6320150a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.1096624Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1bccf892-2f6f-4c04-8754-8c3f6320150a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.1097391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.1342938Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.1819094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.1821073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.1930616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.1931966Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cd8102d9-b56b-47d2-bd02-3173c962f7b8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.1936317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cd8102d9-b56b-47d2-bd02-3173c962f7b8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.1937358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.2154499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.2564710Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.2566980Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.2634961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.2635849Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8667882c-584c-4ada-8641-627df4463630\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.2639081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8667882c-584c-4ada-8641-627df4463630\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.2639808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.2868441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.3236087Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.3237678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.3302167Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.3302952Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\944143fd-1e1e-42d4-bcd7-c57372dfd856\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.3305430Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\944143fd-1e1e-42d4-bcd7-c57372dfd856\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.3306092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.3513526Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.3940600Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.3942277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.4007305Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.4008072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\463b062d-752b-4c6f-bf21-c9fe824665b4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.4010848Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\463b062d-752b-4c6f-bf21-c9fe824665b4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.4011499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.4242039Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.4711579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.4713532Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.4781911Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.4782627Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ac1f35fa-01be-490f-8f1e-d116e6486b97\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.4785357Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ac1f35fa-01be-490f-8f1e-d116e6486b97\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.4786057Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.4983366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.5307917Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.5309443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.5384404Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.5385677Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\485355e8-7301-4dac-a37a-28444d9d32c9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.5416558Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\485355e8-7301-4dac-a37a-28444d9d32c9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.5417780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.5772666Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.6337996Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.6340693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.6504367Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.6506174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\62b0c162-81f6-42e1-bce9-6a1288bbd7f5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.6511875Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\62b0c162-81f6-42e1-bce9-6a1288bbd7f5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.6513432Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.6931910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.7554989Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.7558301Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.7670408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.7671900Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b7d3ff17-ae93-4d56-958d-8a133a5bdfd5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.7677056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b7d3ff17-ae93-4d56-958d-8a133a5bdfd5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.7678431Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.8091631Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.8777661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.8781502Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.8900402Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.8901887Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\854c8e54-8e05-4feb-92d8-d52f7cd19749\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.8907093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\854c8e54-8e05-4feb-92d8-d52f7cd19749\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.8908564Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.9300984Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:08.9999730Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.0002692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.0093529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.0094469Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5f626b84-cfe0-4bd9-b433-e11d9e7fd750\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.0098190Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5f626b84-cfe0-4bd9-b433-e11d9e7fd750\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.0099104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.0435266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.0872636Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.0874260Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.0950375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.0951616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\49a7f392-423f-47a5-9f1b-f2838aa9226f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.0955814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\49a7f392-423f-47a5-9f1b-f2838aa9226f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.0956887Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.1347883Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.1987575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.1990408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.2104589Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.2105849Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\15ca5728-3005-488c-8d3d-b170b1ad4090\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.2110547Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\15ca5728-3005-488c-8d3d-b170b1ad4090\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.2111733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.2509992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.3333932Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.3337503Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.3438350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.3439488Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\07f5a60c-3e42-46bd-b0fb-6d6e4cea8d9e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.3443630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\07f5a60c-3e42-46bd-b0fb-6d6e4cea8d9e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.3444762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.3750012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.4304327Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.4307516Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.4424518Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.4426895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\764f6456-9f65-49e2-9b09-99c34ff76155\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.4433419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\764f6456-9f65-49e2-9b09-99c34ff76155\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.4434899Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.4778519Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.5380519Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.5382380Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.5454365Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.5455142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\207dcaf9-af64-4843-902c-5b38dc75347a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.5457630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\207dcaf9-af64-4843-902c-5b38dc75347a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.5458264Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.5686922Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6032424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6033876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6089015Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6089600Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\46b25cc7-4fb4-4fbe-8884-d32a57ea08fd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6091948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\46b25cc7-4fb4-4fbe-8884-d32a57ea08fd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6092555Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6300603Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6673730Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6675664Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6747694Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6748523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9d57bd40-3e30-4cf5-b022-b2e4920b4442\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6751413Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9d57bd40-3e30-4cf5-b022-b2e4920b4442\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6752151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.6973462Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.7611046Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.7614725Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.7758577Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.7760137Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b83923ec-61e4-43eb-b8cb-d6fc0d837939\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.7765943Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b83923ec-61e4-43eb-b8cb-d6fc0d837939\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.7767405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.8171039Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.8657770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.8660050Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.8743095Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.8744302Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6774ca98-0a18-4250-9284-ea04b325cc82\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.8748536Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6774ca98-0a18-4250-9284-ea04b325cc82\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.8749606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.9133952Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.9800666Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.9803682Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.9955146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.9956604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a2b7a0b9-d4ff-4b8a-af98-8d0fa73bd9ce\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.9962151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a2b7a0b9-d4ff-4b8a-af98-8d0fa73bd9ce\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:09.9963537Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.0359573Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.0956369Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.0958243Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.1031349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.1032173Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ba5a34ac-aa5a-4b02-b930-323ee9835ba0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.1034908Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ba5a34ac-aa5a-4b02-b930-323ee9835ba0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.1035595Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.1278402Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.1772456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.1774612Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.1851804Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.1852670Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9fad0e95-b0c0-427d-86ef-22a008b064a9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.1855874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9fad0e95-b0c0-427d-86ef-22a008b064a9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.1856713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.2208517Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.2688045Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.2692819Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:10.2773763Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:10.2805792Z\",\"@mt\":\"Adding package reference: {PackageReference}\",\"PackageReference\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.336902\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:24:10.2813398Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:10.2818669Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:10.2845487Z\",\"@mt\":\"Saving changes to project file\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:24:10.6351904Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.302\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.PackageDependencyResolution.targets: (267, 5): Error reading assets file: Error loading lock file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\project.assets.json' : Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-08-04T23:24:10.6352878Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.302\\\\Microsoft.CSharp.CurrentVersion.targets: (130, 9): Could not find rule set file \\\"ManagedMinimumRules.ruleset\\\".\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-08-04T23:24:10.6577758Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:17.1471135Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.1473670Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\41e9a578-8c51-494e-9234-37d5a81bbdff\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.1480233Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\41e9a578-8c51-494e-9234-37d5a81bbdff\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.1481727Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.1898010Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.2730163Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.2732620Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.2832195Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.2833208Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\db162602-f308-4588-abd2-956fd6bcae29\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.2836995Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\db162602-f308-4588-abd2-956fd6bcae29\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.2837993Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.3091011Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.3554910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.3557349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.3644774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.3645889Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\59e4dc44-6254-49b3-be12-6552246dd546\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.3649312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\59e4dc44-6254-49b3-be12-6552246dd546\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.3650110Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.3956721Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.4455378Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.4456883Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.4520814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.4521780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1fef9a23-5a08-4b42-a44a-f75244364c46\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.4525617Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1fef9a23-5a08-4b42-a44a-f75244364c46\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.4526595Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.4831473Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.5243888Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.5245833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.5262938Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:17.5294665Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:17.5336959Z\",\"@mt\":\"No package updates needed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:17.5358891Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:17.5359459Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"MyDotAnalyzer reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:17.5371995Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"MyDotAnalyzer reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:17.5406730Z\",\"@mt\":\"None of the tfms match packages from {PackageName}\",\"@l\":\"Debug\",\"PackageName\":\"System.Configuration.ConfigurationManager\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer\"}\n{\"@t\":\"2022-08-04T23:24:17.5407224Z\",\"@mt\":\"No package updates needed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:17.5412267Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"MyDotAnalyzer reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:17.5412561Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Newtonsoft.Json reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:17.5421465Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Newtonsoft.Json reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:17.5516287Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.5517141Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\17b496a3-e40e-471d-a7a0-bb4d6e830ec2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.5520723Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\17b496a3-e40e-471d-a7a0-bb4d6e830ec2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.5521439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.5766669Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.6175588Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.6177221Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.6249370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.6250170Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\19a98661-a2fe-415c-9746-3752a839e4ac\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.6253125Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\19a98661-a2fe-415c-9746-3752a839e4ac\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.6253809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.6458279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.6828180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.6830625Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.6856058Z\",\"@mt\":\"No package updates needed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:17.6879818Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Newtonsoft.Json reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:17.6880439Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Windows App SDK package analysis\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:17.6889794Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Windows App SDK package analysis\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:17.7036788Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.7038043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c6fa13a1-0771-458b-8550-0320dcbbae3e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.7043277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c6fa13a1-0771-458b-8550-0320dcbbae3e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.7044288Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.7233923Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.7570040Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.7571677Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.7636760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.7637688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\92cc7cf3-e308-4e55-9340-c3031616dfef\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.7641573Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\92cc7cf3-e308-4e55-9340-c3031616dfef\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.7642575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.7824570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.8123398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.8125047Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.8151182Z\",\"@mt\":\"No package updates needed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:17.8159074Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Windows App SDK package analysis\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:17.8159605Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:17.8168963Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:17.8299262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.8300735Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e685b270-55bc-45a0-998e-802f6f3e6d03\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.8306909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e685b270-55bc-45a0-998e-802f6f3e6d03\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.8308879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.8540057Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.8871579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.8874107Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.8959621Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:17.8960263Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'System.Buffers'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:17.8969122Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Remove package 'System.Buffers'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:17.8969663Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:17.9062243Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.9063527Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d14309b3-ec94-48d5-8c57-0bd5a967d2c8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.9068496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d14309b3-ec94-48d5-8c57-0bd5a967d2c8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.9069241Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.9288248Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.9655878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.9657300Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.9730471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.9731244Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1303c051-763f-4846-9134-b7b8d7bc5508\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.9734024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1303c051-763f-4846-9134-b7b8d7bc5508\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.9734752Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:17.9917792Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.0299962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.0301786Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.0456747Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.0457784Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8d4c7027-c0b8-43b4-bb48-9685b956ad46\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.0462297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8d4c7027-c0b8-43b4-bb48-9685b956ad46\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.0463323Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.0661806Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.1094486Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.1101295Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.1189937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.1191065Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f798bea1-f9ab-470c-9606-8bad26b303a7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.1195399Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f798bea1-f9ab-470c-9606-8bad26b303a7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.1196475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.1472019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.1966041Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.1968034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.2104835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.2106212Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8dedf477-da98-4085-b93e-3dba60fc58ac\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.2111043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8dedf477-da98-4085-b93e-3dba60fc58ac\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.2112153Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.2550056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.3243708Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.3246753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.3362200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.3363556Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\856f9b93-370b-4524-9846-62e2f09b19d8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.3368477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\856f9b93-370b-4524-9846-62e2f09b19d8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.3369790Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.3840044Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.4397870Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.4399341Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.4482406Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.4483859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ac74aef7-8329-456a-9da0-4169e04bdd10\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.4487689Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ac74aef7-8329-456a-9da0-4169e04bdd10\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.4488418Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.4686131Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.5161963Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.5163886Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.5234617Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.5235568Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ae78689e-937d-40c8-bed5-e8dbaecdb898\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.5238659Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ae78689e-937d-40c8-bed5-e8dbaecdb898\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.5239409Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.5506022Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.5947105Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.5949155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.6045800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.6047173Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a3beb26a-b7ef-4043-b39d-77793cb2bcb5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.6052398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a3beb26a-b7ef-4043-b39d-77793cb2bcb5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.6053544Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.6449472Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.7042314Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.7045355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.7218085Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.7219749Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fe009ba9-4d65-456e-b692-bfae2bd01b08\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.7226048Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fe009ba9-4d65-456e-b692-bfae2bd01b08\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.7227565Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.7657053Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.8304782Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.8308429Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.8455069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.8457091Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2287e4c8-d99a-4052-83f5-870d4ed393e6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.8463118Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2287e4c8-d99a-4052-83f5-870d4ed393e6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.8464656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.8869603Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.9608278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.9611161Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.9705821Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.9706868Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cd749818-4432-4131-b639-1625b47023e0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.9710973Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cd749818-4432-4131-b639-1625b47023e0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:18.9712011Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.0027222Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.0690936Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.0694814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.0820448Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.0822149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d24eae4c-60a7-4d28-ac8d-d5d314e82e78\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.0827934Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d24eae4c-60a7-4d28-ac8d-d5d314e82e78\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.0829339Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.1264955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.2015160Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.2018523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.2155091Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.2156567Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b8aff45b-ec57-4d2f-b9c2-4c4ca1eda622\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.2162299Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b8aff45b-ec57-4d2f-b9c2-4c4ca1eda622\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.2163760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.2621535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.3133052Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.3136187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.3230686Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.3231914Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\df2a5158-4685-4171-af4c-6ffb4d5d080a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.3235703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\df2a5158-4685-4171-af4c-6ffb4d5d080a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.3236607Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.3539066Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.4141755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.4143944Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.4209613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.4210279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ef907828-6b4e-48db-b1a8-3eaaf8a7546e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.4212585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ef907828-6b4e-48db-b1a8-3eaaf8a7546e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.4213174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.4479898Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.4857762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.4859712Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.4951753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.4953128Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\772e3975-b76c-4525-b929-d179aec05dba\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.4958021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\772e3975-b76c-4525-b929-d179aec05dba\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.4959302Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.5334809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.6087510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.6091020Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.6205600Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.6206612Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\47e85216-8cc8-4d98-ab23-86cb6ac8f165\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.6210320Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\47e85216-8cc8-4d98-ab23-86cb6ac8f165\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.6211180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.6484112Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.7132487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.7135865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.7262965Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.7264602Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2f3cd9d7-03f2-4fd8-9059-74994b9e6dec\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.7271757Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2f3cd9d7-03f2-4fd8-9059-74994b9e6dec\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.7274566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.7695584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.8486772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.8489370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.8578272Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.8579119Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6a8d074f-6678-48e2-b24b-32fe66a9f490\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.8582441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6a8d074f-6678-48e2-b24b-32fe66a9f490\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.8583277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.8899856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.9596590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.9599575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.9751944Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.9753435Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\15ca2273-5ed4-4fa4-a9b2-8e73ec954e52\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.9758494Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\15ca2273-5ed4-4fa4-a9b2-8e73ec954e52\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:19.9759869Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.0212784Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.0907138Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.0909989Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.1020784Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.1022519Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5eadb30c-26dd-4b2b-9b81-e5c91aa7cad3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.1029184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5eadb30c-26dd-4b2b-9b81-e5c91aa7cad3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.1030913Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.1444497Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.2207180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.2210597Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.2860962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.2862606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6267af63-c54e-4794-995d-3a1f18505b9b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.2868202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6267af63-c54e-4794-995d-3a1f18505b9b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.2869812Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.3292709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.4000106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.4002692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.4069797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.4070467Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\612310b7-c77f-4f6a-8191-35d29eaf46c6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.4073018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\612310b7-c77f-4f6a-8191-35d29eaf46c6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.4073658Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.4340778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.5017892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.5019561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.5112010Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.5112893Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\37eb1df5-c6e2-4244-a195-94b43440dfef\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.5116618Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\37eb1df5-c6e2-4244-a195-94b43440dfef\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.5117408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.5505971Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.6282970Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.6286052Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.6395892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.6397030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cd428d26-9023-4998-a7ce-2421c7ba491e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.6401804Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cd428d26-9023-4998-a7ce-2421c7ba491e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.6403027Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.6710051Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.7120134Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.7121837Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.7200107Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.7200962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\50e4e1f4-9782-4c56-b1e0-da1d6a70483a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.7203835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\50e4e1f4-9782-4c56-b1e0-da1d6a70483a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.7204646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.7542277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.8238939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.8242294Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.8362427Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.8363743Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b8a22d2f-c82a-4402-b698-e1f919eaf033\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.8369030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b8a22d2f-c82a-4402-b698-e1f919eaf033\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.8370364Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.8839120Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.9621605Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.9624932Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.9747578Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.9749135Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a2f6cb09-292a-474b-a3ef-12f3bc23c280\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.9755021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a2f6cb09-292a-474b-a3ef-12f3bc23c280\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:20.9758232Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.0158967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.0841883Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.0845178Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.0964595Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.0965926Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\48e21850-416e-4313-a263-3754fdae4e4f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.0971364Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\48e21850-416e-4313-a263-3754fdae4e4f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.0972780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.1379286Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.2061774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.2064377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.2200861Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.2202309Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a9c31da1-4b15-4c91-a47b-ed92e4ea1549\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.2207021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a9c31da1-4b15-4c91-a47b-ed92e4ea1549\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.2208300Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.2572129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.3173740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.3176169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.3265543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.3266486Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b3bbd766-778a-48c8-b4ac-0da9fb19bde5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.3270104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b3bbd766-778a-48c8-b4ac-0da9fb19bde5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.3271304Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.3588782Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.4309315Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.4312714Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.4427179Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.4428859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bbd8a382-22e6-496e-b7a3-d6f5d9f7ed04\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.4434481Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bbd8a382-22e6-496e-b7a3-d6f5d9f7ed04\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.4436013Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.4774589Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.5347749Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.5349961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.5417249Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.5418053Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\84a88500-026a-4d8a-b525-c6cdf6fc6a16\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.5420887Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\84a88500-026a-4d8a-b525-c6cdf6fc6a16\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.5421900Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.5693285Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.6129403Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.6131352Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.6210047Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.6210825Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\35ace8e2-e2e7-4a16-ac06-fa253bec4f75\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.6214002Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\35ace8e2-e2e7-4a16-ac06-fa253bec4f75\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.6215037Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.6426532Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.6839591Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.6841225Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.6939592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.6940398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\10a7d595-4bfd-4411-8234-9e92ee22ffc1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.6943158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\10a7d595-4bfd-4411-8234-9e92ee22ffc1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.6943828Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.7159909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.7591902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.7593610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.7686043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.7687200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2e8d787f-42e7-4b3a-b97a-7ff9d1641e22\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.7690750Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2e8d787f-42e7-4b3a-b97a-7ff9d1641e22\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.7692745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.8060274Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.8746760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.8749726Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.8869643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.8870982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\052be52d-5ecd-4521-a128-c5d856b3ef6c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.8876462Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\052be52d-5ecd-4521-a128-c5d856b3ef6c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.8877864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.9289366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.9938631Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:21.9940220Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.0011001Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.0011864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\865b9c41-fd9c-4938-b0fb-f490f5755828\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.0014882Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\865b9c41-fd9c-4938-b0fb-f490f5755828\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.0015686Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.0344747Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.1026892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.1029909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.1147307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.1148798Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6aa58798-2964-4c32-8617-f90af989c90c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.1154161Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6aa58798-2964-4c32-8617-f90af989c90c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.1155491Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.1558216Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.2230796Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.2235311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.2400674Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.2402529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ec5c26d0-d753-4f0d-8770-259ef626316b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.2414611Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ec5c26d0-d753-4f0d-8770-259ef626316b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.2416289Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.2829606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.3494533Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.3496764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.3569327Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.3570051Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8964a199-fe92-44c9-ab84-67c9ff1858a9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.3572657Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8964a199-fe92-44c9-ab84-67c9ff1858a9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.3573334Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.3856479Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.4226135Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.4227774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.4298916Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.4299756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\84d1b9e6-9439-45d6-8877-a1d58b495f72\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.4302477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\84d1b9e6-9439-45d6-8877-a1d58b495f72\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.4303125Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.4514701Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.4942048Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.4943635Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.5037359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.5038925Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\53d9897a-38a5-41cd-8690-85f342e57cfa\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.5044771Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\53d9897a-38a5-41cd-8690-85f342e57cfa\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.5046217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.5402693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.6154367Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.6157579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.6293145Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.6294930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c1312dd-cc85-4ce4-aef4-459f237ea60b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.6300817Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c1312dd-cc85-4ce4-aef4-459f237ea60b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.6302238Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.6771028Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.7475451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.7478876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.7597940Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.7599401Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1a6a64b7-faaf-4405-bafe-a7c25c30e59c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.7605058Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1a6a64b7-faaf-4405-bafe-a7c25c30e59c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.7606508Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.8056757Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.8598599Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.8600401Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.8673560Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.8674374Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a8bef9b7-2cc3-4a1a-80d7-f18b2c7cb5c8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.8676888Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a8bef9b7-2cc3-4a1a-80d7-f18b2c7cb5c8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.8677522Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.8937682Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.9389552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.9393150Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.9512031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.9513417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\212bc950-0989-4605-a411-762b049dfbd6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.9519018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\212bc950-0989-4605-a411-762b049dfbd6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.9520351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:22.9942171Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.0612382Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.0615625Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.0748884Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.0750570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0437cfb5-2141-4e42-ae53-963d8f594332\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.0756461Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0437cfb5-2141-4e42-ae53-963d8f594332\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.0757915Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.1187058Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.1921632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.1924925Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.2041975Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.2043401Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5291538b-d8ff-49ad-9b6a-74e61e2a7172\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.2050947Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5291538b-d8ff-49ad-9b6a-74e61e2a7172\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.2053844Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.2450535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.3044397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.3046162Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.3107815Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.3108561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f2752ccc-68e0-4fbc-b7f0-c984fedf2aa7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.3110927Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f2752ccc-68e0-4fbc-b7f0-c984fedf2aa7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.3111537Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.3282011Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.3641723Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.3643611Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.3716881Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.3717740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\76bc5ad5-1c55-4351-b2d2-ffb9c8c90b28\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.3721042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\76bc5ad5-1c55-4351-b2d2-ffb9c8c90b28\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.3722208Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.4184467Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.4911225Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:23.4914291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:28.0858767Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'System.Buffers'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:28.0887997Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"System.Buffers, Version=4.5.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:24:28.0901641Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Remove package 'System.Buffers'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:30.0850696Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.0852173Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8c8eec0b-9d36-48ac-95c0-9b8a555d831d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.0856543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8c8eec0b-9d36-48ac-95c0-9b8a555d831d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.0857756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.1197175Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.1959076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.1962762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.2083770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.2085021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9147af94-d32e-435e-9153-45f5c7a62a57\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.2089990Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9147af94-d32e-435e-9153-45f5c7a62a57\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.2091236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.2448755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.3010574Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.3012511Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.3077049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.3077892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\94bce0c7-0fc5-49e2-83b5-0fbf84ed935c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.3080763Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\94bce0c7-0fc5-49e2-83b5-0fbf84ed935c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.3081424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.3323293Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.3829200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.3831411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.3901435Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.3902128Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\25fe61bb-56e1-4533-9bb9-e08c22642d31\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.3904639Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\25fe61bb-56e1-4533-9bb9-e08c22642d31\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.3905290Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.4176359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.4849782Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.4853111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.4876531Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'System.Runtime.InteropServices.RuntimeInformation'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:30.4908109Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Remove package 'System.Runtime.InteropServices.RuntimeInformation'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:30.4909205Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:30.5071981Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.5073319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\43df3d22-9fd1-4788-92f6-9a0e1408a5a7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.5077227Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\43df3d22-9fd1-4788-92f6-9a0e1408a5a7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.5078194Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.5520584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.6129431Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.6132392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.6244750Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.6246094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d76b0416-ccf6-4cf9-9097-76918686ca45\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.6251600Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d76b0416-ccf6-4cf9-9097-76918686ca45\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.6253065Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.6658036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.7384308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.7386836Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.7565359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.7566250Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8f06d3f6-5294-4ee5-994c-0c689cf6d97c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.7568825Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8f06d3f6-5294-4ee5-994c-0c689cf6d97c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.7569447Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.7757697Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.8107362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.8109072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.8174094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.8174990Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\53f29e1d-ab3f-4b3d-bf7b-8aac59fc10ab\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.8178568Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\53f29e1d-ab3f-4b3d-bf7b-8aac59fc10ab\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.8179486Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.8559636Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.9286312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.9288904Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.9374932Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.9375801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\38ff7311-2b0a-4f8e-8b6d-fa84134d3350\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.9378366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\38ff7311-2b0a-4f8e-8b6d-fa84134d3350\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.9379033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:30.9707012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.0402822Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.0406533Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.0525841Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.0527183Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fa90aaa7-bdd5-4f66-86bc-0cceadb781fd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.0531970Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fa90aaa7-bdd5-4f66-86bc-0cceadb781fd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.0533252Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.0925469Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.1608896Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.1611829Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.1743993Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.1745734Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5ef78ae7-cf3d-4523-a436-2ab82c40d574\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.1751306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5ef78ae7-cf3d-4523-a436-2ab82c40d574\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.1752801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.2176707Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.2918416Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.2921640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.3039100Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.3040484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1266c90d-6a39-4819-abf4-57b83c7d0055\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.3045828Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1266c90d-6a39-4819-abf4-57b83c7d0055\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.3047235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.3485625Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.4225007Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.4228367Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.4368059Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.4370930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\86af507b-ffab-4820-a5d7-f84176e48589\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.4376730Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\86af507b-ffab-4820-a5d7-f84176e48589\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.4378154Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.4849355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.5634665Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.5638037Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.5738130Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.5739224Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\843ab4dc-401c-4a3f-ba2a-303b075ad76d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.5743270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\843ab4dc-401c-4a3f-ba2a-303b075ad76d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.5744244Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.6126920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.6766259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.6769471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.6950952Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.6952996Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d55b3324-d202-45b5-8f31-5085eba6d670\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.6960127Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d55b3324-d202-45b5-8f31-5085eba6d670\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.6962242Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.7398764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.8101719Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.8104847Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.8236439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.8238005Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e26fcdb2-3d10-4b0c-a447-e2a90b2efb4f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.8243792Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e26fcdb2-3d10-4b0c-a447-e2a90b2efb4f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.8245191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.8719845Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.9390300Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.9393321Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.9508685Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.9510223Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b9504626-981b-4264-b88d-f214f027071a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.9515447Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b9504626-981b-4264-b88d-f214f027071a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.9516761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:31.9911190Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.0610349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.0613622Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.0729191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.0730616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\440c5481-c3f9-4e33-848a-31f7a1573dcf\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.0736401Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\440c5481-c3f9-4e33-848a-31f7a1573dcf\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.0737845Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.1154622Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.1887896Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.1891420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.2013736Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.2015405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\948e00e7-92c2-4594-87c8-61714861d11d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.2021448Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\948e00e7-92c2-4594-87c8-61714861d11d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.2022930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.2444579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.3156034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.3159346Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.3294675Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.3295659Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8a703929-d0ce-4684-81f6-e0f6eddb14e5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.3299152Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8a703929-d0ce-4684-81f6-e0f6eddb14e5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.3300042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.3612177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.4278426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.4281472Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.4370751Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.4371570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b6c70caa-0ba3-4e73-8cb7-e1e116170601\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.4374130Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b6c70caa-0ba3-4e73-8cb7-e1e116170601\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.4374716Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.4814018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.5538254Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.5541320Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.5657867Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.5659270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\96933cec-1785-4703-8ebd-1aba7a0be1e5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.5664721Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\96933cec-1785-4703-8ebd-1aba7a0be1e5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.5666229Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.6073911Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.6832638Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.6836073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.6966284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.6967824Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\adc436fa-f40b-4e83-bba1-3f056e93747e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.6973331Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\adc436fa-f40b-4e83-bba1-3f056e93747e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.6974800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.7382593Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.8090092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.8091799Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.8168436Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.8169773Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b9d365ae-6404-4e6d-9dd8-1a7cc88a8dbb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.8175185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b9d365ae-6404-4e6d-9dd8-1a7cc88a8dbb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.8176601Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.8600743Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.9346239Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.9349287Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.9588774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.9591176Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\417ac985-2f3e-421e-9989-666fb1836de6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.9598033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\417ac985-2f3e-421e-9989-666fb1836de6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:32.9599691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.0015361Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.0422369Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.0424665Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.0505577Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.0506750Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1c96cd5a-10ae-4646-984f-13586e3b98a9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.0511415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1c96cd5a-10ae-4646-984f-13586e3b98a9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.0512673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.0939635Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.1577440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.1580695Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.1998965Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.2000518Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4864507f-dab6-4481-8f44-fcbc17be6534\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.2005783Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4864507f-dab6-4481-8f44-fcbc17be6534\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.2007207Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.2395334Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.3126254Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.3129527Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.3254460Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.3255985Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\29fbce46-d001-4ac6-ba77-3efa386e0b17\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.3261511Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\29fbce46-d001-4ac6-ba77-3efa386e0b17\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.3262892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.3684616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.4358657Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.4362319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.4510439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.4512255Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bc491689-19a8-48c6-8ebc-ef39f98beb45\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.4517943Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bc491689-19a8-48c6-8ebc-ef39f98beb45\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.4519426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.4940547Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.5608079Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.5610904Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.5693452Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.5694391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\034fac9c-72f3-4b60-9ef5-1f04e18bf435\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.5698542Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\034fac9c-72f3-4b60-9ef5-1f04e18bf435\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.5699529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.5970880Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.6346952Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.6348553Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.6415517Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.6416411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\75277904-2ebe-470b-89bf-14e62803c1c2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.6419175Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\75277904-2ebe-470b-89bf-14e62803c1c2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.6419846Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.6654245Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.7247814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.7250900Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.7365362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.7366693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ed81df4e-0861-41ab-9734-45c1b957edc4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.7372146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ed81df4e-0861-41ab-9734-45c1b957edc4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.7373729Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.7785299Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.8522587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.8525833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.8652066Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.8653738Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2e5da044-1293-4df2-9fc2-19be13ee953f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.8659756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2e5da044-1293-4df2-9fc2-19be13ee953f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.8661305Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.9065428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.9825640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.9829157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.9956304Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.9957800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\98f41f3a-4726-4f0a-9c46-9af368742763\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.9963535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\98f41f3a-4726-4f0a-9c46-9af368742763\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:33.9964957Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.0381386Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.1029187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.1032068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.1147208Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.1149112Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\40c7b92f-077f-43b7-89f2-b0056df79124\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.1155411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\40c7b92f-077f-43b7-89f2-b0056df79124\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.1156979Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.1507939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.1959953Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.1961438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.2035901Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.2037151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b2059325-a4b7-4ea7-8ccd-59b3b9a1afe2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.2041646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b2059325-a4b7-4ea7-8ccd-59b3b9a1afe2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.2043314Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.2486509Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.3215536Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.3218822Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.3345412Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.3347058Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\869210a5-ff0e-4f9f-9887-96862e61b7ca\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.3352845Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\869210a5-ff0e-4f9f-9887-96862e61b7ca\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.3354408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.3766538Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.4586165Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.4589641Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.4718489Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.4719982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f5d2c3ed-50b0-431c-9b05-13adf55300f8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.4725760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f5d2c3ed-50b0-431c-9b05-13adf55300f8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.4727194Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.5067141Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.5805394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.5810610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.5930009Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.5931377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\08faee44-d93b-41d9-ba18-165386239108\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.5936832Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\08faee44-d93b-41d9-ba18-165386239108\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.5939237Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.6321036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.7045343Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.7049309Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.7177424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.7178690Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d064f7a-9d69-4a64-8484-dcbfc4862100\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.7183723Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d064f7a-9d69-4a64-8484-dcbfc4862100\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.7185027Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.7594687Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.8237719Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.8241357Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.8383475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.8384351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\da3a35c8-6f84-4454-b2f8-19159c99c511\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.8387225Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\da3a35c8-6f84-4454-b2f8-19159c99c511\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.8387940Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.8717150Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.9390369Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.9393420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.9508162Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.9509545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\72abc683-a711-40d9-9ec1-333356e14328\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.9515460Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\72abc683-a711-40d9-9ec1-333356e14328\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.9516869Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:34.9935420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.0604185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.0607650Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.0724259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.0725697Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\610ec3a5-3745-48bb-82f5-8fd5fd2e0464\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.0730541Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\610ec3a5-3745-48bb-82f5-8fd5fd2e0464\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.0731865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.1117772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.1746049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.1749320Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.1861989Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.1863338Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ffafb062-e7a8-424f-8bc3-c15b95421dd1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.1872390Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ffafb062-e7a8-424f-8bc3-c15b95421dd1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.1876823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.2299598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.2940910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.2943115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.3022335Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.3023252Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e502b559-8bcc-4a18-9a4d-a04205c82279\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.3026022Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e502b559-8bcc-4a18-9a4d-a04205c82279\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.3026726Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.3199467Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.3484565Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.3486236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.3562194Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.3563109Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c8bb8f93-fb87-4b64-8986-4782578ad745\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.3566142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c8bb8f93-fb87-4b64-8986-4782578ad745\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.3566809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.3761333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.4071004Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.4072478Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.4134654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.4135341Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d9807320-d2f0-46f1-bb00-b4a58e195d63\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.4137813Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d9807320-d2f0-46f1-bb00-b4a58e195d63\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.4138392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.4370250Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.4989768Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.4993717Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.5069059Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.5069923Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\891e6442-490a-4e82-ac69-70c97f80c416\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.5073062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\891e6442-490a-4e82-ac69-70c97f80c416\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.5073802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.5449053Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.6203667Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.6206749Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.6305262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.6306381Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ea2fe913-fa55-407a-aad7-98666bddabcf\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.6310351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ea2fe913-fa55-407a-aad7-98666bddabcf\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.6311361Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.6660689Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.7115811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.7118844Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.7242030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.7243976Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c9c9ddce-0e0e-4cab-8cf4-079889e309b8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.7252651Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c9c9ddce-0e0e-4cab-8cf4-079889e309b8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.7254780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.7619212Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.8244570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.8247755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.8409551Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.8411173Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ddbcac61-87b2-4f47-b7de-cf11fad78606\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.8416755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ddbcac61-87b2-4f47-b7de-cf11fad78606\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.8419020Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.8824019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.9481534Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.9484778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.9609290Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.9610875Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cfadb0e0-fb80-433c-94bc-88af0344f825\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.9616313Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cfadb0e0-fb80-433c-94bc-88af0344f825\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:35.9617735Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.0084741Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.0657856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.0660503Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.0759523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.0760645Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f1ef509c-c5e8-482d-ac91-49ec8266d406\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.0764640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f1ef509c-c5e8-482d-ac91-49ec8266d406\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.0765613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.1053778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.1496715Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.1498488Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.1564604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.1565584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\30270c1f-176f-44e7-8dd5-e2e2e102ddca\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.1568363Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\30270c1f-176f-44e7-8dd5-e2e2e102ddca\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.1569047Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.1803180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.2245477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.2247395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.2333604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.2334911Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e9b32929-522b-4332-9700-031fdb0ed68d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.2340135Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e9b32929-522b-4332-9700-031fdb0ed68d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.2341125Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.2556970Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.2906472Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.2907890Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.2991042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.2991824Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b9f1959c-4b1f-45a9-8ccb-1c20192a8e0a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.2994348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b9f1959c-4b1f-45a9-8ccb-1c20192a8e0a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.2994945Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.3220905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.3674465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:36.3676269Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:43.0999739Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'System.Runtime.InteropServices.RuntimeInformation'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:43.1044885Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"System.Runtime.InteropServices.RuntimeInformation, Version=4.3.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:24:43.1067708Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Remove package 'System.Runtime.InteropServices.RuntimeInformation'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:45.9086936Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:45.9088437Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cf4ff9be-4464-4fb2-bcb9-92b020b1c4b9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:45.9093224Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cf4ff9be-4464-4fb2-bcb9-92b020b1c4b9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:45.9094425Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:45.9485343Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.0205012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.0207939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.0323540Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.0324966Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9a2aa8e9-1e2d-414b-90ab-26712004b5d3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.0330637Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9a2aa8e9-1e2d-414b-90ab-26712004b5d3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.0332069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.0657435Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.1297098Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.1300023Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.1391952Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.1393211Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\18c34e36-afd3-48ac-b517-43f3d65ce92e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.1397202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\18c34e36-afd3-48ac-b517-43f3d65ce92e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.1398321Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.1765791Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.2360861Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.2365130Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.2502350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.2504296Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\669541fe-7353-4f5f-bfa7-bfafc0c27a5c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.2510066Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\669541fe-7353-4f5f-bfa7-bfafc0c27a5c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.2511512Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.2938493Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.3686856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.3689896Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.3716796Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'Zstandard.Net'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:46.3749074Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Remove package 'Zstandard.Net'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:46.3749937Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:46.3836920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.3838470Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eef245c5-0860-4d5d-a386-bb947f0edb89\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.3842063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eef245c5-0860-4d5d-a386-bb947f0edb89\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.3842953Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.4136569Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.4806298Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.4808536Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.4906879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.4908108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c24a983b-8849-4cf3-bec0-88f35752712b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.4912635Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c24a983b-8849-4cf3-bec0-88f35752712b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.4913777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.5394464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.6078293Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.6081344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.6287611Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.6288583Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f9b517d7-0dc6-4ac1-814d-d495f122935c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.6293378Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f9b517d7-0dc6-4ac1-814d-d495f122935c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.6294711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.6569042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.7187583Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.7189477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.7266167Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.7266957Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\77b9a66e-8832-4932-ac35-b08629534707\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.7270214Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\77b9a66e-8832-4932-ac35-b08629534707\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.7271019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.7535774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.8147855Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.8151117Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.8286803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.8288717Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\633d5a7a-3c1d-4386-bf48-c231241d4553\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.8294898Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\633d5a7a-3c1d-4386-bf48-c231241d4553\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.8296431Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.8728683Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.9437494Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.9440814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.9547040Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.9548248Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7bd41b8d-574b-45cf-ba0e-9081bc9e8ef3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.9552813Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7bd41b8d-574b-45cf-ba0e-9081bc9e8ef3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.9554021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:46.9956291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.0650879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.0654504Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.0766944Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.0767808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d60d9d20-2160-4945-bc5c-cc9e2bcdfc44\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.0770320Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d60d9d20-2160-4945-bc5c-cc9e2bcdfc44\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.0770973Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.1213793Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.1958259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.1961376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.2084610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.2086104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eb9c30b3-596c-4b49-ae80-68b97d8f2393\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.2094532Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eb9c30b3-596c-4b49-ae80-68b97d8f2393\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.2096554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.2514325Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.3327938Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.3332827Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.3484530Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.3486334Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c8c01ff2-39ec-47ed-a23e-ad64a0faab9e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.3494191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c8c01ff2-39ec-47ed-a23e-ad64a0faab9e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.3496217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.3809945Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.4169424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.4171180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.4235152Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.4235804Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\97a14a6c-dcec-4198-a2dd-4b2098e583d6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.4238263Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\97a14a6c-dcec-4198-a2dd-4b2098e583d6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.4238856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.4445382Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.4842659Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.4844464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.4913748Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.4914565Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ee22e2df-f6aa-4c3a-9ffb-a93b04303044\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.4917997Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ee22e2df-f6aa-4c3a-9ffb-a93b04303044\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.4918666Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.5085069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.5632218Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.5634297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.5714191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.5715043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dfaf69f8-f422-4fba-bca6-1052dabcde9c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.5718096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dfaf69f8-f422-4fba-bca6-1052dabcde9c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.5718878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.6027634Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.6515242Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.6517109Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.6589005Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.6590316Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\249af13d-2226-49ce-bf1e-13e8b07a3e91\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.6592794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\249af13d-2226-49ce-bf1e-13e8b07a3e91\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.6593393Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.6855940Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.7345471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.7347215Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.7414754Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.7415592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\af9d74bc-a5f2-443c-bc7c-d3296e447b42\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.7418719Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\af9d74bc-a5f2-443c-bc7c-d3296e447b42\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.7419491Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.7788329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.8550517Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.8554281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.8681660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.8684533Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d38e779d-61ac-4108-9a60-726b462fb564\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.8690902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d38e779d-61ac-4108-9a60-726b462fb564\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.8692422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.9079728Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.9745544Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.9749649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.9862054Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.9863442Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\206bfab4-9e46-4d36-a91f-6900a4f570f1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.9868853Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\206bfab4-9e46-4d36-a91f-6900a4f570f1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:47.9870330Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.0288985Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.0982307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.0985807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.1101898Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.1104420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ca9e5bfa-a889-435d-b812-ed5e2d0fb5ee\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.1109760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ca9e5bfa-a889-435d-b812-ed5e2d0fb5ee\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.1111295Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.1563105Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.2276766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.2280023Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.2399722Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.2401184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff308012-e04c-43f6-a4b7-d1b356606a95\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.2406883Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff308012-e04c-43f6-a4b7-d1b356606a95\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.2408287Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.2833555Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.3504280Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.3506042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.3586525Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.3588664Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e4d0d308-5b51-4bc0-a3b4-2649281951a6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.3593343Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e4d0d308-5b51-4bc0-a3b4-2649281951a6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.3594516Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.3909530Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.4488669Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.4490686Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.4569617Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.4570610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5106f993-420b-4723-80ce-4ec25169c4a5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.4573656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5106f993-420b-4723-80ce-4ec25169c4a5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.4574351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.4831451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.5274568Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.5276522Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.5374040Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.5375034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\56795a0f-faf6-40e0-badc-d9140897b3d8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.5378591Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\56795a0f-faf6-40e0-badc-d9140897b3d8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.5379338Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.5598977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.5972814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.5974655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.6068057Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.6069091Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\00078e74-2939-4856-9f14-49e95993690b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.6072132Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\00078e74-2939-4856-9f14-49e95993690b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.6072840Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.6298901Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.6659003Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.6660585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.6876407Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.6877446Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\49498ea2-8237-451d-ae79-e603dccb07d2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.6880856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\49498ea2-8237-451d-ae79-e603dccb07d2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.6881627Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.7101346Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.7435882Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.7437596Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.7510240Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.7511189Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6078ecb8-e741-44c4-a62a-b94750e7a91a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.7514571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6078ecb8-e741-44c4-a62a-b94750e7a91a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.7515395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.7733770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8072209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8073782Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8144794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8145582Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c1aa341f-5c3e-4daf-ae68-e47f849f12fa\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8148874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c1aa341f-5c3e-4daf-ae68-e47f849f12fa\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8151108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8329153Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8696933Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8698583Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8760859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8761525Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\44b4844b-7a9e-4975-be7e-c93ffb42ba98\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8763946Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\44b4844b-7a9e-4975-be7e-c93ffb42ba98\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8764599Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.8941315Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.9252208Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.9254080Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.9354833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.9355688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3403a639-21dd-4ff4-baa2-ae6073c66467\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.9358832Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3403a639-21dd-4ff4-baa2-ae6073c66467\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.9359574Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.9541588Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.9885358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.9886895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.9953052Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.9953720Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e30fb4e5-1b9f-4096-b25f-b94ecc79ba6b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.9956139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e30fb4e5-1b9f-4096-b25f-b94ecc79ba6b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:48.9956815Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.0159588Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.0538881Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.0540347Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.0612376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.0613275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a6009081-7c84-4fc7-a45f-4f01061d26a3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.0615969Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a6009081-7c84-4fc7-a45f-4f01061d26a3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.0616612Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.0835395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.1202659Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.1204224Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.1276497Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.1277419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8266cb73-83de-4ed2-b505-e337516f2b18\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.1280609Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8266cb73-83de-4ed2-b505-e337516f2b18\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.1281411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.1487740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.1847556Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.1849259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.1924716Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.1925731Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e7bea9b5-fc9a-45ff-89ea-20ac70c7e2dd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.1929078Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e7bea9b5-fc9a-45ff-89ea-20ac70c7e2dd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.1930046Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.2174356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.2568343Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.2570179Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.2638107Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.2638956Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6f7773e0-d900-4c8c-abf5-bff3598f4a76\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.2642025Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6f7773e0-d900-4c8c-abf5-bff3598f4a76\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.2642780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.2886160Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.3272998Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.3274414Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.3344745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.3345912Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2980599c-d655-43f8-9acd-7f58053fbd0f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.3349791Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2980599c-d655-43f8-9acd-7f58053fbd0f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.3350929Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.3607010Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.3989840Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.3991339Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.4051113Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.4051736Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\19fa0649-4b3d-4ad7-9d6a-f07b13cb78ac\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.4054217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\19fa0649-4b3d-4ad7-9d6a-f07b13cb78ac\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.4054823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.4274941Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.4707036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.4708756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.4776379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.4777127Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1e31e186-9d95-498f-a136-7266aca66d56\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.4779603Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1e31e186-9d95-498f-a136-7266aca66d56\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.4780237Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.4977725Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.5639693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.5642808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.5744976Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.5746260Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b0101e70-4932-405c-8e01-7f128e539e21\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.5751702Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b0101e70-4932-405c-8e01-7f128e539e21\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.5753202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.6264841Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.7017214Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.7020794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.7190132Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.7194184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6cc2200-8a33-4575-acb5-bbbbbd3a8492\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.7201942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6cc2200-8a33-4575-acb5-bbbbbd3a8492\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.7203621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.7630849Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.8286167Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.8288372Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.8357326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.8358061Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4e77fd09-1b2b-4d58-997e-1bbe37bfe60e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.8360737Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4e77fd09-1b2b-4d58-997e-1bbe37bfe60e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.8361414Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.8642007Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.9163085Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.9164941Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.9252088Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.9252987Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b6a4dd51-9eef-49f2-a55e-c3cdac5dddb7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.9255802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b6a4dd51-9eef-49f2-a55e-c3cdac5dddb7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.9256520Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:49.9471373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.0094490Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.0097837Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.0193859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.0194988Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e919969e-b665-40ff-8972-6e7efb9acc82\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.0199532Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e919969e-b665-40ff-8972-6e7efb9acc82\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.0200752Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.0538430Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.1194355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.1197270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.1275112Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.1276085Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3647edf2-ee9a-4211-a6f4-f233b13501c3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.1279333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3647edf2-ee9a-4211-a6f4-f233b13501c3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.1280169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.1515916Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.2149562Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.2152112Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.2246348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.2247373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c233dd29-9780-4c32-817a-e27d6b7c462c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.2251317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c233dd29-9780-4c32-817a-e27d6b7c462c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.2252311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.2642531Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.3175617Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.3177277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.3248964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.3249879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\72956913-f0e7-4a83-aa97-f23e308c24b7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.3252680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\72956913-f0e7-4a83-aa97-f23e308c24b7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.3253396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.3487676Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.3915199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.3917018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.3984947Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.3985688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4a515bf0-e3b0-4ae9-9186-85aa9f3d909e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.3988383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4a515bf0-e3b0-4ae9-9186-85aa9f3d909e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.3989044Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.4246985Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.4933867Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.4937186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.5036665Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.5037467Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2dd589f3-50e6-4f59-8c37-78cd0089a7ca\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.5040009Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2dd589f3-50e6-4f59-8c37-78cd0089a7ca\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.5040736Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.5366613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.6102610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.6105712Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.6211455Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.6212975Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6f53067-8e94-43ee-be24-1f2e7544f52b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.6219546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6f53067-8e94-43ee-be24-1f2e7544f52b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.6221017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.6624285Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.7362610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.7365859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.7487840Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.7488811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1d326453-94fe-4e08-94e5-9a0aa6209106\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.7491745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1d326453-94fe-4e08-94e5-9a0aa6209106\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.7492519Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.7867949Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.8641708Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.8644716Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.8770803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.8772278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e3cd42bd-4077-4cc9-a42e-2bce5930b96d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.8777566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e3cd42bd-4077-4cc9-a42e-2bce5930b96d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.8778958Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.9210825Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.9687327Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.9689158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.9757395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.9758202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\332a18cb-04e2-4022-96d4-014eb0d841ad\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.9760862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\332a18cb-04e2-4022-96d4-014eb0d841ad\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.9761464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:50.9961414Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.0606959Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.0610344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.0729611Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.0731048Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4af452b9-ec55-43f4-bf44-73f7095d0d1f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.0736484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4af452b9-ec55-43f4-bf44-73f7095d0d1f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.0737813Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.1132196Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.1770449Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.1772599Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.1846158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.1847121Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\11cf7424-8f62-4914-85d6-8679716fbb4c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.1850012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\11cf7424-8f62-4914-85d6-8679716fbb4c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.1850700Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.2077573Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.2490582Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.2492265Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.2553217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.2553879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6216a835-043d-4e51-94a8-2547e36fa3ca\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.2556304Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6216a835-043d-4e51-94a8-2547e36fa3ca\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.2556894Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.2758875Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.3094486Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:51.3095909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:53.5961457Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'Zstandard.Net'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:53.6015944Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"Zstandard.Net, Version=1.1.7\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:24:53.6042824Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Remove package 'Zstandard.Net'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:53.6051002Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:53.6057337Z\",\"@mt\":\"Saving changes to project file\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:24:53.9616435Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.302\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.PackageDependencyResolution.targets: (267, 5): Error reading assets file: Error loading lock file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\obj\\\\project.assets.json' : Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-08-04T23:24:53.9617421Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.302\\\\Microsoft.CSharp.CurrentVersion.targets: (130, 9): Could not find rule set file \\\"ManagedMinimumRules.ruleset\\\".\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-08-04T23:24:53.9935140Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:53.9965740Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Clean up NuGet package references\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:53.9976292Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Clean up NuGet package references\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:58.4366266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.4367733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\be67e103-4e46-49d9-b74b-f607d85e10c9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.4372037Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\be67e103-4e46-49d9-b74b-f607d85e10c9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.4373183Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.4808173Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.5511080Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.5516317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.5638352Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.5639872Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4da9d80c-b328-4003-b2a9-c1463f5aafe5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.5645423Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4da9d80c-b328-4003-b2a9-c1463f5aafe5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.5646877Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.6169446Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.6648217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.6649810Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.6722061Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.6723268Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\84be226f-52c3-4ee9-adb0-9efecc659f34\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.6727145Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\84be226f-52c3-4ee9-adb0-9efecc659f34\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.6728216Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.7089446Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.7883077Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.7885951Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.7984996Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.7986421Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6710e5a3-03ea-4c6a-b051-476bfbbf3f84\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.7991744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6710e5a3-03ea-4c6a-b051-476bfbbf3f84\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.7993078Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.8359535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.9091797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.9095308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.9120000Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Update TFM\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:58.9330718Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.9333287Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\578ee240-9b8f-479f-8538-0462cba47d39\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.9340292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\578ee240-9b8f-479f-8538-0462cba47d39\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.9341800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:58.9768900Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.0424317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.0427715Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.0553174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.0554809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\353ed4bb-bf5a-4c22-8b43-4ff89f5195ea\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.0560567Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\353ed4bb-bf5a-4c22-8b43-4ff89f5195ea\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.0562088Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.0910042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.1534283Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.1537655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.1565660Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-08-04T23:24:59.1615078Z\",\"@mt\":\"TFM needs updated to {TargetTFM}\",\"TargetTFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.SetTFMStep\"}\n{\"@t\":\"2022-08-04T23:24:59.1646400Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Update TFM\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:59.1646919Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:24:59.1719376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.1720332Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\39bd2913-571a-47d6-b5ef-26560a7fed07\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.1724755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\39bd2913-571a-47d6-b5ef-26560a7fed07\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.1725772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.2033447Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.2582724Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.2584954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.2651381Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.2652185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fd673c20-e912-4f77-b6b1-36239ab0d65c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.2655090Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fd673c20-e912-4f77-b6b1-36239ab0d65c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.2655836Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.2950305Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.3464329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.3466688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.3601333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.3602173Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e15e12fc-c5ce-4133-83ce-95c58235057c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.3604762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e15e12fc-c5ce-4133-83ce-95c58235057c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.3605429Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.3759491Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4077108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4078730Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4152068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4152856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a78bd12b-8efb-4d8f-bfeb-d69b51ad5c19\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4155659Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a78bd12b-8efb-4d8f-bfeb-d69b51ad5c19\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4156334Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4295327Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4641999Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4643647Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4723339Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4724305Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dbd3c2b5-2569-4a3d-bc2b-6a25aa9f88f6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4727377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dbd3c2b5-2569-4a3d-bc2b-6a25aa9f88f6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4728148Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.4951296Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.5282600Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.5284417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.5340689Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.5341316Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\26ae0f28-a12b-4421-acdf-9d80973e2099\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.5343632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\26ae0f28-a12b-4421-acdf-9d80973e2099\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.5344240Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.5562531Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.6088277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.6091332Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.6231395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.6232413Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\40c485db-3486-48c4-9d6a-741d5789515e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.6237301Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\40c485db-3486-48c4-9d6a-741d5789515e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.6238413Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.6404347Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.6921696Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.6923652Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.6998636Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.6999410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\09f1c968-aa21-44de-891e-e9f38db9f92c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.7002264Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\09f1c968-aa21-44de-891e-e9f38db9f92c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.7003029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.7309524Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.8054249Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.8057576Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.8180946Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.8182197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\520f81b3-419c-4117-95cc-1202d5ad8403\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.8187002Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\520f81b3-419c-4117-95cc-1202d5ad8403\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.8188161Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.8462566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.9177865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.9181181Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.9300718Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.9302082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\64ec65fb-a895-40c1-956c-0ed83e26870c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.9307318Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\64ec65fb-a895-40c1-956c-0ed83e26870c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.9308646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:24:59.9722651Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.0301019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.0302920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.0409013Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.0410055Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7edf7346-5846-4aa8-8422-4cf4a9cae63b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.0412821Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7edf7346-5846-4aa8-8422-4cf4a9cae63b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.0413476Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.0645511Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.1043241Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.1045162Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.1117242Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.1118702Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\86c40777-4afc-41c6-9160-0a4c643b5179\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.1122965Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\86c40777-4afc-41c6-9160-0a4c643b5179\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.1124105Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.1335496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.1730128Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.1731814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.1809814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.1810647Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5295c800-1154-41ae-9fb9-d25f936026de\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.1813242Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5295c800-1154-41ae-9fb9-d25f936026de\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.1813823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.2044157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.2466436Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.2468255Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.2526219Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.2526866Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b5351f14-a152-4e33-a21d-f319d5d165d6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.2529279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b5351f14-a152-4e33-a21d-f319d5d165d6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.2529923Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.2726864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.3092427Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.3094045Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.3164139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.3164976Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5cb25d93-cc90-49cf-9788-b91c06b69215\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.3168797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5cb25d93-cc90-49cf-9788-b91c06b69215\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.3169908Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.3362606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.3895328Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.3898227Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.4023469Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.4024476Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2dfa869e-082c-4b97-80d5-81db1530b3be\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.4028023Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2dfa869e-082c-4b97-80d5-81db1530b3be\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.4028915Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.4285527Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.4938142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.4941170Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.5060800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.5062310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c56d552a-27a4-49ca-b4c8-621bff8a1d78\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.5067396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c56d552a-27a4-49ca-b4c8-621bff8a1d78\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.5068807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.5520883Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.6159202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.6162443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.6236152Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.6236898Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9f437b6c-96af-4390-8219-c7d040776053\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.6239870Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9f437b6c-96af-4390-8219-c7d040776053\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.6240678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.6470766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.7029378Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.7031373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.7103895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.7104681Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6e0c991-4aa3-4a56-8716-093fd6457911\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.7107230Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6e0c991-4aa3-4a56-8716-093fd6457911\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.7107878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.7375891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.8024389Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.8027953Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.8143568Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.8145395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b3cf31e1-cc66-4265-ad9b-38007ecd159b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.8152343Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b3cf31e1-cc66-4265-ad9b-38007ecd159b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.8153829Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.8547533Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.9275762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.9278833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.9455481Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.9456529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\217a822b-19eb-4283-94da-484fd2703911\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.9459520Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\217a822b-19eb-4283-94da-484fd2703911\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.9460296Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:00.9823718Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.0506394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.0509008Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.0609983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.0611298Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e58d638c-03fb-4c6b-99a6-515f67606f1b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.0616215Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e58d638c-03fb-4c6b-99a6-515f67606f1b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.0617546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.1083430Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.1812607Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.1815703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.2098892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.2099751Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a13fe0d6-3524-4c62-b5a2-171d36c6cb50\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.2102504Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a13fe0d6-3524-4c62-b5a2-171d36c6cb50\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.2103173Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.2272379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.2736911Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.2740489Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.2858534Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.2860015Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a86639db-5d50-4790-a5db-e21e46f2c208\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.2865313Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a86639db-5d50-4790-a5db-e21e46f2c208\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.2866603Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.3271378Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.4031419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.4034657Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.4204071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.4205602Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e9c3b049-8c50-4ccd-80a3-2e3faaa21945\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.4210911Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e9c3b049-8c50-4ccd-80a3-2e3faaa21945\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.4212276Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.4591261Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.5109742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.5112949Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.5225444Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.5226879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e47f6ff9-103a-47bd-b709-f87efb35f5de\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.5232361Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e47f6ff9-103a-47bd-b709-f87efb35f5de\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.5233800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.5624672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.6125370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.6127105Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.6205095Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.6206086Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\65ef58c2-b6e4-4b70-9fbc-29cc16bd62ad\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.6209349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\65ef58c2-b6e4-4b70-9fbc-29cc16bd62ad\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.6210204Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.6526738Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.7180537Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.7183509Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.7297297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.7298663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\978728b9-2dd7-4100-8531-7af19558c79d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.7303825Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\978728b9-2dd7-4100-8531-7af19558c79d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.7305181Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.7661158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.8358983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.8362164Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.8489616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.8491273Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1a06fead-2b59-46f1-8cf5-fd3f240dc925\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.8496646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1a06fead-2b59-46f1-8cf5-fd3f240dc925\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.8497983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.8911173Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.9561824Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.9563775Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.9632655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.9633359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2f698b1b-a600-4757-a2b0-3dafe61bb1d3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.9635876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2f698b1b-a600-4757-a2b0-3dafe61bb1d3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:01.9636499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.0016660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.0745506Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.0747837Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.0837312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.0838387Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e8e14c91-fb37-4caf-be71-727fe9fd5c08\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.0841979Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e8e14c91-fb37-4caf-be71-727fe9fd5c08\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.0842862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.1221148Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.1942283Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.1946735Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.2059308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.2060549Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8b66e3ac-a534-4d99-860d-fd11e67f2f59\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.2064655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8b66e3ac-a534-4d99-860d-fd11e67f2f59\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.2065761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.2403066Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.2909435Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.2912701Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.3042292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.3043859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b5e27a46-7168-45d2-ad32-9c6171d16538\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.3049272Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b5e27a46-7168-45d2-ad32-9c6171d16538\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.3051314Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.3467108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.4136701Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.4139858Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.4262113Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.4263604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e38e598c-b7f6-4a28-8177-7c8a1c8a5c53\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.4268281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e38e598c-b7f6-4a28-8177-7c8a1c8a5c53\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.4269297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.4537642Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.4958511Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.4960604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.5051587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.5053141Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8c1703af-98bf-4fb0-b7bf-f9b96abe7c54\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.5057838Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8c1703af-98bf-4fb0-b7bf-f9b96abe7c54\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.5058946Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.5378843Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.5934927Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.5936622Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.6008332Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.6009276Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e129f737-c5d0-4719-b7ec-fa5495a06e3d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.6012864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e129f737-c5d0-4719-b7ec-fa5495a06e3d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.6013726Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.6307126Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.6829471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.6831623Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.6934948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.6935912Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e94b8bc6-c37a-4b29-b3e1-720cb3d95c10\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.6939097Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e94b8bc6-c37a-4b29-b3e1-720cb3d95c10\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.6939954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.7243433Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.7757742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.7759853Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.7842031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.7843066Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff53bc69-41fd-410f-94bc-1d7544fb7017\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.7846164Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff53bc69-41fd-410f-94bc-1d7544fb7017\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.7846869Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.8081208Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.8762524Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.8765873Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.8841904Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.8842946Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\36221d18-057c-4738-9c99-f45776000be2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.8846820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\36221d18-057c-4738-9c99-f45776000be2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.8847798Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.9233386Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.9882773Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:02.9885674Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.0000161Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.0001844Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2b0758a1-6b3d-46b4-9d9a-d86dbdb49ac9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.0007570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2b0758a1-6b3d-46b4-9d9a-d86dbdb49ac9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.0009041Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.0425780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.1096196Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.1099459Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.1223080Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.1224627Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2122a4bf-a060-4f53-970a-7082606dabfc\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.1230135Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2122a4bf-a060-4f53-970a-7082606dabfc\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.1231541Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.1648878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.2325634Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.2327723Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.2422367Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.2423262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fd6ae02c-f78c-4d14-9da6-b35c19dbb7d6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.2426200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fd6ae02c-f78c-4d14-9da6-b35c19dbb7d6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.2426974Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.2658800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.3132129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.3135091Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.3250824Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.3252476Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\97cb83ad-3f31-41a3-88e9-20112d64a967\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.3257752Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\97cb83ad-3f31-41a3-88e9-20112d64a967\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.3259253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.3741690Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.4376802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.4382016Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.4457622Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.4458400Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a68222b-5a3b-4ac6-93df-a45d99f359b0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.4461560Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a68222b-5a3b-4ac6-93df-a45d99f359b0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.4462374Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.4820959Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.5515834Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.5517939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.5593194Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.5593987Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\737da21c-a813-4d01-aabd-f1cacbde3d77\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.5596735Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\737da21c-a813-4d01-aabd-f1cacbde3d77\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.5597433Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.5845350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.6301540Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.6303555Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.6380011Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.6381016Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ecc6418d-5dfe-4469-83bb-295338e78569\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.6384927Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ecc6418d-5dfe-4469-83bb-295338e78569\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.6386368Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.6677048Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.7362913Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.7365692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.7483840Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.7484901Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a85ebb5a-8bdd-4c12-9d7a-1f982ac2d524\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.7487950Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a85ebb5a-8bdd-4c12-9d7a-1f982ac2d524\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.7488689Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.7761988Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.8473119Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.8476485Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.8579815Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.8581171Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8e5b2fb6-cf72-4429-8992-551f8d68b838\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.8585332Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8e5b2fb6-cf72-4429-8992-551f8d68b838\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.8586450Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.8970921Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.9629063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.9632072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.9757954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.9759624Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\737cda75-72b4-4f1b-bcee-8de48b971849\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.9765223Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\737cda75-72b4-4f1b-bcee-8de48b971849\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:03.9766649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.0184253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.0838524Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.0840017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.0918615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.0919742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\87da3755-6899-462b-a080-d8d61bfb61a9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.0924929Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\87da3755-6899-462b-a080-d8d61bfb61a9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.0926109Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.1258001Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.1974677Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.1978672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.2076336Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.2077384Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fef20a97-612f-42f5-b9a8-1900d3961f9d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.2080955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fef20a97-612f-42f5-b9a8-1900d3961f9d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.2081906Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.2459655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.3067539Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.3070376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.3222857Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.3224378Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\30f12535-0f0f-40f4-bde1-b6d2da5cf472\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.3229816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\30f12535-0f0f-40f4-bde1-b6d2da5cf472\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.3231318Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.3630451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.4323502Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:04.4326570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.2520048Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Update TFM\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.SetTFMStep\"}\n{\"@t\":\"2022-08-04T23:25:06.2674718Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.2676901Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0cb5e242-8318-4cc4-b324-057637dda9a8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.2682095Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0cb5e242-8318-4cc4-b324-057637dda9a8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.2683258Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.3035887Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.3716033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.3718356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.3824488Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.3825802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\182f9d4b-7737-4600-9bb1-f374edce9845\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.3831042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\182f9d4b-7737-4600-9bb1-f374edce9845\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.3832423Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.4215638Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for .NETFramework,Version=v4.7.2...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.4905697Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.4908185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"All packages and projects are compatible with .NETFramework,Version=v4.7.2.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:06.4925293Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-08-04T23:25:06.4971334Z\",\"@mt\":\"Saving changes to project file\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:25:06.8795012Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.302\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (129, 5): The \\\"ResolveAppHosts\\\" task failed unexpectedly.\\r\\nSystem.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\\r\\nFile name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'\\r\\n ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)\\r\\n   at System.Reflection.Assembly.LoadFrom(String assemblyFile)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>g__TryLoadAssembly|3(AssemblyName assemblyName)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>b__2(AssemblyLoadContext _, AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(TextReader textReader)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(Stream stream)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(String filePath)\\r\\n   at Microsoft.NET.Build.Tasks.RuntimeGraphCache.GetRuntimeGraph(String runtimeJsonPath)\\r\\n   at Microsoft.NET.Build.Tasks.ResolveAppHosts.GetHostItem(String runtimeIdentifier, List`1 knownAppHostPacksForTargetFramework, List`1 packagesToDownload, String hostNameWithoutExtension, String itemName, Boolean isExecutable, Boolean errorIfNotFound)\\r\\n   at Microsoft.NET.Build.Tasks.ResolveAppHosts.ExecuteCore()\\r\\n   at Microsoft.NET.Build.Tasks.TaskBase.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-08-04T23:25:06.8990763Z\",\"@mt\":\"Restoring packages for {ProjectPath} with dotnet restore\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer\"}\n{\"@t\":\"2022-08-04T23:25:08.4193500Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Determining projects to restore...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-08-04T23:25:09.7368165Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj : warning NU1701: Package 'Autoupdater.NET.Official 1.6.3' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net6.0-windows7.0'. This package may not be fully compatible with your project.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-08-04T23:25:09.7445581Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj : warning NU1701: Package 'MaterialDesignThemes 2.6.0' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net6.0-windows7.0'. This package may not be fully compatible with your project.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-08-04T23:25:09.7566388Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj : warning NU1701: Package 'WindowsAPICodePack-Core 1.1.2' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net6.0-windows7.0'. This package may not be fully compatible with your project.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-08-04T23:25:09.7567316Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj : warning NU1701: Package 'WindowsAPICodePack-Shell 1.1.1' was restored using '.NETFramework,Version=v4.6.1, .NETFramework,Version=v4.6.2, .NETFramework,Version=v4.7, .NETFramework,Version=v4.7.1, .NETFramework,Version=v4.7.2, .NETFramework,Version=v4.8' instead of the project target framework 'net6.0-windows7.0'. This package may not be fully compatible with your project.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-08-04T23:25:09.8053159Z\",\"@mt\":\"[{Tool}] {Data}\",\"@l\":\"Debug\",\"Tool\":\"dotnet-restore\",\"Data\":\"  Restored C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj (in 1.06 sec).\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.ProcessRunner\"}\n{\"@t\":\"2022-08-04T23:25:10.1300243Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.302\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (129, 5): The \\\"ResolveAppHosts\\\" task failed unexpectedly.\\r\\nSystem.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\\r\\nFile name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'\\r\\n ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)\\r\\n   at System.Reflection.Assembly.LoadFrom(String assemblyFile)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>g__TryLoadAssembly|3(AssemblyName assemblyName)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>b__2(AssemblyLoadContext _, AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(TextReader textReader)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(Stream stream)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(String filePath)\\r\\n   at Microsoft.NET.Build.Tasks.RuntimeGraphCache.GetRuntimeGraph(String runtimeJsonPath)\\r\\n   at Microsoft.NET.Build.Tasks.ResolveAppHosts.GetHostItem(String runtimeIdentifier, List`1 knownAppHostPacksForTargetFramework, List`1 packagesToDownload, String hostNameWithoutExtension, String itemName, Boolean isExecutable, Boolean errorIfNotFound)\\r\\n   at Microsoft.NET.Build.Tasks.ResolveAppHosts.ExecuteCore()\\r\\n   at Microsoft.NET.Build.Tasks.TaskBase.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-08-04T23:25:10.1322898Z\",\"@mt\":\"Updated TFM to {TargetTFM}\",\"TargetTFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.SetTFMStep\"}\n{\"@t\":\"2022-08-04T23:25:10.1336442Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Update TFM\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.SetTFMStep\"}\n{\"@t\":\"2022-08-04T23:25:12.6238643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.6239711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6045448-29ca-4674-a24c-b642feccf069\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.6244610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6045448-29ca-4674-a24c-b642feccf069\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.6245701Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.6509214Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.7099760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.7203946Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.7207003Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.7208499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.7209117Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.7380211Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.7381500Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\968b1af6-1837-476b-a180-5e0c0594fb2a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.7386566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\968b1af6-1837-476b-a180-5e0c0594fb2a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.7387795Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.7783016Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.8694693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.8700086Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.8702071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.8703605Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.8704349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.8849306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.8851370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d738f599-73a6-4886-a69f-44f3665dd24c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.8857990Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d738f599-73a6-4886-a69f-44f3665dd24c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.8859708Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.9366860Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.9875902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.9878469Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.9879277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.9879876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.9880155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.9958989Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.9959880Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5148d7e6-6dec-408e-8b73-e646b340b7cc\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.9962929Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5148d7e6-6dec-408e-8b73-e646b340b7cc\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:12.9963777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:13.0162246Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:13.0968551Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:13.0971960Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:13.0974775Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:13.0978230Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:13.0979426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:13.1000264Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Update NuGet Packages\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:13.1009129Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Update NuGet Packages\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:13.1009518Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Duplicate reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:13.1030521Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Duplicate reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:13.1033253Z\",\"@mt\":\"No package updates needed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:13.1038027Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Duplicate reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:13.1038404Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Package map reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:13.1045399Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Package map reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:13.1048144Z\",\"@mt\":\"No package updates needed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:13.1052360Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Package map reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:13.1052687Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:13.1058919Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:13.1060489Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Autoupdater.NET.Official, Version=1.6.3\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Autoupdater.NET.Official\\\\1.6.3\\\\Autoupdater.NET.Official.1.6.3.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.1075496Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Autoupdater.NET.Official.1.6.3\",\"TargetFrameworks\":[\".NETFramework,Version=v2.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.1093779Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/autoupdater.net.official/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.3807174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/autoupdater.net.official/index.json 271ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.4045383Z\",\"@mt\":\"Package Autoupdater.NET.Official, Version=1.6.3 does not support the target(s) net6.0-windows but a newer version (1.7.4) does.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:13.4073423Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Costura.Fody, Version=4.1.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Costura.Fody\\\\4.1.0\\\\Costura.Fody.4.1.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.4085427Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Costura.Fody.4.1.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.4095213Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/costura.fody/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.5492263Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/costura.fody/index.json 139ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.5635032Z\",\"@mt\":\"Package Costura.Fody, Version=4.1.0 does not support the target(s) net6.0-windows but a newer version (5.7.0) does.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:13.5658039Z\",\"@mt\":\"Package Costura.Fody needs to be upgraded across major versions (4.1.0 -> 5.7.0) which may introduce breaking changes.\",\"@l\":\"Warning\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:13.5683067Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Fody, Version=6.3.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Fody\\\\6.3.0\\\\Fody.6.3.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.5693349Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Fody.6.3.0\",\"TargetFrameworks\":[\"Any,Version=v0.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.5694803Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Fody, Version=6.3.0\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:13.5695635Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"GMWare.M2, Version=1.1.2\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\GMWare.M2\\\\1.1.2\\\\GMWare.M2.1.1.2.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.5704455Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"GMWare.M2.1.1.2\",\"TargetFrameworks\":[\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.5706538Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"GMWare.M2, Version=1.1.2\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:13.5707422Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Json.Net, Version=1.0.33\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Json.Net\\\\1.0.33\\\\Json.Net.1.0.33.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.5713584Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Json.Net.1.0.33\",\"TargetFrameworks\":[\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.5714904Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Json.Net, Version=1.0.33\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:13.5715664Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"MaterialDesignColors, Version=1.2.7\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\MaterialDesignColors\\\\1.2.7\\\\MaterialDesignColors.1.2.7.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.5721972Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"MaterialDesignColors.1.2.7\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\".NETFramework,Version=v4.5\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.5723192Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"MaterialDesignColors, Version=1.2.7\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:13.5723897Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"MaterialDesignThemes, Version=2.6.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\MaterialDesignThemes\\\\2.6.0\\\\MaterialDesignThemes.2.6.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.5732053Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"MaterialDesignThemes.2.6.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.5740804Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.6434275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/index.json 69ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.6541092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/0.0.0/0.0.0.105.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.7276472Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/0.0.0/0.0.0.105.json 73ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.7445319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/0.0.0.106/1.1.1-ci306.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.8487958Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/0.0.0.106/1.1.1-ci306.json 104ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.8579032Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/1.1.1-ci307/1.4.0-ci468.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.9230922Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/1.1.1-ci307/1.4.0-ci468.json 65ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:13.9422201Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/1.4.0-ci470/2.0.0-ci582.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.0037801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/1.4.0-ci470/2.0.0-ci582.json 61ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.0132962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/2.0.0-ci586/2.2.0-ci732.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.0852385Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/2.0.0-ci586/2.2.0-ci732.json 71ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.0983528Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/2.2.0-ci733/2.3.0-ci888.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.1716545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/2.2.0-ci733/2.3.0-ci888.json 73ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.1792736Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/2.3.0-ci889/2.5.0-ci1136.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.2456877Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/2.3.0-ci889/2.5.0-ci1136.json 66ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.2599367Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/2.5.0-ci1137/2.5.1-ci1344.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.3279609Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/2.5.0-ci1137/2.5.1-ci1344.json 67ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.3345496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/2.5.1/2.6.0-ci1487.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.4051485Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/2.5.1/2.6.0-ci1487.json 70ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.4120242Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/2.6.0-ci1489/3.0.0-ci478.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.4773822Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/2.6.0-ci1489/3.0.0-ci478.json 65ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.4858082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/3.0.0-ci482/3.0.1-ci914.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.5561760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/3.0.0-ci482/3.0.1-ci914.json 70ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.5663759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/3.0.1-ci918/3.1.2.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.6357736Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/3.0.1-ci918/3.1.2.json 69ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.6452972Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/3.1.3-ci1513/4.0.0-ci2478.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.7156717Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/3.1.3-ci1513/4.0.0-ci2478.json 70ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.7293585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/4.0.0-ci2482/4.4.0-ci107.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.7974248Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/4.0.0-ci2482/4.4.0-ci107.json 67ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.8133311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/4.4.0-ci108/4.6.0-ci259.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.8790081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/materialdesignthemes/page/4.4.0-ci108/4.6.0-ci259.json 65ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9020641Z\",\"@mt\":\"Package MaterialDesignThemes, Version=2.6.0 does not support the target(s) net6.0-windows but a newer version (3.2.0) does.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9055611Z\",\"@mt\":\"Package MaterialDesignThemes needs to be upgraded across major versions (2.6.0 -> 3.2.0) which may introduce breaking changes.\",\"@l\":\"Warning\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9069836Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"McMaster.Extensions.CommandLineUtils, Version=2.4.2\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\McMaster.Extensions.CommandLineUtils\\\\2.4.2\\\\McMaster.Extensions.CommandLineUtils.2.4.2.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9080966Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"McMaster.Extensions.CommandLineUtils.2.4.2\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v1.6\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9082957Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"McMaster.Extensions.CommandLineUtils, Version=2.4.2\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9083836Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Microsoft.CSharp\\\\4.7.0\\\\Microsoft.CSharp.4.7.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9094179Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp.4.7.0\",\"TargetFrameworks\":[\".NETCore,Version=v5.0\",\".NETCoreApp,Version=v2.0\",\".NETFramework,Version=v4.5\",\".NETPortable,Version=v0.0,Profile=Profile259\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\",\"MonoAndroid,Version=v1.0\",\"MonoTouch,Version=v1.0\",\"UAP,Version=v10.0.16299\",\"Windows,Version=v8.0\",\"WindowsPhone,Version=v8.0\",\"WindowsPhoneApp,Version=v8.1\",\"Xamarin.iOS,Version=v1.0\",\"Xamarin.Mac,Version=v2.0\",\"Xamarin.TVOS,Version=v1.0\",\"Xamarin.WatchOS,Version=v1.0\",\".NETStandard,Version=v1.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9096697Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.CSharp, Version=4.7.0\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9098001Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"NAudio, Version=1.10.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\NAudio\\\\1.10.0\\\\NAudio.1.10.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9110078Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"NAudio.1.10.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.0\",\".NETFramework,Version=v3.5\",\".NETStandard,Version=v2.0\",\"UAP,Version=v10.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9112405Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"NAudio, Version=1.10.0\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9113633Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Newtonsoft.Json\\\\13.0.1\\\\Newtonsoft.Json.13.0.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9126727Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json.13.0.1\",\"TargetFrameworks\":[\".NETFramework,Version=v2.0\",\".NETFramework,Version=v3.5\",\".NETFramework,Version=v4.0\",\".NETFramework,Version=v4.5\",\".NETStandard,Version=v1.0\",\".NETStandard,Version=v1.3\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9129011Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Newtonsoft.Json, Version=13.0.1\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9130236Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Octokit, Version=1.0.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Octokit\\\\1.0.0\\\\Octokit.1.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9139983Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Octokit.1.0.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.6\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9142369Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Octokit, Version=1.0.0\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9144010Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Pfim, Version=0.10.3\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Pfim\\\\0.10.3\\\\Pfim.0.10.3.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9154212Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Pfim.0.10.3\",\"TargetFrameworks\":[\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9156509Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Pfim, Version=0.10.3\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9158163Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"SharpZipLib, Version=1.3.3\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\SharpZipLib\\\\1.3.3\\\\SharpZipLib.1.3.3.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9169541Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"SharpZipLib.1.3.3\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\",\".NETStandard,Version=v2.1\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9171364Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"SharpZipLib, Version=1.3.3\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9172445Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Annotations, Version=5.0.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\System.ComponentModel.Annotations\\\\5.0.0\\\\System.ComponentModel.Annotations.5.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9185281Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Annotations.5.0.0\",\"TargetFrameworks\":[\".NETCore,Version=v5.0\",\".NETFramework,Version=v4.5\",\".NETFramework,Version=v4.6.1\",\".NETPortable,Version=v0.0,Profile=Profile7\",\".NETStandard,Version=v1.4\",\".NETStandard,Version=v2.0\",\".NETStandard,Version=v2.1\",\"MonoAndroid,Version=v1.0\",\"MonoTouch,Version=v1.0\",\"Windows,Version=v8.0\",\"Xamarin.iOS,Version=v1.0\",\"Xamarin.Mac,Version=v2.0\",\"Xamarin.TVOS,Version=v1.0\",\"Xamarin.WatchOS,Version=v1.0\",\".NETStandard,Version=v1.1\",\".NETStandard,Version=v1.3\",\"UAP,Version=v10.0.16299\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9188432Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.ComponentModel.Annotations, Version=5.0.0\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9189473Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\System.Data.DataSetExtensions\\\\4.5.0\\\\System.Data.DataSetExtensions.4.5.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9198658Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions.4.5.0\",\"TargetFrameworks\":[\".NETFramework,Version=v4.5\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9200387Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Data.DataSetExtensions, Version=4.5.0\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9201365Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Management, Version=6.0.0\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\System.Management\\\\6.0.0\\\\System.Management.6.0.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9211974Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Management.6.0.0\",\"TargetFrameworks\":[\".NETCoreApp,Version=v3.1\",\"net6.0\",\".NETFramework,Version=v4.6.1\",\".NETStandard,Version=v2.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9215049Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"System.Management, Version=6.0.0\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9216793Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WindowsAPICodePack-Core, Version=1.1.2\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\WindowsAPICodePack-Core\\\\1.1.2\\\\WindowsAPICodePack-Core.1.1.2.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9237148Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WindowsAPICodePack-Core.1.1.2\",\"TargetFrameworks\":[\"Any,Version=v0.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9238872Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WindowsAPICodePack-Core, Version=1.1.2\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9239893Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WindowsAPICodePack-Shell, Version=1.1.1\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\WindowsAPICodePack-Shell\\\\1.1.1\\\\WindowsAPICodePack-Shell.1.1.1.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9249096Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WindowsAPICodePack-Shell.1.1.1\",\"TargetFrameworks\":[\"Any,Version=v0.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9250620Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"WindowsAPICodePack-Shell, Version=1.1.1\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9251537Z\",\"@mt\":\"NuGet package {NuGetPackage} loaded from {PackagePath}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.336902\",\"PackagePath\":\"C:\\\\Users\\\\zesty.fernandez\\\\.nuget\\\\packages\\\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\\\\0.4.336902\\\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.4.336902.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9261823Z\",\"@mt\":\"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.4.336902\",\"TargetFrameworks\":[\"Any,Version=v0.0\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:25:14.9263454Z\",\"@mt\":\"Package {NuGetPackage} will work on {TargetFramework}\",\"@l\":\"Debug\",\"NuGetPackage\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.336902\",\"TargetFramework\":[\"net6.0-windows\"],\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:25:14.9265315Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:14.9265664Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'Autoupdater.NET.Official'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:14.9284040Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Remove package 'Autoupdater.NET.Official'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:14.9284573Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:14.9355209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:14.9356332Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8284de32-e291-4c33-8bb1-518829f10a34\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:14.9360969Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8284de32-e291-4c33-8bb1-518829f10a34\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:14.9362182Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:14.9584349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:14.9995769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0000199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0001528Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0002215Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0002587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0066426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0067154Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\27f0f498-c61f-4b02-aed5-1d34ae53894e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0069774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\27f0f498-c61f-4b02-aed5-1d34ae53894e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0070487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0257197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0623521Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0669887Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0672114Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0673093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0673531Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0843484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0844320Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ce1527df-dd52-4bcc-8d57-4b9f8a8789c0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0846843Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ce1527df-dd52-4bcc-8d57-4b9f8a8789c0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.0847515Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.1048336Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.1571374Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.1575142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.1577207Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.1578792Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.1579418Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.1654203Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.1655008Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\455de8f0-63f7-40ef-bb28-ce5d4ddcc26b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.1679868Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\455de8f0-63f7-40ef-bb28-ce5d4ddcc26b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.1681221Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.2013215Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.2629534Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.2632406Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.2633601Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.2634493Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.2634883Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.2740280Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.2741411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4c398864-9a2e-43a5-9da7-f73bf796dac9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.2744587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4c398864-9a2e-43a5-9da7-f73bf796dac9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.2745419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.3044275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.3425521Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.3429344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.3430960Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.3432274Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.3432843Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.3512013Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.3512834Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c4699fc9-b1e4-4230-9bf1-b595d1c77249\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.3515580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c4699fc9-b1e4-4230-9bf1-b595d1c77249\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.3516358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.3712953Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4120917Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4123280Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4124116Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4124780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4125063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4205055Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4206359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c7c54445-3253-4a77-9bba-7b8c21afcdaf\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4212241Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c7c54445-3253-4a77-9bba-7b8c21afcdaf\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4213744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4431997Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4885241Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4888192Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4889308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4890167Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4890592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4967539Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4968648Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a34ae82d-c3fe-42dc-8ebb-bb83d6aed1d6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4973808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a34ae82d-c3fe-42dc-8ebb-bb83d6aed1d6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.4975498Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.5201496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.5805546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.5808993Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.5810158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.5811079Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.5811496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.5943844Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.5945471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fe9a3deb-f246-4571-8b2d-7ffa70cecc34\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.5950865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fe9a3deb-f246-4571-8b2d-7ffa70cecc34\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.5952327Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.6391175Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.7257770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.7260885Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.7262014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.7262918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.7263349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.7343191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.7344269Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f4619a99-c859-406e-b6fa-a86cde9a1a96\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.7348379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f4619a99-c859-406e-b6fa-a86cde9a1a96\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.7349201Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.7679379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.8131606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.8134003Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.8134872Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.8135531Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.8135823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.8208691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.8209556Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\591c2e39-93f4-4665-bcdc-95c16b89531e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.8212155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\591c2e39-93f4-4665-bcdc-95c16b89531e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.8212881Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.8538013Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.9026072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.9028394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.9029177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.9029952Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.9030392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.9120561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.9121422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\caf7bba9-0590-4e01-8e12-81ca8afbc3db\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.9124581Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\caf7bba9-0590-4e01-8e12-81ca8afbc3db\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.9125355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:15.9453950Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0069447Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0073980Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0075910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0077326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0077985Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0215479Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0216978Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\63bd3547-dca2-4d1b-80d8-34896cd49da8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0221376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\63bd3547-dca2-4d1b-80d8-34896cd49da8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0222569Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0454342Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0884112Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0887451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0888803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0889850Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0890335Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0997382Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.0998730Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\04ec5faa-968a-4ecf-a98a-436d4fc479c4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.1003785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\04ec5faa-968a-4ecf-a98a-436d4fc479c4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.1005272Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.1501356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.2015185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.2019835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.2021800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.2023299Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.2023953Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.2152656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.2154572Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4e533bd4-94a6-485e-a73d-14e6fc046441\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.2162594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4e533bd4-94a6-485e-a73d-14e6fc046441\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.2164413Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.2628693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.3333423Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.3337159Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.3338462Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.3339427Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.3339898Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.3440136Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.3441121Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2d04cfaf-7d76-4b4e-894a-868ee1bf09e4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.3444549Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2d04cfaf-7d76-4b4e-894a-868ee1bf09e4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.3445434Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.3718368Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4123630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4125856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4126813Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4127456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4127739Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4191335Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4192210Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\617e8f20-c1be-473c-b5cf-f503866bc584\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4195102Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\617e8f20-c1be-473c-b5cf-f503866bc584\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4195853Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4448973Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4887765Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4890091Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4890888Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4891589Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4891906Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4955713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4956742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b2d8236-0c0a-4d54-bbec-1732950f2be5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4960607Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b2d8236-0c0a-4d54-bbec-1732950f2be5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.4961435Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.5277498Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.6004310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.6009433Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.6011294Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.6012733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.6013446Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.6169416Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.6171137Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0c081136-93aa-4c8b-9df8-2bfdcca30787\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.6177048Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0c081136-93aa-4c8b-9df8-2bfdcca30787\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.6178676Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.6558779Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.7347433Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.7351734Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.7353336Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.7354550Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.7355123Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.7476778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.7478270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f206d1a6-6b10-4fec-bc3b-f9652d3128b2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.7484470Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f206d1a6-6b10-4fec-bc3b-f9652d3128b2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.7486028Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.7958129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.8569470Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.8572060Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.8572977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.8573698Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.8574032Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.8660930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.8661823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cdddc729-2bbf-4321-9827-b87f09aa6d49\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.8664546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cdddc729-2bbf-4321-9827-b87f09aa6d49\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.8665257Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.8929103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.9766121Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.9775081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.9779403Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.9784185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:16.9785978Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.0080048Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.0081266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c51d0dda-e22d-45d6-9ced-2674fb1fa12a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.0085814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c51d0dda-e22d-45d6-9ced-2674fb1fa12a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.0086741Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.0456000Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.1133327Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.1137132Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.1138814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.1139930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.1140457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.1574456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.1575662Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\592753a4-430c-4c63-928b-a47f6c71df99\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.1581134Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\592753a4-430c-4c63-928b-a47f6c71df99\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.1582355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.1855021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.2232202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.2234764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.2235769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.2236712Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.2237326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.2356083Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.2357456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\192c0e0a-d1f5-43e7-805c-835cd7985919\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.2362753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\192c0e0a-d1f5-43e7-805c-835cd7985919\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.2364189Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.2910141Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.3669148Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.3672174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.3673366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.3674283Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.3674710Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.3769467Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.3770611Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\78e49088-41c7-4315-8713-da673fa6a9b0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.3774590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\78e49088-41c7-4315-8713-da673fa6a9b0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.3775584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.3982304Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.4448801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.4451590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.4453112Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.4455465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.4456231Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.4523833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.4524590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1aae7a66-de63-42a3-af52-a1e745d9d675\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.4527554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1aae7a66-de63-42a3-af52-a1e745d9d675\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.4528347Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.4754697Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.5317311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.5320755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.5322020Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.5323030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.5323522Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.5419393Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.5420672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8418a306-90b6-4bf9-9d85-8ddf527279eb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.5425497Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8418a306-90b6-4bf9-9d85-8ddf527279eb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.5426778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.5773889Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.6532018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.6535513Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.6536892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.6537988Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.6538470Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.6612200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.6613077Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eeabb234-733c-4024-935b-842030f8abfd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.6616361Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eeabb234-733c-4024-935b-842030f8abfd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.6617239Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.6876182Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.7231140Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.7233538Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.7234405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.7235103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.7235520Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.7323603Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.7324788Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8309c3e2-0cc4-4d88-956a-940d2b4ae82c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.7327449Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8309c3e2-0cc4-4d88-956a-940d2b4ae82c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.7328236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.7575563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.7999154Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8001739Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8002594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8003340Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8003703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8073681Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8074532Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\625aa175-e865-4f9c-9b3f-e0f8735fe289\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8077302Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\625aa175-e865-4f9c-9b3f-e0f8735fe289\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8078079Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8306884Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8701596Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8704019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8704901Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8705799Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8706103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8790359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8791265Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4d462acd-d5fd-4bbc-ac4e-f99f652bc16b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8793837Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4d462acd-d5fd-4bbc-ac4e-f99f652bc16b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.8794509Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.9002396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.9395325Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.9397709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.9398634Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.9399337Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.9399674Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.9477748Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.9478714Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8733202d-9edb-4492-8dea-41934d869738\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.9482110Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8733202d-9edb-4492-8dea-41934d869738\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.9482976Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:17.9779751Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.0220446Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.0223823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.0225226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.0226043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.0226422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.0296130Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.0296930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2767708f-7553-4d64-9800-b145583a9109\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.0299554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2767708f-7553-4d64-9800-b145583a9109\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.0300207Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.0534420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.1184979Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.1188128Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.1189394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.1190362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.1190816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.1275031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.1276280Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\06baeed9-d9f2-4084-b8ca-f8b91b65d85b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.1281183Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\06baeed9-d9f2-4084-b8ca-f8b91b65d85b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.1282740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.1598591Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2066215Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2068564Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2069463Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2070082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2070360Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2160760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2161813Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\da0eaff9-3724-4e07-8307-85275bca3b35\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2164838Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\da0eaff9-3724-4e07-8307-85275bca3b35\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2165618Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2395332Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2787982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2790185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2790958Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2791597Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2791915Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2856639Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2857338Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\84b00749-5544-402f-8313-5bd3d3376cc1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2859892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\84b00749-5544-402f-8313-5bd3d3376cc1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.2860800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.3088436Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.3512114Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.3514506Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.3515300Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.3515932Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.3516269Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.3609931Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.3610680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f50dce93-4369-496f-9caa-0fbc386a9e61\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.3613513Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f50dce93-4369-496f-9caa-0fbc386a9e61\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.3614244Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.3876174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.4334951Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.4337316Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.4338104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.4338695Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.4338973Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.4414727Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.4415616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\55710b7f-f851-4a4b-919d-167a2a5ec9f0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.4419385Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\55710b7f-f851-4a4b-919d-167a2a5ec9f0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.4420425Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.4670302Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5067803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5070323Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5071103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5071725Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5072000Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5145827Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5146624Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bb6dbd67-0c5e-48dd-ae3c-78528671a671\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5149777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bb6dbd67-0c5e-48dd-ae3c-78528671a671\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5150553Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5400237Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5807548Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5810581Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5811613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5832681Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5833549Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5901878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5902613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c8673089-ac82-4af3-b1a4-ae5c41619351\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5905351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c8673089-ac82-4af3-b1a4-ae5c41619351\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.5906012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.6160927Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.6737610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.6744820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.6747327Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.6748962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.6749675Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.6851865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.6853477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5e7d6602-78c4-4999-b35e-4c9e344ae1de\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.6858712Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5e7d6602-78c4-4999-b35e-4c9e344ae1de\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.6860139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.7297157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.8028220Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.8032850Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.8034682Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.8037561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.8038377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.8153649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.8154924Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5a14881e-e711-4607-8e14-da1743d2307c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.8160031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5a14881e-e711-4607-8e14-da1743d2307c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.8161329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.8534311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.9382781Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.9387640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.9389995Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.9392242Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.9395127Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.9518076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.9519654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\96ce046f-a851-4f01-99fe-d3896432c530\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.9524740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\96ce046f-a851-4f01-99fe-d3896432c530\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.9525910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:18.9913591Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.0753810Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.0759786Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.0761920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.0763437Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.0764145Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.0907404Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.0910302Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\10d34b8a-2462-44be-bbac-d600e7ec6c4c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.0916601Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\10d34b8a-2462-44be-bbac-d600e7ec6c4c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.0920738Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.1412111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.2301042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.2305738Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.2307498Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.2308893Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.2309678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.2447962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.2449309Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\65917eeb-46c7-43f0-a738-b4554fa04dd0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.2453571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\65917eeb-46c7-43f0-a738-b4554fa04dd0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.2454613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.2881694Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.3775641Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.3779114Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.3780319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.3781563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.3782163Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.3879567Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.3880706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\da581fbe-fe02-4cda-9a59-25f9c787604d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.3890027Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\da581fbe-fe02-4cda-9a59-25f9c787604d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.3891759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.4393155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.5089574Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.5093141Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.5094379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.5095384Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.5095823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.5192666Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.5193629Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\203f7897-92eb-45ff-b976-9495b8a3d947\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.5196756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\203f7897-92eb-45ff-b976-9495b8a3d947\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.5197626Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.5424270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.6007663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.6012029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.6013551Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.6014784Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.6015403Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.6142833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.6144318Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\151ff6e8-ea9e-4526-a8d0-e15e2fe88d78\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.6149980Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\151ff6e8-ea9e-4526-a8d0-e15e2fe88d78\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.6151559Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.6623312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.7520269Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.7565512Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.7568500Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.7570191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.7571021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.7705400Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.7707287Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3949d270-f2aa-462b-a7a8-475d3f7dab94\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.7714111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3949d270-f2aa-462b-a7a8-475d3f7dab94\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.7715776Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.8230943Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.9113308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.9118039Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.9120127Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.9121592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.9122407Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.9256987Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.9258629Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e37a195e-bab0-48e0-92b3-3d697eef501f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.9264535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e37a195e-bab0-48e0-92b3-3d697eef501f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.9266369Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:19.9741909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.0573198Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.0577714Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.0579653Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.0581053Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.0581728Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.0725415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.0726993Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\87ea274f-c58a-4518-ae33-1916fb43e73f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.0732492Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\87ea274f-c58a-4518-ae33-1916fb43e73f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.0734058Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.1210874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.2074629Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.2079630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.2081657Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.2083253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.2083928Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.2221038Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.2222789Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c63da13a-1723-42ff-a977-5be5f5b4d27e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.2228155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c63da13a-1723-42ff-a977-5be5f5b4d27e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.2229299Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.2556446Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.3146604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.3150036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.3151543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.3152527Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:20.3152960Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:22.7905832Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'Autoupdater.NET.Official'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:22.7939628Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"Autoupdater.NET.Official, Version=1.6.3\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:25:22.7944578Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Remove package 'Autoupdater.NET.Official'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:23.9810841Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:23.9812310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b68e8060-e4cb-4555-9142-17d24a29eb03\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:23.9817399Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b68e8060-e4cb-4555-9142-17d24a29eb03\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:23.9818622Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.0285812Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.1132186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.1137349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.1139353Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.1140935Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.1141633Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.1247928Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.1249082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8bcc6178-9596-4b65-97d0-d57220786e59\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.1253324Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8bcc6178-9596-4b65-97d0-d57220786e59\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.1254584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.1677103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.2447376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.2449978Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.2450988Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.2451798Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.2452152Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.2526183Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.2527104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\789b2aa7-4acb-4bf5-a250-5407eb3d4ba8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.2529671Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\789b2aa7-4acb-4bf5-a250-5407eb3d4ba8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.2530318Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.2832041Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.3336014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.3340429Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.3342128Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.3343415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.3344101Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.3439763Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.3441197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e7244ad5-2605-4d18-b4d6-7ae67460c3b8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.3446706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e7244ad5-2605-4d18-b4d6-7ae67460c3b8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.3448226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.3925440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.4627306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.4630602Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.4632253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.4633546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.4634140Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.4656828Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'Costura.Fody'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:24.4681286Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Remove package 'Costura.Fody'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:24.4682093Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:24.4759002Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.4759991Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5e970585-ddf7-429e-809f-24b0a776df3e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.4763545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5e970585-ddf7-429e-809f-24b0a776df3e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.4764583Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.5060622Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.5686013Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.5689484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.5690841Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.5692259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.5692783Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.5762034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.5762860Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1fb8a29b-da33-4b9a-9f37-a20343ba0068\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.5765801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1fb8a29b-da33-4b9a-9f37-a20343ba0068\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.5766606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.6091638Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.6655627Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.6658249Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.6659292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.6660049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.6660396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.6872876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.6874125Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\00dd8aa8-9884-4476-880d-5738efa32fec\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.6877589Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\00dd8aa8-9884-4476-880d-5738efa32fec\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.6878390Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.7111988Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.7666358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.7669398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.7670638Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.7671564Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.7672001Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.7758510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.7759383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4ffde3a3-7932-4685-96ad-46d84d0a26bb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.7762451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4ffde3a3-7932-4685-96ad-46d84d0a26bb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.7763211Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.8139851Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.8759179Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.8762756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.8764228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.8765306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.8765814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.8857510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.8858407Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\573620d5-648d-4915-90d3-41a7b1942fe7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.8861154Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\573620d5-648d-4915-90d3-41a7b1942fe7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.8861923Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.9074116Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.9528174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.9531052Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.9532239Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.9533084Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.9533490Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.9600054Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.9600778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1e789021-474a-4920-a4d4-4bc2cf87e354\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.9603606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1e789021-474a-4920-a4d4-4bc2cf87e354\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.9604322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:24.9853504Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.0631105Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.0636082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.0637869Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.0639235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.0639992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.0804897Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.0806566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70e2e92b-fab0-49b6-b7df-40965433fbcf\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.0812074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70e2e92b-fab0-49b6-b7df-40965433fbcf\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.0813575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.1303137Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.2125966Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.2129778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.2131268Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.2132406Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.2132952Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.2248472Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.2250003Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3996b1a7-f518-4069-addf-bf44af59c9d2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.2255560Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3996b1a7-f518-4069-addf-bf44af59c9d2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.2257116Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.2726767Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.3537001Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.3541776Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.3543551Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.3544918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.3545558Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.3677696Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.3679213Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a1bb1344-fbe0-409d-a755-51637f019f76\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.3684550Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a1bb1344-fbe0-409d-a755-51637f019f76\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.3686084Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.4135522Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.4903804Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.4908581Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.4911126Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.4912843Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.4913536Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.4989047Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.4990363Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a9d0ab8-0c43-42cd-83c7-3c5ef37d8432\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.4995751Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a9d0ab8-0c43-42cd-83c7-3c5ef37d8432\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.4997220Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.5456648Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.6202574Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.6205101Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.6205880Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.6206482Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.6206764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.6332945Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.6334463Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\66078ca8-d8c5-44da-ae2f-8a478f40d188\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.6339523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\66078ca8-d8c5-44da-ae2f-8a478f40d188\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.6340886Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.6819341Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.7655222Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.7660738Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.7662945Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.7664586Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.7665302Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.7815790Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.7817535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0a1d8e26-6118-4444-a864-9dd1b6506313\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.7823541Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0a1d8e26-6118-4444-a864-9dd1b6506313\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.7825157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.8291547Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.9018234Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.9020492Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.9021341Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.9022010Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.9022331Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.9150583Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.9152235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4157bffc-11d7-4364-87a7-ce69dea6eb4c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.9157855Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4157bffc-11d7-4364-87a7-ce69dea6eb4c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.9159419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:25.9635920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.0282483Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.0285836Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.0287157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.0288210Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.0288675Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.0417582Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.0418963Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\00196466-0af3-4246-9806-0412fb2af639\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.0424517Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\00196466-0af3-4246-9806-0412fb2af639\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.0426081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.0883391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.1537913Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.1540402Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.1541356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.1542051Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.1542386Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.1612151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.1612982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ca524a93-e94b-4dfa-bf9b-71a768f27d49\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.1615766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ca524a93-e94b-4dfa-bf9b-71a768f27d49\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.1616506Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.1874720Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.2293159Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.2295710Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.2296630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.2297332Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.2297676Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.2385176Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.2386553Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ad64373b-38fe-4bb7-8c95-8d70515c9aea\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.2391226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ad64373b-38fe-4bb7-8c95-8d70515c9aea\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.2392431Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.2819445Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.3643661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.3650326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.3653323Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.3655933Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.3657153Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.3831016Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.3832857Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b04e4a85-a00a-4750-b643-370f048db389\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.3838687Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b04e4a85-a00a-4750-b643-370f048db389\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.3840111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.4307043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.5057205Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.5059478Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.5060285Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.5060920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.5061194Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.5138680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.5139988Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dad0ed89-cf6e-4e37-b1ee-ce3c7a42f1de\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.5145254Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dad0ed89-cf6e-4e37-b1ee-ce3c7a42f1de\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.5146703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.5620634Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.6430872Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.6434373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.6435637Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.6436705Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.6437219Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.6517835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.6518659Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d9541523-e0ce-4ccb-8299-3e2949c26227\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.6521663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d9541523-e0ce-4ccb-8299-3e2949c26227\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.6522451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.6811854Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.7601532Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.7606383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.7608397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.7610112Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.7610816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.7723784Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.7724948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f390600f-5c1f-42fe-b79a-1bc8cb3ccd83\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.7729180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f390600f-5c1f-42fe-b79a-1bc8cb3ccd83\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.7730293Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.8215733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.8932458Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.8935484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.8936724Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.8937613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.8938028Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.9103081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.9105025Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\74913688-62d1-469f-9f68-abedcaa84dba\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.9110562Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\74913688-62d1-469f-9f68-abedcaa84dba\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.9112115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:26.9510412Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.0147054Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.0150739Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.0152408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.0155682Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.0157077Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.0239565Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.0240569Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0fe9338c-f82b-4d25-86df-c47cf4055717\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.0244527Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0fe9338c-f82b-4d25-86df-c47cf4055717\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.0245606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.0741774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.1417884Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.1420566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.1421656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.1422441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.1422809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.1654480Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.1655373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d56eda84-feac-4d85-94d7-a8adefbbb292\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.1658119Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d56eda84-feac-4d85-94d7-a8adefbbb292\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.1658806Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.1932333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.2303688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.2305915Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.2306857Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.2307477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.2307752Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.2377955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.2378765Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2032b7ad-5146-4923-bb78-5a394a942ecb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.2381559Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2032b7ad-5146-4923-bb78-5a394a942ecb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.2382249Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.2803754Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.3615101Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.3618343Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.3619586Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.3620594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.3621088Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.3707584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.3708349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5cd2fb70-6555-4e8b-b6eb-a944d7057dee\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.3711412Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5cd2fb70-6555-4e8b-b6eb-a944d7057dee\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.3712179Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.4013083Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.4810157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.4815306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.4817091Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.4818420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.4819041Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.4935109Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.4936435Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\91a68eec-85e0-4e3b-bc42-ce7a018db8ae\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.4941865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\91a68eec-85e0-4e3b-bc42-ce7a018db8ae\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.4943434Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.5339979Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.6095072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.6098404Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.6099661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.6100649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.6101109Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.6214749Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.6216199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e29e65eb-f6ec-4d1a-a61a-159b7f982f70\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.6221613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e29e65eb-f6ec-4d1a-a61a-159b7f982f70\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.6223071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.6682411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.7500704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.7511228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.7512808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.7513915Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.7514400Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.7597859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.7598629Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\81e95482-e00c-436c-8942-b760d8c2c560\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.7602152Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\81e95482-e00c-436c-8942-b760d8c2c560\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.7603007Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.7877226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.8285770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.8288047Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.8288788Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.8289364Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.8289628Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.8358026Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.8358940Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\37b1d9e1-3836-469e-a260-63588e57197e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.8362107Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\37b1d9e1-3836-469e-a260-63588e57197e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.8362936Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.8697498Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.9396611Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.9400349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.9402097Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.9403364Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.9403904Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.9558618Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.9560118Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\427d58e8-4cb8-4177-9273-c017aa9832f7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.9565571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\427d58e8-4cb8-4177-9273-c017aa9832f7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:27.9567008Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.0027643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.0739872Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.0743183Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.0744575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.0745688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.0746235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.0830169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.0830960Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a059961-8ecc-47c2-ab09-3e9ad37c2f32\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.0833432Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a059961-8ecc-47c2-ab09-3e9ad37c2f32\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.0834046Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.1249544Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.1989724Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.1994362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.1996279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.1997705Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.1998377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.2107428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.2108950Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5899c089-e369-4b62-b58e-dc7ec32723fd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.2114804Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5899c089-e369-4b62-b58e-dc7ec32723fd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.2116384Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.2587436Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.3222983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.3225774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.3226876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.3227713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.3228104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.3302834Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.3303783Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5d85cad1-ef59-4aff-89ba-79178f7b656d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.3306877Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5d85cad1-ef59-4aff-89ba-79178f7b656d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.3307712Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.3552857Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.4054219Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.4056829Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.4057811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.4058549Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.4058893Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.4133962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.4135021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\42d89990-6070-4563-bf3b-2de2fa817fdb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.4139300Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\42d89990-6070-4563-bf3b-2de2fa817fdb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.4140476Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.4514379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.5196853Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.5198987Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.5199744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.5200343Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.5200639Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.5279266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.5280419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1ff00bca-05c4-4a35-aa31-f5a01ea77444\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.5284067Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1ff00bca-05c4-4a35-aa31-f5a01ea77444\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.5285007Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.5605297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6214221Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6218200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6220499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6221807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6222359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6293067Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6293701Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8aa61763-1dd3-4abc-8d6c-735759c00d2a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6296097Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8aa61763-1dd3-4abc-8d6c-735759c00d2a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6296719Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6546778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6947084Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6949423Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6950241Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6950932Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.6951264Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.7045709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.7046772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ee1104d5-ddc3-4939-b72a-8f1e40a871c6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.7049941Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ee1104d5-ddc3-4939-b72a-8f1e40a871c6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.7050753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.7321054Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.8054221Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.8058580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.8059911Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.8060944Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.8061428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.8148297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.8149305Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\07a56282-ffcb-41ac-8ec1-945e3c1f8d82\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.8152987Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\07a56282-ffcb-41ac-8ec1-945e3c1f8d82\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.8153983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.8452433Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.9159133Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.9164045Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.9166151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.9167736Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.9168441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.9339516Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.9341398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6f1bb219-6698-4edc-bcad-f96042efe967\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.9352257Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6f1bb219-6698-4edc-bcad-f96042efe967\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.9353937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:28.9767034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.0488665Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.0493083Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.0494923Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.0496235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.0496861Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.0616055Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.0617420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\457940e5-093f-465c-a5a4-bf75f0fd60b5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.0622508Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\457940e5-093f-465c-a5a4-bf75f0fd60b5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.0623899Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.1136260Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.1859500Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.1863655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.1865510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.1866844Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.1867459Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.1991731Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.1993774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eee373f1-7534-4499-a4f1-515757889d11\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.2001415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eee373f1-7534-4499-a4f1-515757889d11\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.2003074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.2480538Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.3222290Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.3227852Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.3230046Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.3231707Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.3232501Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.3343082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.3344212Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d0c6ef06-66ef-4ded-8e51-fc96b7431f55\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.3349018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d0c6ef06-66ef-4ded-8e51-fc96b7431f55\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.3350344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.3726359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.4394782Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.4398599Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.4400056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.4401213Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.4401754Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.4483138Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.4484069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\881e74f1-6585-4b58-9e16-9de4f34e3407\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.4487341Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\881e74f1-6585-4b58-9e16-9de4f34e3407\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.4488184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.4732106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5118165Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5121646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5122907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5123807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5124208Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5192178Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5192812Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6f1349b-5793-487c-80d0-0539704f0e27\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5195297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6f1349b-5793-487c-80d0-0539704f0e27\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5195970Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5400133Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5863698Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5866711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5867791Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5868552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5868891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5974460Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5975375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9c8dcd2f-9d0b-49b8-9dec-6790517d302c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5978315Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9c8dcd2f-9d0b-49b8-9dec-6790517d302c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.5979017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.6192254Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.6571638Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.6573859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.6574613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.6575194Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.6575458Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.6633501Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.6634193Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\80f4e0e5-faa6-43be-8bbc-5eaa20ea051f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.6636561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\80f4e0e5-faa6-43be-8bbc-5eaa20ea051f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.6637243Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.6879074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.7248074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.7250298Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.7251189Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.7251785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.7252061Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.7323437Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.7324356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1f8e6db8-9324-4e97-8232-6efb5a9f6e52\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.7327262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1f8e6db8-9324-4e97-8232-6efb5a9f6e52\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.7327978Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.7566598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8006235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8009580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8033012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8034503Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8034920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8108320Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8108980Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b65bf2fb-833b-4ac5-9916-0824aec4cea5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8111655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b65bf2fb-833b-4ac5-9916-0824aec4cea5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8112421Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8309844Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8701464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8703605Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8704410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8705033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8705344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8771328Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8772207Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2b1c45c0-6d16-4bb8-ad6c-7d2582fd0236\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8775508Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2b1c45c0-6d16-4bb8-ad6c-7d2582fd0236\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.8776318Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.9054195Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.9422520Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.9424621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.9425415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.9426003Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.9426272Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.9492287Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.9493038Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c0eb605d-dcf4-4d67-ba36-ad8320886bad\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.9495956Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c0eb605d-dcf4-4d67-ba36-ad8320886bad\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.9496641Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:29.9776492Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0155541Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0157572Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0158389Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0158986Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0159257Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0218491Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0219268Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7ee6daac-b884-4f45-a703-e50969c483a9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0222842Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7ee6daac-b884-4f45-a703-e50969c483a9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0223600Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0458767Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0871741Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0874153Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0874976Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0875582Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0875871Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0944852Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0945709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f46715e9-f0e2-4f97-b30b-68c01f6e2fae\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0948261Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f46715e9-f0e2-4f97-b30b-68c01f6e2fae\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.0948945Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.1145975Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.1594408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.1596650Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.1597406Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.1597991Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:30.1598270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:32.7321545Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'Costura.Fody'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:32.7366187Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"Costura.Fody, Version=4.1.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:25:32.7371721Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Remove package 'Costura.Fody'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:33.8058271Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.8059867Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d02eb954-326d-40cb-86dc-df46d4620082\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.8065830Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d02eb954-326d-40cb-86dc-df46d4620082\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.8067808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.8461397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9054682Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9056770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9057506Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9058079Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9058345Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9125044Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9126085Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\32082157-5f0c-4c7e-84bc-12e05c5ea321\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9128972Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\32082157-5f0c-4c7e-84bc-12e05c5ea321\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9129653Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9410364Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9874091Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9876419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9877190Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9877786Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9878053Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9944824Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9945733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c0012754-5df3-4ab6-ad02-a24d68ef9096\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9948867Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c0012754-5df3-4ab6-ad02-a24d68ef9096\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:33.9949670Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.0294166Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.0954848Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.0957609Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.0958605Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.0959440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.0959839Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.1017703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.1018339Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2d7cf088-8c75-492a-90d9-0f38dc5a2d36\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.1020740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2d7cf088-8c75-492a-90d9-0f38dc5a2d36\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.1021404Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.1241497Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.1837231Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.1879835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.1882349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.1883801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.1884556Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.1912874Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'MaterialDesignThemes'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:34.1933709Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Remove package 'MaterialDesignThemes'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:34.1934550Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:34.2092632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.2094416Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\421189b0-9e81-4f5c-ba98-c2dcf84a8f58\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.2100046Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\421189b0-9e81-4f5c-ba98-c2dcf84a8f58\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.2101610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.2543405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.3197762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.3201472Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.3203403Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.3204800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.3205550Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.3320618Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.3321997Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\aeeb5d09-5272-45f1-8b32-c26272d2f9c6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.3327084Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\aeeb5d09-5272-45f1-8b32-c26272d2f9c6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.3328600Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.3778531Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.4522411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.4526864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.4528761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.4530129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.4530796Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.4729382Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.4730197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fbf23cf5-dab9-41f8-8845-9d29c4f306b5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.4732633Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fbf23cf5-dab9-41f8-8845-9d29c4f306b5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.4733262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.4929661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.5574562Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.5579025Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.5580897Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.5582292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.5582938Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.5705225Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.5707179Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2727bc04-ef52-4dae-87cd-7f75cfe7b13b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.5713724Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2727bc04-ef52-4dae-87cd-7f75cfe7b13b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.5715328Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.6195006Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.6779939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.6782383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.6783303Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.6783972Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.6784294Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.6860034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.6860991Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c8a601f7-1f2a-433f-9955-2d57beb50865\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.6863690Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c8a601f7-1f2a-433f-9955-2d57beb50865\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.6864425Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.7116683Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.7576478Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.7582393Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.7584828Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.7586506Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.7587241Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.7708731Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.7710175Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cb247118-c355-4a09-862d-01b805efc72a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.7715834Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cb247118-c355-4a09-862d-01b805efc72a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.7717365Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.8193359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.9005867Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.9009234Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.9010563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.9011609Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.9012085Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.9096692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.9097584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a87d7030-f085-401d-b576-0c7a2158a8fa\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.9100517Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a87d7030-f085-401d-b576-0c7a2158a8fa\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.9101289Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:34.9364218Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0004562Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0007314Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0008266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0009030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0009432Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0087139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0087999Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d451e350-dcc9-4cbe-a369-a3bad8cda945\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0090899Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d451e350-dcc9-4cbe-a369-a3bad8cda945\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0091657Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0376143Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0937500Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0940558Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0941640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0942479Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.0942872Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.1032349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.1033361Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3f84e3dc-7601-4f1a-80a1-707456bedc94\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.1036298Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3f84e3dc-7601-4f1a-80a1-707456bedc94\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.1037094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.1378511Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.2167927Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.2172928Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.2174757Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.2176156Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.2176808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.2286615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.2287808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d43245fe-d69f-4c96-a640-eaaa77c779de\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.2292230Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d43245fe-d69f-4c96-a640-eaaa77c779de\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.2293458Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.2778641Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.3484798Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.3489959Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.3491481Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.3492607Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.3493144Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.3647262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.3650184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\76ea9585-839b-4c14-9120-e74b7f92a0ec\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.3655835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\76ea9585-839b-4c14-9120-e74b7f92a0ec\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.3657282Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.4003865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.4489702Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.4493294Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.4494672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.4495656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.4496121Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.4574759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.4576152Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ce16d5a4-d350-4c64-91a6-4821b0fd20fb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.4579818Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ce16d5a4-d350-4c64-91a6-4821b0fd20fb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.4580706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.4828034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5278296Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5280448Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5281326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5282020Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5282329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5361111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5362974Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e87b0d46-a37c-4ea9-a271-3cf6d4454535\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5367736Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e87b0d46-a37c-4ea9-a271-3cf6d4454535\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5368673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5592228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5981172Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5983585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5984463Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5985178Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.5985556Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6053000Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6053652Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d6fd2c7-a834-49b7-bc38-a2ee95309213\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6056158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d6fd2c7-a834-49b7-bc38-a2ee95309213\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6056817Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6321639Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6787025Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6789411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6790202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6790802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6791084Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6861125Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6861971Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bc2f7356-a73b-4db2-a6fc-c8d0723f6fcb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6864498Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bc2f7356-a73b-4db2-a6fc-c8d0723f6fcb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.6865122Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.7181438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.7584861Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.7587115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.7587836Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.7588415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.7588684Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.7654769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.7655426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cdfd0697-6f31-43ce-8b26-ccae402f2449\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.7657809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cdfd0697-6f31-43ce-8b26-ccae402f2449\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.7658524Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.7905600Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8273395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8275681Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8276443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8277036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8277309Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8342082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8343059Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\73310140-2258-4ef4-8ec8-bae15601627c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8347104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\73310140-2258-4ef4-8ec8-bae15601627c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8348247Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8549295Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8962915Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8967739Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8969169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8969960Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.8970308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9041902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9042526Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff6acbc4-6121-4d13-bdc0-40d3c1c7c1c6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9045115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff6acbc4-6121-4d13-bdc0-40d3c1c7c1c6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9045779Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9266698Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9655005Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9657236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9658101Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9658731Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9659014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9729675Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9730561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\42b22245-1364-4601-a66c-092aabc123e7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9733263Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\42b22245-1364-4601-a66c-092aabc123e7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9733959Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:35.9959078Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.0352535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.0354940Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.0355894Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.0356637Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.0357019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.0454146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.0455077Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5905edf1-1701-4467-9993-2a3f356a3a55\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.0457828Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5905edf1-1701-4467-9993-2a3f356a3a55\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.0458578Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.0696438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1084910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1086934Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1087711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1088278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1088552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1186414Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1187313Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\48b7e762-49df-4c27-a780-416aa604f1c8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1189828Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\48b7e762-49df-4c27-a780-416aa604f1c8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1190504Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1484923Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1861113Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1863199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1864027Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1864623Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1864909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1929042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1929659Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0873cd02-dca0-45ee-9ec8-626a90e0b79c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1932480Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0873cd02-dca0-45ee-9ec8-626a90e0b79c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.1934416Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.2200398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.2552557Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.2557175Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.2559454Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.2561062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.2561714Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.2767725Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.2768596Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\90ce2ba9-fc50-4f48-a0a5-b1f2cd66e948\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.2771132Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\90ce2ba9-fc50-4f48-a0a5-b1f2cd66e948\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.2771803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.3016919Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.3535240Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.3538491Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.3539757Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.3540602Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.3540978Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.3613453Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.3614142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\508f7f11-cfdf-48d5-b3c8-2a06a09c44d1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.3616704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\508f7f11-cfdf-48d5-b3c8-2a06a09c44d1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.3617349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.3851969Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4247098Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4249259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4250047Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4250659Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4250934Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4329042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4329895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f0dd9a54-ed1f-438a-9bca-1b7fa1ea0f48\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4333221Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f0dd9a54-ed1f-438a-9bca-1b7fa1ea0f48\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4334012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4573749Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4970475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4972661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4973425Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4974008Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.4974337Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5030993Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5031675Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2417593d-8945-480a-a76d-86991b257943\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5035793Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2417593d-8945-480a-a76d-86991b257943\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5037062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5260039Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5639418Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5641719Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5642501Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5643094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5643369Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5717964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5718833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3e12b672-d30c-4b2b-9d21-cd41ebcb8c85\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5721422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3e12b672-d30c-4b2b-9d21-cd41ebcb8c85\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5722088Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.5933578Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.6370912Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.6373818Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.6374864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.6375677Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.6376062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.6453349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.6454149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1cb4bcd8-2db6-4a2c-9ce5-fbdb62e5f44b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.6457029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1cb4bcd8-2db6-4a2c-9ce5-fbdb62e5f44b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.6457788Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.6733489Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7081187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7083394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7084262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7084875Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7085159Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7175170Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7176071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f56518fd-0a3e-40d0-9453-5e0641431ea6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7178718Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f56518fd-0a3e-40d0-9453-5e0641431ea6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7179424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7385351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7738802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7740928Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7741773Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7742391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7742673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7804897Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7805525Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4c070e44-e1db-4158-87f8-33877f08f7ea\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7807860Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4c070e44-e1db-4158-87f8-33877f08f7ea\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.7808499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.8110501Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.8521013Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.8523142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.8524015Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.8524654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.8524934Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.8594459Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.8595395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a10a57cc-bee5-43c7-b95c-ee211e64d847\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.8600040Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a10a57cc-bee5-43c7-b95c-ee211e64d847\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.8601216Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.8867281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9250486Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9253962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9255292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9256372Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9256895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9338529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9339297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b0485ad8-4797-4aad-9580-52a02c45e68a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9341977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b0485ad8-4797-4aad-9580-52a02c45e68a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9342685Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9548296Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9912509Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9915744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9917138Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9918021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9918418Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9984597Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9985430Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\10cbf973-bfa0-4f3b-bf3f-d36e65e91e83\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9987982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\10cbf973-bfa0-4f3b-bf3f-d36e65e91e83\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:36.9988650Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.0225594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.0639715Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.0641825Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.0642606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.0643190Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.0643467Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.0716161Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.0716982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4550cd53-9c8f-4361-a177-1a6992a5a7e1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.0720232Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4550cd53-9c8f-4361-a177-1a6992a5a7e1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.0721304Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.1028753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.1437125Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.1439470Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.1440208Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.1440855Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.1441135Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.1511874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.1512717Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f5adea41-8ade-4e35-aeec-b27fce4b6b8a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.1515253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f5adea41-8ade-4e35-aeec-b27fce4b6b8a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.1515975Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.1810044Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2214990Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2217453Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2218277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2218920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2219244Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2298373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2299174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\938c8319-90a0-438d-8b43-4569c54126e2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2301816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\938c8319-90a0-438d-8b43-4569c54126e2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2302468Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2520199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2960047Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2963120Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2964312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2965220Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.2965628Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.3070638Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.3071693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\87607c19-0561-4caa-a696-9ed3048cdec1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.3075962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\87607c19-0561-4caa-a696-9ed3048cdec1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.3077095Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.3356004Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.3843916Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.3847598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.3849133Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.3850383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.3850987Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4002188Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4003566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1c07f92b-fd73-4aa2-ad7c-49290fc548c0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4008487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1c07f92b-fd73-4aa2-ad7c-49290fc548c0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4009766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4323698Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4748615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4751815Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4753192Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4754065Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4754450Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4857614Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4858609Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d631ebe8-5f6c-4251-b9d3-9b3190b8af2f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4861647Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d631ebe8-5f6c-4251-b9d3-9b3190b8af2f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.4862456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.5141566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.5605786Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.5608121Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.5609029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.5609714Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.5610032Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.5684562Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.5685333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ec282201-0476-4216-9080-9f70a45189a7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.5688329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ec282201-0476-4216-9080-9f70a45189a7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.5689123Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.5982959Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.6400678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.6402807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.6403662Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.6404260Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.6404543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.6478450Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.6479273Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\03b35d21-df35-499b-887f-86dffe6472f9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.6481797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\03b35d21-df35-499b-887f-86dffe6472f9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.6482462Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.6715746Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7138780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7140880Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7141673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7142262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7142533Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7208760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7209893Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\afe3a8f8-0fc3-426c-8157-93cf3f1fbc95\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7214589Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\afe3a8f8-0fc3-426c-8157-93cf3f1fbc95\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7215414Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7431020Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7868994Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7872567Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7874047Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7875123Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7875576Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7957377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7958231Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d179de4c-7fb2-4420-84d8-0bec16b13a78\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7961044Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d179de4c-7fb2-4420-84d8-0bec16b13a78\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.7961837Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.8204216Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.8620849Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.8623146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.8623922Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.8624588Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.8624904Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.8689970Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.8690673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c1a0aa19-e59b-413f-ad0f-eb6d2508f5b5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.8693196Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c1a0aa19-e59b-413f-ad0f-eb6d2508f5b5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.8693902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.8948310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.9386226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.9388561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.9389376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.9390043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.9390335Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.9462250Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.9463117Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\686e0381-703b-4012-9d0d-364d09aa36e4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.9465615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\686e0381-703b-4012-9d0d-364d09aa36e4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.9466277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:37.9707752Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0164174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0166636Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0167407Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0168024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0168296Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0238722Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0239487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b93c4bef-e39a-4da5-8747-4bf1a0001afa\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0242491Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b93c4bef-e39a-4da5-8747-4bf1a0001afa\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0243355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0522838Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0933046Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0935564Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0936408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0937061Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.0937351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1029931Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1031226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c0b554f-5c17-4174-a0ee-d33998c6d8be\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1035087Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c0b554f-5c17-4174-a0ee-d33998c6d8be\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1035789Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1247042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1606617Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1608945Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1609772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1610414Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1610691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1674701Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1675546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cc47e80b-2015-4e44-a0df-4698746029a2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1679056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cc47e80b-2015-4e44-a0df-4698746029a2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1680066Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.1946309Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.2359594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.2362562Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.2363674Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.2364394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.2364690Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.2431235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.2431948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\42aa54e3-4ec8-4098-b863-da0083c70a9d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.2434536Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\42aa54e3-4ec8-4098-b863-da0083c70a9d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.2435324Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.2697703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3143557Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3145695Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3146548Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3147192Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3147503Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3214440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3215151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b87afd9-baff-4232-89d1-c8586abff2e8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3217807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b87afd9-baff-4232-89d1-c8586abff2e8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3218497Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3464847Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3951661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3953864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3954723Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3955318Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.3955595Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4023460Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4024398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5b196e6a-7533-4dad-8c36-57f1a5f0b1d6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4027648Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5b196e6a-7533-4dad-8c36-57f1a5f0b1d6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4028398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4275539Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4676846Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4678957Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4679698Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4680268Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4680534Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4750324Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4751021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3fecada0-593c-4738-aab2-41b72f0ca786\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4753680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3fecada0-593c-4738-aab2-41b72f0ca786\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4754404Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.4983658Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.5382557Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.5384789Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.5385548Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.5386163Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:38.5386438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:39.9956178Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'MaterialDesignThemes'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:39.9980764Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"MaterialDesignThemes, Version=2.6.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:25:39.9986277Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Remove package 'MaterialDesignThemes'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:40.9631275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:40.9632190Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e7915716-80de-4ebd-8b17-358657edd913\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:40.9635875Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e7915716-80de-4ebd-8b17-358657edd913\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:40.9636835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:40.9891826Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.0354983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.0357459Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.0358214Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.0358802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.0359068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.0428410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.0429099Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dc600215-c199-4737-a4e0-32007792f400\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.0431688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dc600215-c199-4737-a4e0-32007792f400\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.0432402Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.0678507Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1091516Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1094052Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1094905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1095582Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1095905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1163364Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1164413Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\490c564d-be46-4bea-aef3-f4155338fcd7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1167474Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\490c564d-be46-4bea-aef3-f4155338fcd7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1168322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1444070Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1870573Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1873668Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1895166Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1896468Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1896822Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1977918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1978570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\764eeaff-c3c6-47f5-ab1b-487cb475ee29\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1981084Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\764eeaff-c3c6-47f5-ab1b-487cb475ee29\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.1981725Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.2297258Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.2700651Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.2702884Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.2703704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.2704379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.2704700Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.2717553Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Add package 'Autoupdater.NET.Official'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:41.2736385Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Add package 'Autoupdater.NET.Official'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:41.2736770Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:41.2805928Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.2806816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0c7c213a-843d-4688-84e6-6ece7c20ff08\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.2809601Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0c7c213a-843d-4688-84e6-6ece7c20ff08\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.2810541Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.3076233Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.3495805Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.3498001Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.3498886Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.3499575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.3499929Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.3562958Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.3563569Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ab2ddeda-c85d-413b-b0a5-fb9d58045e65\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.3566068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ab2ddeda-c85d-413b-b0a5-fb9d58045e65\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.3566698Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.3860810Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.4396948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.4399329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.4400267Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.4400967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.4402311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.4588250Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.4589141Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5bbdc875-4625-4784-b2cb-b1d4b765bd91\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.4591801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5bbdc875-4625-4784-b2cb-b1d4b765bd91\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.4592535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.4801180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.5346366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.5348583Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.5349397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.5349987Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.5350269Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.5414060Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.5415283Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c7a77fe4-6fd0-4054-80ee-b0c8b2aa83bc\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.5417839Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c7a77fe4-6fd0-4054-80ee-b0c8b2aa83bc\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.5418487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.5658266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6077184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6080299Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6081534Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6082199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6082484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6159042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6160085Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\acff7840-d54a-430f-a486-3d9e4e2236bd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6162814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\acff7840-d54a-430f-a486-3d9e4e2236bd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6164276Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6454654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6841806Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6844176Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6845006Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6845662Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6845974Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6915000Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6915731Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0756eb1a-645c-4bd2-bea8-0e6886024d23\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6918172Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0756eb1a-645c-4bd2-bea8-0e6886024d23\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.6918856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.7160855Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.7558157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.7560395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.7561131Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.7561714Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.7561980Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.7643396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.7644280Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a7cae68-9445-4898-a802-e7ed621b8182\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.7646892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a7cae68-9445-4898-a802-e7ed621b8182\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.7647594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.7899143Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8306915Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8309350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8310185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8310809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8311088Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8374808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8375468Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\19fb16a2-409c-460e-a8fc-fcf71495e96a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8377967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\19fb16a2-409c-460e-a8fc-fcf71495e96a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8378621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8580627Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8942880Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8963789Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8965026Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8965652Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.8965986Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9043038Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9043857Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f94534fe-7276-404b-b407-ce9862a078bc\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9046527Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f94534fe-7276-404b-b407-ce9862a078bc\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9047223Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9287851Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9654590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9656762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9657589Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9658200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9658485Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9720322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9721036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fb83a4a0-48c5-4f8f-a435-557e7b3d100a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9723567Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fb83a4a0-48c5-4f8f-a435-557e7b3d100a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:41.9724358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.0096809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.0495633Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.0497688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.0498508Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.0499115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.0499399Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.0572428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.0573349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1307b759-07a8-4a82-803d-28e00996b618\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.0576496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1307b759-07a8-4a82-803d-28e00996b618\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.0577274Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.0846274Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.1282281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.1286588Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.1288813Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.1290245Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.1290856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.1393983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.1394984Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6fb2e14a-c927-4a18-a0d5-db60d30b0ed6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.1398538Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6fb2e14a-c927-4a18-a0d5-db60d30b0ed6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.1399431Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.1779196Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.2267826Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.2271211Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.2272635Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.2273619Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.2274072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.2363797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.2364787Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5f3ab6cb-fe45-4b33-bf5e-ce9fd7d1aeff\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.2368012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5f3ab6cb-fe45-4b33-bf5e-ce9fd7d1aeff\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.2368855Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.2620273Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3024970Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3027229Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3028021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3028643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3028918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3085572Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3086225Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4648ce0f-b21d-48b0-a004-780b90cb5e7e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3088835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4648ce0f-b21d-48b0-a004-780b90cb5e7e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3089474Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3344248Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3711397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3713597Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3714593Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3715202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3715537Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3798789Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3799680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\289d97ac-7f9a-4092-8f4f-3f01bc7a4e0b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3802587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\289d97ac-7f9a-4092-8f4f-3f01bc7a4e0b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.3803391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.4022498Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.4392334Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.4395615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.4396787Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.4397700Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.4398088Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.4476500Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.4477219Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0f20361c-8329-465a-b7a8-919ff7b77e4d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.4479836Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0f20361c-8329-465a-b7a8-919ff7b77e4d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.4480490Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.4696905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5076670Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5079158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5080033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5080697Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5081004Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5145911Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5146702Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0910b024-1d7c-4940-b621-be2453a647a3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5149354Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0910b024-1d7c-4940-b621-be2453a647a3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5150156Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5357722Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5795339Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5797834Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5798635Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5799705Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5800003Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5865559Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5866215Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7089dad5-8f14-4576-888a-3b6950219a7f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5868727Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7089dad5-8f14-4576-888a-3b6950219a7f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.5869381Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.6143928Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.6545456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.6548007Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.6549028Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.6549739Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.6550069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.6658485Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.6659625Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9e6210d3-b17e-4b7f-9367-95ba80e5ecd1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.6662891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9e6210d3-b17e-4b7f-9367-95ba80e5ecd1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.6663741Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.6945387Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.7334978Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.7337135Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.7338021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.7338668Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.7338949Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.7401829Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.7402443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8b2437e8-8786-4b13-b431-23822645ca64\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.7404848Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8b2437e8-8786-4b13-b431-23822645ca64\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.7405471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.7653593Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8029878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8031997Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8032811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8033407Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8033737Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8121394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8122356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\63d6a375-8d0a-40ca-937d-188d7f108da5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8126776Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\63d6a375-8d0a-40ca-937d-188d7f108da5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8127577Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8361545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8749502Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8752819Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8754105Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8755049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8755436Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8830895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8831756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ef71411e-50e0-4a31-9da7-15dcdab306db\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8835826Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ef71411e-50e0-4a31-9da7-15dcdab306db\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.8836809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.9072611Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.9513031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.9516494Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.9517833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.9518795Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.9519217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.9774833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.9775744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f1f791df-c74d-4b70-9206-ad7d55038418\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.9778640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f1f791df-c74d-4b70-9206-ad7d55038418\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:42.9779460Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.0029274Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.0432644Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.0435138Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.0435999Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.0436678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.0436982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.0527054Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.0527882Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c81a9aa6-dec6-4cbf-b253-4a444c38ae60\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.0530851Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c81a9aa6-dec6-4cbf-b253-4a444c38ae60\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.0531603Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.0896043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.1321326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.1323647Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.1324439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.1325050Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.1325323Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.1403228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.1403974Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7e9420f9-e2ae-4557-bceb-f0a469e37573\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.1407475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7e9420f9-e2ae-4557-bceb-f0a469e37573\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.1408294Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.1655262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.2173167Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.2176082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.2177159Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.2177942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.2178291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.2254709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.2255670Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\74ab5bca-20ba-46f2-84aa-275db4a97884\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.2259414Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\74ab5bca-20ba-46f2-84aa-275db4a97884\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.2260443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.2636527Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3062476Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3064763Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3065610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3066240Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3066579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3149357Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3150309Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\49148a8c-4381-43e6-bd24-e0b48f91d0ab\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3152803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\49148a8c-4381-43e6-bd24-e0b48f91d0ab\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3153462Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3403722Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3781737Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3783805Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3784633Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3785236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3785518Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3877407Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3878417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0322bd4b-0e4f-4311-9c93-7799fd06cd14\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3881603Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0322bd4b-0e4f-4311-9c93-7799fd06cd14\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.3882365Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.4105966Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.4507665Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.4509827Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.4510673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.4511282Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.4511558Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.4586458Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.4587265Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b5fb66a1-85d1-47b8-963a-370e8ddaedf1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.4590264Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b5fb66a1-85d1-47b8-963a-370e8ddaedf1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.4591031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.4905075Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.5296469Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.5298711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.5299590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.5300236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.5300528Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.5361594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.5362256Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\657b806d-660a-4913-a771-a902a4e84300\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.5364997Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\657b806d-660a-4913-a771-a902a4e84300\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.5365687Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.5628772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6095892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6098025Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6098847Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6099456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6099733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6170358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6171163Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\401775f3-3e20-4f8e-94a0-70b0560a4ee6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6173689Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\401775f3-3e20-4f8e-94a0-70b0560a4ee6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6174349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6419302Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6820263Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6822443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6825374Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6827307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6827866Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6903856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6904583Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6af2b750-0589-4427-96c5-a7f398033434\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6907295Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6af2b750-0589-4427-96c5-a7f398033434\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.6907991Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.7142316Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.7538401Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.7540525Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.7541266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.7541856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.7542175Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.7623597Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.7624575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\12f5cb60-4ca0-4d62-98ce-07ab1cb8c95b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.7627830Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\12f5cb60-4ca0-4d62-98ce-07ab1cb8c95b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.7628600Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.7923595Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.8404020Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.8407505Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.8408785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.8409690Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.8410087Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.8487332Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.8488191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\df63bb04-8816-4b0a-a02b-b625193f37d0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.8491375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\df63bb04-8816-4b0a-a02b-b625193f37d0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.8492263Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.8833849Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.9296353Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.9299450Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.9300571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.9301447Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.9301855Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.9375443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.9376390Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7ed659ac-456d-4534-8564-d38742643d26\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.9379293Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7ed659ac-456d-4534-8564-d38742643d26\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.9380125Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:43.9602689Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0033606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0036014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0036822Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0037470Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0037756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0098246Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0098941Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d9eee983-b532-44d8-9992-9a1ec6839996\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0101419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d9eee983-b532-44d8-9992-9a1ec6839996\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0102067Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0333585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0754777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0758839Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0760477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0761648Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0762123Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0905582Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0906751Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\16c6dd66-65fb-4fb7-82bc-0c10fb082c9e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0910004Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\16c6dd66-65fb-4fb7-82bc-0c10fb082c9e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.0910966Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.1138958Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.1516284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.1519448Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.1520689Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.1521426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.1521750Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.1588039Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.1588778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\950e8f78-96c5-4998-a279-5971dd54aefe\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.1591381Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\950e8f78-96c5-4998-a279-5971dd54aefe\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.1592105Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.1841632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.2234358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.2236666Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.2237569Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.2238210Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.2238572Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.2303151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.2304001Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\32b07215-f231-4ef6-944c-62f9bb02f334\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.2306705Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\32b07215-f231-4ef6-944c-62f9bb02f334\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.2307473Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.2613593Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.3199800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.3202519Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.3203630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.3204445Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.3204835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.3280657Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.3281507Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f846158b-7c11-466c-8864-ae6bb9a6594e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.3284562Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f846158b-7c11-466c-8864-ae6bb9a6594e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.3285377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.3546976Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4026313Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4028786Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4029703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4030358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4030671Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4097051Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4097876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\03bae17f-33a1-445b-8322-426c55156d91\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4100388Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\03bae17f-33a1-445b-8322-426c55156d91\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4101575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4300706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4686617Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4688899Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4689773Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4690473Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4690766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4767095Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4767980Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ba347075-5657-4db0-bd5f-39ced1651c7a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4771290Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ba347075-5657-4db0-bd5f-39ced1651c7a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.4772141Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.5073428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.5556260Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.5559812Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.5562013Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.5563054Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.5563417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.5664438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.5665353Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\52893dab-965b-4660-8404-bd0c7678bcef\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.5668495Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\52893dab-965b-4660-8404-bd0c7678bcef\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.5669191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.5918242Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.6331120Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.6333730Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.6334795Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.6335523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.6335832Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.6400370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.6401186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\328a215a-ca6a-49e9-b0c8-64fb7674f768\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.6404185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\328a215a-ca6a-49e9-b0c8-64fb7674f768\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.6405009Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.6643394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7090243Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7092467Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7093236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7094260Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7095687Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7176973Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7177802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8650282d-a204-4c34-8bef-f64e8b1f8e66\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7180370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8650282d-a204-4c34-8bef-f64e8b1f8e66\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7181032Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7394451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7735836Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7738278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7758641Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7759759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7760068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7824022Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7824671Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70dc880b-42b6-470e-b2db-e67c91571a1d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7827120Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70dc880b-42b6-470e-b2db-e67c91571a1d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.7827770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.8108512Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.8515972Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.8518308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.8519177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.8519818Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.8520108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.8584983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.8585761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\89cf3679-7fda-4dde-8300-689ced09c216\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.8588389Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\89cf3679-7fda-4dde-8300-689ced09c216\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.8589097Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.8818389Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9176815Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9178982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9179782Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9180384Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9180664Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9236843Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9237572Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8385ae84-18d2-418d-a2e1-eb5eeaa66d69\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9240838Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8385ae84-18d2-418d-a2e1-eb5eeaa66d69\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9241628Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9506884Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9924126Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9926439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9927309Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9927942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9928233Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9994183Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9995078Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b820c334-d41a-4e44-b8a3-5adc53c49544\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9997819Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b820c334-d41a-4e44-b8a3-5adc53c49544\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:44.9998468Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.0330207Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.0836321Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.0839864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.0841280Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.0842319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.0842781Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.0946284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.0947488Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\40e9d60b-3df2-4f60-a8d9-13ed16e0b39e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.0952366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\40e9d60b-3df2-4f60-a8d9-13ed16e0b39e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.0953693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.1256235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.1676312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.1678430Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.1679226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.1679839Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.1680151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.1753319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.1754343Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\29940d45-b13c-4302-af20-61937fbd4c96\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.1757306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\29940d45-b13c-4302-af20-61937fbd4c96\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.1758093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.1995449Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.2431477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.2435458Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.2436928Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.2438034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.2438546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.2516099Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.2516844Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9b707331-d2b3-4dec-a95c-200c82be47ca\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.2519562Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9b707331-d2b3-4dec-a95c-200c82be47ca\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.2520234Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.2772329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.3187413Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.3189780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.3190526Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.3191114Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:45.3191380Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:46.7162937Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Add package 'Autoupdater.NET.Official'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:46.7202520Z\",\"@mt\":\"Adding package reference: {PackageReference}\",\"PackageReference\":\"Autoupdater.NET.Official, Version=1.7.4\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:25:46.7208544Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Add package 'Autoupdater.NET.Official'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:47.6843383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.6845078Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e7579c75-d933-45f7-9a76-81ec352d10ff\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.6849989Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e7579c75-d933-45f7-9a76-81ec352d10ff\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.6851210Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.7288312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.7951763Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.7953992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.7954775Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.7955387Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.7955668Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8022185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8022859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dfe839d8-4f4e-4076-ba7e-4b956ea9f5bd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8025284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dfe839d8-4f4e-4076-ba7e-4b956ea9f5bd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8025935Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8268811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8718316Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8745550Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8747021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8747812Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8748158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8825245Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8826321Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a640d4bf-0cb1-4109-ac5e-151cc26ba7c8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8829423Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a640d4bf-0cb1-4109-ac5e-151cc26ba7c8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.8830238Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.9082528Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.9529665Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.9532034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.9532951Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.9533635Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.9533951Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.9605971Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.9606778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3252f0ab-1439-43a1-8d36-3554d9f8f845\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.9609662Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3252f0ab-1439-43a1-8d36-3554d9f8f845\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.9610433Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:47.9869548Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.0301556Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.0305193Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.0306800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.0307993Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.0308539Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.0331995Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Add package 'Costura.Fody'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:48.0358950Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Add package 'Costura.Fody'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:48.0359527Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:48.0443549Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.0444254Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1a495026-420f-4ad0-9f34-8dd38c4b4611\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.0447132Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1a495026-420f-4ad0-9f34-8dd38c4b4611\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.0447869Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.0721811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1139439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1143326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1145163Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1146335Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1146866Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1229529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1230178Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5d817c73-293e-464e-9883-6af5b1218253\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1232612Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5d817c73-293e-464e-9883-6af5b1218253\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1233247Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1454922Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1911994Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1914655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1915667Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1916471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.1916874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2113854Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2114992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4098198f-a8ec-4484-a750-2d04cbfd9166\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2119909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4098198f-a8ec-4484-a750-2d04cbfd9166\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2121337Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2326028Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2731419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2733619Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2734409Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2734982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2735279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2799535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2800222Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\762d298d-e22a-4311-9e54-a6302d732e96\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2802717Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\762d298d-e22a-4311-9e54-a6302d732e96\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.2803360Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.3050622Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.3434500Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.3436713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.3437455Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.3438027Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.3438293Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.3503677Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.3504863Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cf107ebd-dca8-48a7-9628-74826f6c22f5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.3507881Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cf107ebd-dca8-48a7-9628-74826f6c22f5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.3508741Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.3736955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4150560Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4152971Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4153801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4154413Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4154697Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4224628Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4225628Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cd58d8bb-9b2c-42c1-9d12-c1ec065a8e51\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4229077Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cd58d8bb-9b2c-42c1-9d12-c1ec065a8e51\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4229903Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4433737Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4815551Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4820160Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4822129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4823649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4824294Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4941832Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4943142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\163c3a49-ab2e-48e7-989c-d0ff6b8f7a08\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4947278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\163c3a49-ab2e-48e7-989c-d0ff6b8f7a08\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.4948456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.5224740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.5592707Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.5614603Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.5615759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.5616402Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.5616695Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.5681986Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.5682731Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e26f9567-af04-4a37-bea4-2a83494b4ea3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.5685531Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e26f9567-af04-4a37-bea4-2a83494b4ea3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.5686252Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.5938322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.6374078Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.6376389Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.6377317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.6378069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.6378440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.6457322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.6482514Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1903b30b-a44d-4ab8-815c-04c8dac2ffa0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.6486226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1903b30b-a44d-4ab8-815c-04c8dac2ffa0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.6486963Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.6717116Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7143733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7145852Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7146675Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7147274Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7147552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7208149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7208909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\33b0ea73-0522-4dbf-a277-a0be297ed17d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7211580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\33b0ea73-0522-4dbf-a277-a0be297ed17d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7212217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7472240Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7824563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7826637Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7827449Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7828021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7828291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7907890Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7908755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b15c3b3-7e2e-4bec-aa2f-c68375d25030\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7911313Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b15c3b3-7e2e-4bec-aa2f-c68375d25030\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.7912031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.8115820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.8535205Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.8538669Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.8540301Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.8541463Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.8541950Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.8625819Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.8626849Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\57d78d4b-e1f1-4715-981e-99daa5d06760\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.8631044Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\57d78d4b-e1f1-4715-981e-99daa5d06760\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.8632892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.8861193Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9268555Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9270757Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9271503Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9272096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9272424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9339729Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9340531Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6ed525ae-0e36-43d2-aa41-bdc25e7f3ff2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9343062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6ed525ae-0e36-43d2-aa41-bdc25e7f3ff2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9343735Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9580409Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9993438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9995712Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9996505Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9997106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:48.9997377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0059796Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0060510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d67cfd88-6df1-4bab-bc63-24005e099be0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0063057Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d67cfd88-6df1-4bab-bc63-24005e099be0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0063742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0258178Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0638523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0641115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0642012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0642765Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0643153Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0712150Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0712921Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b91d0eb-c7cf-45d0-a3a6-e9f2550a0ffb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0715390Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b91d0eb-c7cf-45d0-a3a6-e9f2550a0ffb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0716093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.0955849Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.1513968Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.1517960Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.1519428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.1520519Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.1521053Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.1604126Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.1605047Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ef0a749e-9c3a-4ea4-a877-faf7c5ad94ba\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.1607936Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ef0a749e-9c3a-4ea4-a877-faf7c5ad94ba\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.1608678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.1883311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.2422924Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.2425255Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.2426045Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.2426651Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.2426973Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.2492122Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.2492902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f2b29db1-ada1-4179-a50c-1bc7e8fd3055\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.2495425Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f2b29db1-ada1-4179-a50c-1bc7e8fd3055\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.2496092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.2728298Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3086005Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3088064Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3088889Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3089495Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3089770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3178336Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3179828Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4c22bc4d-a9ef-4bbf-9f06-15578f93e6ee\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3184405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4c22bc4d-a9ef-4bbf-9f06-15578f93e6ee\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3185471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3410764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3871279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3873349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3874171Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3874785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3875064Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3944650Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3945436Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9dc2e79d-e349-4da2-9f2f-e03e906a7490\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3949549Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9dc2e79d-e349-4da2-9f2f-e03e906a7490\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.3950762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.4209194Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.4603229Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.4605385Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.4606266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.4606859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.4607136Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.4674155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.4674819Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\06c11d74-2eda-45d8-b430-b381c723f331\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.4677296Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\06c11d74-2eda-45d8-b430-b381c723f331\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.4677947Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.4893860Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.5299081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.5301290Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.5302111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.5302761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.5303081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.5418886Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.5419796Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d632d809-1902-402d-bc39-146aa7cb7f9b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.5422415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d632d809-1902-402d-bc39-146aa7cb7f9b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.5423063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.5667609Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6036364Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6038549Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6039291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6039877Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6040202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6096356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6097030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\31022a65-1ff2-4447-be82-b1b1e11ca052\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6099552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\31022a65-1ff2-4447-be82-b1b1e11ca052\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6100169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6333362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6732755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6736016Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6737198Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6738113Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6738499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6980006Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6982038Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\961ed78a-3f55-4d7e-9b79-090900af86c3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6985567Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\961ed78a-3f55-4d7e-9b79-090900af86c3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.6986288Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.7196749Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.7769056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.7774095Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.7775896Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.7777292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.7777863Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.7889072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.7890135Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\72e7384c-993e-4304-8d7a-78da4081c2de\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.7894280Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\72e7384c-993e-4304-8d7a-78da4081c2de\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.7895484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.8171409Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.8629048Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.8632893Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.8634702Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.8635521Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.8635832Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.8712569Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.8713336Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\99e6b7ac-fedd-4320-804e-37c1e8891f1a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.8715962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\99e6b7ac-fedd-4320-804e-37c1e8891f1a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.8716645Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.8950569Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.9359631Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.9361884Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.9362686Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.9363297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.9363579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.9439235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.9439933Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2ac550e8-4881-4b31-b9b9-e97db0160f5f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.9442541Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2ac550e8-4881-4b31-b9b9-e97db0160f5f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.9443275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:49.9683403Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0146641Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0149780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0150934Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0151707Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0152055Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0256400Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0257276Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70a3296c-0251-43b4-a403-aaa4212c0f0e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0259824Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70a3296c-0251-43b4-a403-aaa4212c0f0e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0260470Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0500344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0869147Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0871344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0872222Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0872873Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0873226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0950392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0951359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\522e97fd-130f-4cb9-b313-9c9fa8b2d3fb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0954568Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\522e97fd-130f-4cb9-b313-9c9fa8b2d3fb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.0955456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.1246766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.1651335Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.1653399Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.1654269Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.1654858Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.1655123Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.1726487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.1727351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1d22f016-c325-4618-bfc6-cc875b626555\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.1729874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1d22f016-c325-4618-bfc6-cc875b626555\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.1730516Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.2012106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.2424704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.2426750Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.2427552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.2428128Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.2428397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.2488039Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.2488672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cffddafe-7cc7-4a85-ba5b-48476dee286b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.2491120Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cffddafe-7cc7-4a85-ba5b-48476dee286b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.2493615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.2710315Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3085592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3087908Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3088747Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3089349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3089635Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3166398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3167228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7fe71c09-b537-4277-bf53-d9357d4fcd9e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3169766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7fe71c09-b537-4277-bf53-d9357d4fcd9e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3170409Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3371438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3773284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3775607Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3776462Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3777066Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3777340Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3834856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3835438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\95eaf635-bdc9-4e76-b71e-5feed068b8b4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3837937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\95eaf635-bdc9-4e76-b71e-5feed068b8b4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.3838577Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.4062399Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.4442405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.4444646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.4445423Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.4446026Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.4446296Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.4510765Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.4511692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\15a5b0dd-7664-4b51-8886-78caf86ea9f7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.4515106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\15a5b0dd-7664-4b51-8886-78caf86ea9f7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.4515807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.4743048Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.5211640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.5213878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.5214669Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.5215289Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.5215618Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.5277869Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.5278599Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ee283f64-9980-4bb7-be0d-2260cb6d00c8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.5281150Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ee283f64-9980-4bb7-be0d-2260cb6d00c8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.5281887Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.5565169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6011851Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6014079Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6014859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6015465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6015744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6089728Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6090773Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cee27851-ddf6-4848-a515-103ec881209d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6094969Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cee27851-ddf6-4848-a515-103ec881209d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6095949Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6369196Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6794496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6796580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6797397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6797991Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6798275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6879026Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6879821Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e8e84e47-f184-47f9-b346-c4add20fba3f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6882550Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e8e84e47-f184-47f9-b346-c4add20fba3f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.6883303Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.7086902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.7432009Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.7434134Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.7434949Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.7435544Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.7435821Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.7524201Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.7525108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\422c5ea8-20bb-4ca9-a92d-39210f43548e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.7528956Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\422c5ea8-20bb-4ca9-a92d-39210f43548e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.7529801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.7760258Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8127674Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8131039Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8132355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8133306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8133704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8207721Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8208505Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2b5e9973-b172-45e6-af0a-87c74c3c5141\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8211278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2b5e9973-b172-45e6-af0a-87c74c3c5141\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8212010Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8508555Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8907141Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8909731Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8910732Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8911438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8911761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8973342Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8974118Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c0a46f97-631f-4b89-90d5-d4ea02345ecf\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8976820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c0a46f97-631f-4b89-90d5-d4ea02345ecf\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.8977531Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.9227211Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.9769643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.9773957Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.9776296Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.9777683Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.9778299Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.9859010Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.9859884Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d6b7967a-321a-4f21-bdce-6bc213ab66d1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.9862997Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d6b7967a-321a-4f21-bdce-6bc213ab66d1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:50.9863703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.0111744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.0549637Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.0551974Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.0552747Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.0553349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.0553640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.0631143Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.0632177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\606b536f-fb08-4b59-b8f6-0385e22bc0d1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.0635425Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\606b536f-fb08-4b59-b8f6-0385e22bc0d1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.0636237Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.1024933Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.1863038Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.1868772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.1872131Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.1874699Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.1875730Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.2029824Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.2031802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\63a42055-090e-4370-ab4c-a6a20d1b4eb9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.2040407Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\63a42055-090e-4370-ab4c-a6a20d1b4eb9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.2044294Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.2482579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.3323674Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.3328674Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.3330494Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.3331908Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.3332568Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.3467276Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.3469209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b2d5202-aea9-4b74-9d4d-86e6090e50b5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.3475688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b2d5202-aea9-4b74-9d4d-86e6090e50b5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.3477303Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.3888942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.4670593Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.4675930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.4677851Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.4679389Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.4680059Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.4804714Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.4806227Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b7ba2edd-3fe8-45e8-8c49-cff0063d968f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.4811471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b7ba2edd-3fe8-45e8-8c49-cff0063d968f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.4812891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.5268325Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.6149029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.6153517Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.6156744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.6158281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.6158978Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.6328939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.6330751Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\79490b1a-4ae8-4b51-ad7c-b3be83dd84f9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.6336526Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\79490b1a-4ae8-4b51-ad7c-b3be83dd84f9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.6338109Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.6760934Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.7511384Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.7515997Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.7517858Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.7519329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.7521376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.7647620Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.7649174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cae07990-d9bd-4f6c-9855-ee43695feda6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.7655397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cae07990-d9bd-4f6c-9855-ee43695feda6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.7657151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.7931646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.8292007Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.8294402Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.8295324Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.8296094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.8296450Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.8383854Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.8387578Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\27123cbb-71c7-40ee-b958-6c477008f7db\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.8396190Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\27123cbb-71c7-40ee-b958-6c477008f7db\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.8398335Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.8646168Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9041648Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9043978Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9044809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9045424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9045703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9147969Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9149437Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2cf63fce-505f-486e-8acf-dd8b211d600d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9154184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2cf63fce-505f-486e-8acf-dd8b211d600d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9156293Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9485983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9987182Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9991612Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9993004Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9993807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:51.9994152Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.0087830Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.0089122Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d06f0420-4c1a-441f-a5a7-af1deb2dd6ee\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.0093427Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d06f0420-4c1a-441f-a5a7-af1deb2dd6ee\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.0094626Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.0445304Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.1282049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.1290707Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.1294050Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.1296573Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.1297707Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.1442955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.1444776Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8344dcfa-a02d-4041-a0e2-9bf28f1a0170\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.1454071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8344dcfa-a02d-4041-a0e2-9bf28f1a0170\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.1456229Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.1938971Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.2761259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.2765859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.2769017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.2770646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.2771311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.2942214Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.2944062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\30630a4e-2b1f-4556-a5b5-a234430638cb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.2951191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\30630a4e-2b1f-4556-a5b5-a234430638cb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.2952930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.3402373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.4188894Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.4196709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.4198913Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.4200388Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.4202451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.4319800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.4321147Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9eb9cd35-aeec-4471-a85a-433ae8730846\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.4326273Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9eb9cd35-aeec-4471-a85a-433ae8730846\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.4327669Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.4786841Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.5659639Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.5664482Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.5666269Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.5667699Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.5668354Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:52.5754928Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Add package 'Costura.Fody'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:52.5792880Z\",\"@mt\":\"Adding package reference: {PackageReference}\",\"PackageReference\":\"Costura.Fody, Version=5.7.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:25:52.5800096Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Add package 'Costura.Fody'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:53.9572286Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:53.9573807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\da6caf5b-07dc-4249-b285-940166e12fcd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:53.9578278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\da6caf5b-07dc-4249-b285-940166e12fcd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:53.9579477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:53.9959108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.0464857Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.0466963Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.0487595Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.0488794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.0489120Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.0555366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.0556686Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\06ee77cc-21b2-48ae-beed-c143380e09ff\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.0559547Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\06ee77cc-21b2-48ae-beed-c143380e09ff\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.0560248Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.0799289Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1202356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1204410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1205208Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1205813Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1206089Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1275870Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1276751Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b690ea42-4aaa-4a37-95b0-f00a942c6542\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1281169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b690ea42-4aaa-4a37-95b0-f00a942c6542\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1282934Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1527174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1849139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1851332Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1852258Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1852887Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1853179Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1915554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1916278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2026acc5-962a-4ea6-96bf-f9bdef55c191\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1918972Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2026acc5-962a-4ea6-96bf-f9bdef55c191\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.1919660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.2165921Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.2562711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.2564964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.2565785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.2566363Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.2566667Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.2580299Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Add package 'MaterialDesignThemes'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:54.2603304Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Add package 'MaterialDesignThemes'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:54.2603687Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:25:54.2682583Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.2683503Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3ca45213-bcae-43ae-9431-6cdf94f9cb55\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.2688028Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3ca45213-bcae-43ae-9431-6cdf94f9cb55\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.2689147Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.2952829Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.3464938Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.3467112Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.3468163Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.3468922Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.3469281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.3557299Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.3558130Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2035d558-010a-4655-b42e-e3fa76dc923b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.3561477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2035d558-010a-4655-b42e-e3fa76dc923b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.3562504Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.3919673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.4375643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.4377833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.4378676Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.4379305Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.4379585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.4542489Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.4543306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3ba625a8-594c-44d2-8b80-c8ca51ac3c94\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.4545798Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3ba625a8-594c-44d2-8b80-c8ca51ac3c94\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.4546500Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.4766962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5159854Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5162245Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5163069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5163769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5164117Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5238708Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5239409Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\054539ab-b9e4-43f1-9db2-1dfbfa9d75fd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5241809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\054539ab-b9e4-43f1-9db2-1dfbfa9d75fd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5242457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5457707Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5821294Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5823692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5824490Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5825121Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5825388Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5895680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5896566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f7809715-9c82-4b3a-85b9-976e51dd29c4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5899276Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f7809715-9c82-4b3a-85b9-976e51dd29c4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.5900024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.6178204Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.6590468Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.6592796Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.6593579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.6594210Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.6594487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.6663520Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.6664156Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c1b0fd78-5b1f-4401-8f36-10efd5a18103\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.6666657Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c1b0fd78-5b1f-4401-8f36-10efd5a18103\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.6667324Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.6923612Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.7337119Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.7358573Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.7360054Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.7360756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.7361067Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.7459756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.7461500Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\50309e26-cc00-485f-aa1e-6a19115ada58\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.7468488Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\50309e26-cc00-485f-aa1e-6a19115ada58\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.7470512Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.7688453Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.8090797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.8093046Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.8093909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.8094557Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.8094850Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.8163563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.8164892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b6d752d9-012c-429c-aca0-c61652304317\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.8169974Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b6d752d9-012c-429c-aca0-c61652304317\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.8171209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.8600973Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9078462Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9081129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9082174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9082910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9083242Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9162803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9163621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d2c081f2-a672-40be-a65b-59638f33b5b4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9166175Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d2c081f2-a672-40be-a65b-59638f33b5b4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9166852Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9417760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9822910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9825292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9826236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9827009Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9827387Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9899107Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9900151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4c3a6fb7-c986-4175-b2e1-595db965bf71\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9903443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4c3a6fb7-c986-4175-b2e1-595db965bf71\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:54.9904186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.0120721Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.0711369Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.0714334Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.0715547Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.0716402Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.0716804Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.0802410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.0803393Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c38ad0f2-800d-4443-a95a-95b71a08c9b0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.0806336Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c38ad0f2-800d-4443-a95a-95b71a08c9b0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.0807072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.1035490Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.1509323Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.1511630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.1512410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.1513024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.1513308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.1581678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.1582440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\76d0b4d9-1025-4803-b1a6-4b166205a816\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.1585733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\76d0b4d9-1025-4803-b1a6-4b166205a816\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.1586606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.1793491Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.2259711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.2262061Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.2262875Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.2263525Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.2263829Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.2328360Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.2329099Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\548c8cce-febc-48c5-8e3d-785746045c65\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.2331668Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\548c8cce-febc-48c5-8e3d-785746045c65\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.2332347Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.2572286Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.3081345Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.3085519Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.3087035Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.3088108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.3088585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.3186587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.3187909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3ab98517-429d-455a-aeac-2f718ed7fd5b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.3193178Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3ab98517-429d-455a-aeac-2f718ed7fd5b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.3194580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.3592713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4126758Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4129112Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4129942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4130572Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4130860Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4197654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4198725Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\523a7264-1c38-46cc-8ade-fc2886f806d7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4201378Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\523a7264-1c38-46cc-8ade-fc2886f806d7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4202083Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4444155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4828655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4831229Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4832096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4832862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4833180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4901392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4902079Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7049cd3c-9dcb-456c-8673-091101d2754c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4904744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7049cd3c-9dcb-456c-8673-091101d2754c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.4905439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.5130405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.5541526Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.5543628Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.5544510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.5545109Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.5545381Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.5616758Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.5641676Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\31fc8eff-bb37-4df8-93ce-91bc1eac0bf9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.5645891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\31fc8eff-bb37-4df8-93ce-91bc1eac0bf9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.5646825Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.5920977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.6303041Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.6305940Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.6307225Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.6307909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.6308209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.6386340Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.6387383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ee1424eb-689b-450d-8836-ee2af58d10ef\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.6390530Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ee1424eb-689b-450d-8836-ee2af58d10ef\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.6391421Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.6644183Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7003097Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7005229Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7006031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7006605Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7006876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7076200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7077032Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\da9009eb-a15e-433a-b762-e5c8f8f1d426\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7079523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\da9009eb-a15e-433a-b762-e5c8f8f1d426\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7080207Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7279188Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7640471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7642732Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7643555Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7644151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7644437Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7706350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7707081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6697082d-3646-4bf7-ab15-f7bf4789f4c9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7709907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6697082d-3646-4bf7-ab15-f7bf4789f4c9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7710637Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.7945316Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.8465823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.8468099Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.8468922Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.8469563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.8469842Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.8559517Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.8560351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ffa90315-2660-44f1-a186-6549895dbbf4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.8562929Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ffa90315-2660-44f1-a186-6549895dbbf4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.8563581Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.8852489Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.9352775Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.9355021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.9355835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.9356563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.9356898Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.9428506Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.9429218Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3bb626a3-a62e-4226-a1f0-57a6643eb91a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.9431975Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3bb626a3-a62e-4226-a1f0-57a6643eb91a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.9432687Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:55.9699561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0144919Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0147137Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0148312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0148923Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0149192Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0372661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0373538Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8e16631e-0115-41f1-806c-78f15a1ee4d4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0376303Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8e16631e-0115-41f1-806c-78f15a1ee4d4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0376989Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0597087Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0975982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0979304Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0980469Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0981335Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.0981702Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1052306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1053188Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e14141b3-c31d-4b74-b930-39b420c492c9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1057322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e14141b3-c31d-4b74-b930-39b420c492c9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1058290Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1299194Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1759249Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1762825Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1764040Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1764945Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1765316Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1848272Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1849079Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7bccc3c1-1140-4668-b98f-e36ca3398142\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1851616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7bccc3c1-1140-4668-b98f-e36ca3398142\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.1852293Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.2082965Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.2431408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.2433502Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.2434317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.2434937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.2435216Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.2520176Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.2521106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dfad6b31-e58c-481c-a06a-34afbbb84baf\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.2524076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dfad6b31-e58c-481c-a06a-34afbbb84baf\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.2525055Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.2735769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3119583Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3123745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3125119Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3126018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3126408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3208737Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3209537Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a608793d-f3df-4f10-8cac-0ae427552bcb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3212042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a608793d-f3df-4f10-8cac-0ae427552bcb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3212733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3550590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3951512Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3953753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3954645Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3956099Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.3956464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4019100Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4019795Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0c3cd872-5ec9-4afe-bb37-6175c52fe644\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4022432Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0c3cd872-5ec9-4afe-bb37-6175c52fe644\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4023087Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4272694Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4666696Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4668747Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4669540Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4670129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4670406Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4739451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4740268Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c231858f-9d4c-4368-a286-92164f7f6317\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4742973Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c231858f-9d4c-4368-a286-92164f7f6317\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4743688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.4988092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.5392620Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.5394750Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.5395556Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.5396127Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.5396397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.5462453Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.5463282Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9781f9ed-078f-4d3b-843e-5966a6da7c3a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.5467045Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9781f9ed-078f-4d3b-843e-5966a6da7c3a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.5467976Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.5695632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6048613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6050777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6051524Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6052084Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6052353Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6119699Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6120466Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9e17a93a-2b09-4635-8635-759e6e7251f7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6122905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9e17a93a-2b09-4635-8635-759e6e7251f7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6123538Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6331069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6726430Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6728546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6729296Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6729881Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6730148Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6792911Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6793605Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\adef7bf8-007e-494f-a11c-5e5d5646994b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6796537Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\adef7bf8-007e-494f-a11c-5e5d5646994b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.6797278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.7045794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.7485105Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.7487394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.7488224Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.7488834Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.7489139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.7558862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.7559744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\90edb8f1-4d42-4b2c-bf2d-a78d11ca1ab0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.7563457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\90edb8f1-4d42-4b2c-bf2d-a78d11ca1ab0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.7564343Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.7776758Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8163631Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8165870Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8166632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8167302Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8167621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8227405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8228073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\88fa0608-6831-46e1-b004-a8614cc0ce93\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8230490Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\88fa0608-6831-46e1-b004-a8614cc0ce93\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8231134Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8476622Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8930973Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8933615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8934672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8935456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.8935883Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9034060Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9034882Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d42198f-4081-4a84-a9b7-5a99b891053c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9037435Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d42198f-4081-4a84-a9b7-5a99b891053c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9038087Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9276598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9667458Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9669542Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9670342Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9671063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9671347Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9738521Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9739249Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\403e086b-95b5-4901-a2a9-af8e2f8bc04f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9741649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\403e086b-95b5-4901-a2a9-af8e2f8bc04f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:56.9742310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.0001743Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.0387493Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.0389560Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.0390375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.0390966Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.0391244Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.0474746Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.0476035Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1b322781-d6ce-41ce-a7c6-c47f2b430d97\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.0479667Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1b322781-d6ce-41ce-a7c6-c47f2b430d97\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.0480426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.0804878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.1403372Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.1406573Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.1407742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.1408599Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.1408974Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.1484127Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.1484821Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a1048e39-0aae-4de2-a08a-10a285cb23ce\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.1487421Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a1048e39-0aae-4de2-a08a-10a285cb23ce\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.1488105Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.1736586Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.2277158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.2281439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.2283178Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.2284526Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.2285145Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.2391281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.2392592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\db9e6af6-ed43-4dff-b37d-ee2e751883e1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.2397047Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\db9e6af6-ed43-4dff-b37d-ee2e751883e1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.2398256Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.2669937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3165573Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3167733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3168533Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3169191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3169518Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3229793Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3230502Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\26c18321-9632-4b5f-aa3d-15fd5b3ef3a8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3233063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\26c18321-9632-4b5f-aa3d-15fd5b3ef3a8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3233753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3456807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3846287Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3848440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3849172Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3849744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3850080Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3922760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3923615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b259339-a0a9-447b-968b-91ebdbdcb273\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3926277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b259339-a0a9-447b-968b-91ebdbdcb273\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.3926965Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.4134815Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.4574264Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.4576535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.4577388Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.4577995Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.4578274Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.4641104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.4641865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\94109056-65aa-464e-b831-2c5febd749ec\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.4644329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\94109056-65aa-464e-b831-2c5febd749ec\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.4644977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.4867390Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5245146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5247390Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5248169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5248765Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5249041Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5312339Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5313126Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\328f639e-8831-4206-8dfc-41d9f0a1193f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5315623Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\328f639e-8831-4206-8dfc-41d9f0a1193f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5316597Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5516465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5869889Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5872208Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5873154Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5874122Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5874490Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5956187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5956991Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1c36f28a-5f78-4013-8c4f-97810639376a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5959476Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1c36f28a-5f78-4013-8c4f-97810639376a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.5960171Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.6158346Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.6521867Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.6525308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.6526695Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.6527627Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.6528042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.6605313Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.6606096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\13ea76e8-ea29-4b11-82fb-51f85052140f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.6609129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\13ea76e8-ea29-4b11-82fb-51f85052140f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.6609921Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.6865785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.7369523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.7371604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.7372438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.7373081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.7373374Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.7445336Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.7446080Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f38f75b6-836c-4c27-90b7-ffe6085f5204\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.7449094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f38f75b6-836c-4c27-90b7-ffe6085f5204\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.7449855Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.7764988Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8224234Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8226777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8227783Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8228558Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8228975Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8321951Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8322899Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d268b9de-431f-497d-aa19-21835822d328\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8325863Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d268b9de-431f-497d-aa19-21835822d328\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8326633Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8562614Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8975233Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8977711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8978702Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8979457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.8979790Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9055124Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9056146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\79d9da16-cb5e-47d1-9314-52c2a7145487\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9059607Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\79d9da16-cb5e-47d1-9314-52c2a7145487\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9060546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9313944Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9724501Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9726654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9727385Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9727963Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9728228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9796872Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9797865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7a9ee605-f9d7-45e7-a9a5-828e3c857608\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9801489Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7a9ee605-f9d7-45e7-a9a5-828e3c857608\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:57.9802471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.0043931Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.0460875Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.0464149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.0465304Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.0466158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.0466522Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.0540477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.0541190Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b5085099-add0-476f-a974-b32cd99526fa\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.0543621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b5085099-add0-476f-a974-b32cd99526fa\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.0544282Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.0793894Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.1250224Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.1252586Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.1253371Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.1253964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.1254242Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.1332288Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.1333086Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c5d1bdc1-d4e2-4727-adfc-ce5ca27b7acc\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.1335501Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c5d1bdc1-d4e2-4727-adfc-ce5ca27b7acc\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.1336140Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.1575502Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2034550Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2036954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2037796Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2038420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2038704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2112066Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2112750Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8d539a5b-e50f-4f6e-8028-08c47c4e8bb5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2115104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8d539a5b-e50f-4f6e-8028-08c47c4e8bb5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2115699Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2362359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2731401Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2733654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package Autoupdater.NET.Official 1.6.3 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package Autoupdater.NET.Official 1.6.3 supports:\\r\\n  - net20 (.NETFramework,Version=v2.0)\\r\\n  - net35 (.NETFramework,Version=v3.5)\\r\\n  - net40 (.NETFramework,Version=v4.0)\\r\\n  - net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2734544Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package MaterialDesignThemes 2.6.0 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package MaterialDesignThemes 2.6.0 supports: net45 (.NETFramework,Version=v4.5)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2735257Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:58.2735598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:25:59.8117292Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Add package 'MaterialDesignThemes'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:59.8140811Z\",\"@mt\":\"Adding package reference: {PackageReference}\",\"PackageReference\":\"MaterialDesignThemes, Version=3.2.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:25:59.8146715Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Add package 'MaterialDesignThemes'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:59.8152079Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:25:59.8157096Z\",\"@mt\":\"Saving changes to project file\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:26:00.0328611Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.302\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (129, 5): The \\\"ResolveAppHosts\\\" task failed unexpectedly.\\r\\nSystem.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\\r\\nFile name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'\\r\\n ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)\\r\\n   at System.Reflection.Assembly.LoadFrom(String assemblyFile)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>g__TryLoadAssembly|3(AssemblyName assemblyName)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>b__2(AssemblyLoadContext _, AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(TextReader textReader)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(Stream stream)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(String filePath)\\r\\n   at Microsoft.NET.Build.Tasks.RuntimeGraphCache.GetRuntimeGraph(String runtimeJsonPath)\\r\\n   at Microsoft.NET.Build.Tasks.ResolveAppHosts.GetHostItem(String runtimeIdentifier, List`1 knownAppHostPacksForTargetFramework, List`1 packagesToDownload, String hostNameWithoutExtension, String itemName, Boolean isExecutable, Boolean errorIfNotFound)\\r\\n   at Microsoft.NET.Build.Tasks.ResolveAppHosts.ExecuteCore()\\r\\n   at Microsoft.NET.Build.Tasks.TaskBase.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-08-04T23:26:00.0358123Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Target compatibility reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:02.3576604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.3578376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3330224e-dab1-4c20-bd56-56248e69f789\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.3586835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3330224e-dab1-4c20-bd56-56248e69f789\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.3588668Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.4956433Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/autoupdater.net.official/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.5280159Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/costura.fody/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.5314998Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/materialdesignthemes/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.6604182Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/autoupdater.net.official/index.json 164ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.6789899Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/materialdesignthemes/index.json 147ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.6794951Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/costura.fody/index.json 151ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.7298120Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/autoupdater.net.official/1.7.4/autoupdater.net.official.1.7.4.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.7348607Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/costura.fody/5.7.0/costura.fody.5.7.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.7367733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/materialdesignthemes/3.2.0/materialdesignthemes.3.2.0.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.7569396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/costura.fody/5.7.0/costura.fody.5.7.0.nupkg 21ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.7578952Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/autoupdater.net.official/1.7.4/autoupdater.net.official.1.7.4.nupkg 27ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.7764155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/materialdesignthemes/3.2.0/materialdesignthemes.3.2.0.nupkg 39ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:02.9468313Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/microsoft.web.webview2/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:03.0409673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/microsoft.web.webview2/index.json 93ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:03.0462339Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/microsoft.web.webview2/1.0.1210.39/microsoft.web.webview2.1.0.1210.39.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:03.0667393Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/microsoft.web.webview2/1.0.1210.39/microsoft.web.webview2.1.0.1210.39.nupkg 20ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:04.0435145Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:04.0630441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of Microsoft.Web.WebView2 1.0.1210.39\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:04.0739408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of MaterialDesignThemes 3.2.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:04.0747652Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of Autoupdater.NET.Official 1.7.4\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:04.3451695Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Lock not required - Package already installed Microsoft.Web.WebView2 1.0.1210.39\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:04.7048231Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Lock not required - Package already installed MaterialDesignThemes 3.2.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:06.8576820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Lock not required - Package already installed Autoupdater.NET.Official 1.7.4\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:07.9036087Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:07.9037499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:07.9039636Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:07.9040155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:07.9160913Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:07.9161787Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7df6d0d0-ef4c-446d-a509-169d2045926a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:07.9164738Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7df6d0d0-ef4c-446d-a509-169d2045926a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:07.9165499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.1011338Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.3287215Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.3288510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.3290115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.3290662Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.3420338Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.3421818Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c067e249-4cc8-49e5-b935-76b6e0554156\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.3426011Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c067e249-4cc8-49e5-b935-76b6e0554156\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.3427041Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.4530514Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.6568721Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.6569746Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.6570792Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.6571119Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.6680735Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.6681566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e9b5cc9a-9333-44d4-bba6-252c24b38a67\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.6686139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e9b5cc9a-9333-44d4-bba6-252c24b38a67\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.6687353Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:08.7773143Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.1320172Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.1321967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.1324761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.1325567Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.1418693Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:09.1436630Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:09.1438983Z\",\"@mt\":\"Reference to .NET Upgrade Assistant analyzer package ({AnalyzerPackageName}) already exists\",\"@l\":\"Debug\",\"AnalyzerPackageName\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.UpgradeAssistantReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:26:09.1439591Z\",\"@mt\":\"No package updates needed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:09.1449748Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Upgrade assistant reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:09.1450500Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:09.1468465Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:09.1564076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.1565465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cf0fce35-6c47-49d8-97a0-6240e910d182\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.1570875Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cf0fce35-6c47-49d8-97a0-6240e910d182\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.1572599Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.2941463Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.5364763Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.5365786Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.5367095Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.5367479Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.5436421Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.windows.compatibility/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:26:09.6342987Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.windows.compatibility/index.json 90ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader\"}\n{\"@t\":\"2022-08-04T23:26:09.7773905Z\",\"@mt\":\"Adding Microsoft.Windows.Compatibility 6.0.0 helps with speeding up the upgrade process for Windows-based APIs\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.WindowsCompatReferenceAnalyzer\"}\n{\"@t\":\"2022-08-04T23:26:09.7795171Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:09.7796148Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Add package 'Microsoft.Windows.Compatibility'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:09.7809342Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Add package 'Microsoft.Windows.Compatibility'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:09.7810158Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:09.7889164Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.7890257Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f8e07f84-7537-4f16-a067-e2fe8f418b19\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.7893962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f8e07f84-7537-4f16-a067-e2fe8f418b19\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.7895015Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:09.8837202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.2296623Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.2297465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.2298739Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.2299093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.2416422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.2417477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a8f5682a-3f03-4acb-ac82-fc0dc6afe946\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.2422717Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a8f5682a-3f03-4acb-ac82-fc0dc6afe946\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.2423737Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.3376219Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.5941429Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.5942625Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.5943703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.5944038Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.6190999Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.6191929Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6c1993df-9cbd-42de-ad8a-564c41e89283\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.6195457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6c1993df-9cbd-42de-ad8a-564c41e89283\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.6196337Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.7052429Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.9297510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.9300113Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.9302003Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.9302489Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.9416307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.9417109Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f1f4297c-b919-439b-acb1-f066d181692e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.9420522Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f1f4297c-b919-439b-acb1-f066d181692e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:10.9421461Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.0246116Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.2621717Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.2622744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.2623769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.2624082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.2732092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.2733122Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c4eae968-7959-45e8-8eb1-4741a164d6f8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.2736022Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c4eae968-7959-45e8-8eb1-4741a164d6f8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.2736742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.4190059Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.8391811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.8393666Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.8395979Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.8396752Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.8646931Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.8648502Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3615b90a-ed56-4cf0-ae1e-7b711dd3d599\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.8654512Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3615b90a-ed56-4cf0-ae1e-7b711dd3d599\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:11.8656169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.0447764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.2971863Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.2972924Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.2974219Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.2974604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.3094938Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.3095797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ef1ff82-9099-4266-a655-ae66543c1a91\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.3099365Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ef1ff82-9099-4266-a655-ae66543c1a91\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.3100226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.3929253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.5906200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.5907315Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.5909676Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.5910203Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.6074667Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.6075961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\573eda0d-108e-40ad-ac2c-fc0e71b92241\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.6080010Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\573eda0d-108e-40ad-ac2c-fc0e71b92241\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.6081024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.7203823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.9408479Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.9409419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.9410766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.9411142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.9524601Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.9525541Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\01287e40-3704-43f0-b70e-1247522819bb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.9529321Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\01287e40-3704-43f0-b70e-1247522819bb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:12.9530167Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.0414730Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.2474319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.2475713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.2477500Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.2478017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.2576861Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.2577574Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0738cbd6-9dda-4443-a67d-213d980c15f0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.2580247Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0738cbd6-9dda-4443-a67d-213d980c15f0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.2580914Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.3572678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.5553443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.5555259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.5556440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.5556774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.5673268Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.5674147Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\065de382-a2b0-4c83-84d4-e352413936da\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.5677126Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\065de382-a2b0-4c83-84d4-e352413936da\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.5677829Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.6787317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.8764001Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.8765001Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.8766029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.8766342Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.8861314Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.8862246Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f2a34a73-eb5a-4844-945b-ff94a76a4623\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.8865414Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f2a34a73-eb5a-4844-945b-ff94a76a4623\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.8866194Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:13.9740346Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.3857231Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.3858750Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.3861187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.3861994Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.4056312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.4058075Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5b5d9f9b-2bf4-4e0e-9849-27dfb6928d2c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.4064357Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5b5d9f9b-2bf4-4e0e-9849-27dfb6928d2c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.4065876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.5245640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.7254881Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.7255876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.7256940Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.7257275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.7368659Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.7369485Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c9d582b2-8412-4428-9ebb-ec92b489020a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.7372863Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c9d582b2-8412-4428-9ebb-ec92b489020a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.7373641Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:14.8712601Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.1142640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.1143764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.1145654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.1146086Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.1249360Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.1250232Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dacb8619-cef6-4587-807f-8a37293a3f49\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.1252937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dacb8619-cef6-4587-807f-8a37293a3f49\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.1253638Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.2221898Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.4228597Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.4229683Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.4230711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.4231024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.4340178Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.4340983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\260cdc1d-a436-4ff7-8b6b-0f32a404673f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.4343731Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\260cdc1d-a436-4ff7-8b6b-0f32a404673f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.4344444Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.5218231Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.7345788Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.7346845Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.7348000Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.7348379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.7458677Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.7459537Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d1e2aa83-3616-4374-bcf3-918461d3660c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.7462301Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d1e2aa83-3616-4374-bcf3-918461d3660c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.7463049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:15.8702390Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.1026166Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.1027147Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.1028249Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.1028599Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.1131094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.1131895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8860ef1d-b640-453b-8914-7e363f976a95\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.1134961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8860ef1d-b640-453b-8914-7e363f976a95\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.1135787Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.2224671Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.4551355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.4552529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.4722565Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.4724902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.5001514Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.5002808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a119edd-aa74-4005-b121-dccdf994a74c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.5007294Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a119edd-aa74-4005-b121-dccdf994a74c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.5008529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.6415694Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.8327394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.8328398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.8329451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.8329775Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.8437384Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.8438158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ee142b7-b531-42f2-a355-ddfc11512bf7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.8440587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ee142b7-b531-42f2-a355-ddfc11512bf7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.8441283Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:16.9395629Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.1635362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.1636634Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.1638230Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.1638715Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.1793553Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.1794603Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0f1dc1ec-570b-4e47-8139-ce13c511de0c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.1797807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0f1dc1ec-570b-4e47-8139-ce13c511de0c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.1798493Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.2798737Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.5013600Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.5014427Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.5017629Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.5018614Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.5142881Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.5143859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a5f3fe82-31ac-464f-8186-ffab301c4038\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.5147284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a5f3fe82-31ac-464f-8186-ffab301c4038\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.5148209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.6430907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.8568592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.8569544Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.8570546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.8570866Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.8803827Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.8804713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2b38113c-ee3e-485a-93ed-cfb035b62a26\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.8807460Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2b38113c-ee3e-485a-93ed-cfb035b62a26\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.8808212Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:17.9821405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.2227810Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.2228957Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.2230043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.2230416Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.2334146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.2334878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\30b18124-98b8-43f3-ba01-c9606ba89a8e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.2337390Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\30b18124-98b8-43f3-ba01-c9606ba89a8e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.2338023Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.3306538Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.5424392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.5425341Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.5426384Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.5426704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.5559099Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.5560135Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5ca5a073-1c8e-4a1e-bea3-1f2c4f4f5897\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.5562827Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5ca5a073-1c8e-4a1e-bea3-1f2c4f4f5897\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.5563512Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.6880479Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.9132871Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.9134005Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.9135477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.9135927Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.9247884Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.9248729Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9858335d-46d2-4089-b415-345210145f6e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.9251359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9858335d-46d2-4089-b415-345210145f6e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:18.9252033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.0223110Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.2378233Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.2379249Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.2380279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.2380628Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.2499405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.2500764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e8ef0f02-7747-4ced-be23-8f17fbf2b3ae\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.2503744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e8ef0f02-7747-4ced-be23-8f17fbf2b3ae\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.2504548Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.3522536Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.5583979Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.5584934Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.5585874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.5586180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.5690607Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.5691319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9a8fd863-aefc-4f61-9a50-4f1e36262af8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.5693971Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9a8fd863-aefc-4f61-9a50-4f1e36262af8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.5694658Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.6625170Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.8553876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.8554877Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.8556145Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.8556587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.8739095Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.8740571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d7fdafbb-29d4-42ea-be7c-434376ffa032\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.8745432Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d7fdafbb-29d4-42ea-be7c-434376ffa032\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.8746775Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:19.9701443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.1918033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.1919208Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.1920532Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.1920965Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.2026533Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.2027291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3f89b982-1b8e-424d-9ac5-c8628b433b36\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.2030023Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3f89b982-1b8e-424d-9ac5-c8628b433b36\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.2030809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.2816160Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.4847422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.4848654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.4850158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.4850617Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.4974469Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.4975307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a93ab3a7-3724-46c2-888a-e4003da4c9a7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.4977972Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a93ab3a7-3724-46c2-888a-e4003da4c9a7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.4978654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.6124916Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.8555316Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.8556829Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.8558571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.8559137Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.8690333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.8691624Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\22e0c6ea-7324-4ac3-89bb-dd73e055f626\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.8695088Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\22e0c6ea-7324-4ac3-89bb-dd73e055f626\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.8695968Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:20.9821990Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.1833564Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.1834560Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.1835608Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.1835926Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.1949866Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.1950808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bbd06a91-2ca0-4e1f-9821-a0a01fdf61f9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.1953690Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bbd06a91-2ca0-4e1f-9821-a0a01fdf61f9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.1954548Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.2885454Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.4977465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.4978770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.4980143Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.4980600Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.5132009Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.5133232Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e02733cb-a1d5-4500-94e9-621b3e4bed6f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.5138078Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e02733cb-a1d5-4500-94e9-621b3e4bed6f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.5139474Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.6376685Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.8460125Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.8461189Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.8462254Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.8462567Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.8567469Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.8568244Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7553070a-accc-4edc-a69f-878e55836618\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.8570698Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7553070a-accc-4edc-a69f-878e55836618\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.8571347Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:21.9557220Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.1581730Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.1582602Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.1583633Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.1584007Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.1686520Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.1687256Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\53ecfb28-57f5-423c-bd96-7d01a6ecfd56\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.1689802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\53ecfb28-57f5-423c-bd96-7d01a6ecfd56\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.1690504Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.2737439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.4868631Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.4869720Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.4870752Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.4871068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.5001302Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.5002114Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ae919bb-8784-492d-86d6-3ab5cb4ddf8f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.5004761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ae919bb-8784-492d-86d6-3ab5cb4ddf8f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.5005462Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:22.6051572Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.0415536Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.0417077Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.0419428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.0420202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.0616022Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.0617579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9a4dfa21-1682-44d9-94a5-6b75e2c9cd10\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.0651226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9a4dfa21-1682-44d9-94a5-6b75e2c9cd10\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.0652979Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.2188837Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.4439803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.4440754Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.4441914Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.4442359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.4555043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.4556156Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bac39055-d449-44ed-a336-2423855f95ed\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.4560520Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bac39055-d449-44ed-a336-2423855f95ed\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.4561759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:23.6054803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.0263073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.0264616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.0266900Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.0267672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.0475041Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.0476961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f0b15043-1708-4d14-a294-03cc0f47baa0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.0485355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f0b15043-1708-4d14-a294-03cc0f47baa0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.0487193Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.1925866Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.3788775Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.3789742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.3790765Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.3791096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.3887342Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.3888115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e32ec9bf-9769-4448-aa54-c5345507ec7e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.3890643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e32ec9bf-9769-4448-aa54-c5345507ec7e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.3891327Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.4805228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.6761539Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.6762722Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.6764454Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.6764935Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.7009695Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.7010878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f266a9c7-d004-4fee-bafb-45a76496d188\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.7014978Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f266a9c7-d004-4fee-bafb-45a76496d188\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.7016099Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.8099706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.9988839Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.9989695Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.9990712Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:24.9991074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.0097842Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.0098712Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ee5728c8-fe01-4038-96f4-89b0d7486085\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.0101197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ee5728c8-fe01-4038-96f4-89b0d7486085\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.0101868Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.1033089Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.2981083Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.2982229Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.2983800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.2984379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.3101693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.3102855Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c3e6d9e9-f9ed-44ec-88f7-2381419e29d3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.3107753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c3e6d9e9-f9ed-44ec-88f7-2381419e29d3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.3108764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.4718564Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.7090104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.7091108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.7092111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.7092415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.7198890Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.7199888Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1247abe1-ab45-4307-9bdd-0985005fa95f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.7203023Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1247abe1-ab45-4307-9bdd-0985005fa95f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.7203856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:25.8357424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.0479052Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.0480459Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.0482082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.0482562Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.0605113Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.0605910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f49e0c2c-4b9f-4a5c-9e37-596eca7b978c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.0610307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f49e0c2c-4b9f-4a5c-9e37-596eca7b978c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.0611604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.1767853Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.3870172Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.3872210Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.3874829Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.3875536Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.3971947Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.3972862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3df46301-2bca-4911-a6fb-c17c61d4742e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.3975649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3df46301-2bca-4911-a6fb-c17c61d4742e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.3976385Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.4941668Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.6978151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.6979606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.6981217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.6981705Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.7095666Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.7096400Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d72bff0-fdf7-4621-85ba-4b12b0e6b5ac\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.7098943Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d72bff0-fdf7-4621-85ba-4b12b0e6b5ac\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.7099623Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:26.8083212Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.0177455Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.0178383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.0179428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.0179745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.0287733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.0288715Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d87d91e-239b-4f07-bcba-093931a1bbd5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.0293275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d87d91e-239b-4f07-bcba-093931a1bbd5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.0294334Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.1305303Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.3291619Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.3292879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.3294389Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.3295954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.3411158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.3411932Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1ad897ff-55fe-48cb-9361-3e3de59cdf6d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.3414553Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1ad897ff-55fe-48cb-9361-3e3de59cdf6d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.3415252Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.4379253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.6429770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.6431001Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.6432689Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.6433184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.6595341Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.6596607Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b874e4f6-d71e-4b92-a460-7655c18617b3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.6602782Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b874e4f6-d71e-4b92-a460-7655c18617b3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.6603797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.7774905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.9929338Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.9930226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.9931235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:27.9931550Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:28.0029491Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:28.0030148Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f18c879c-e4df-4d0a-8228-4bfd1cef6a1a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:28.0032598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f18c879c-e4df-4d0a-8228-4bfd1cef6a1a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:28.0033259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:28.0981621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:28.2922501Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:28.2923418Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:28.2924487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:28.2924807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:29.8041872Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Add package 'Microsoft.Windows.Compatibility'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:29.8074668Z\",\"@mt\":\"Adding package reference: {PackageReference}\",\"PackageReference\":\"Microsoft.Windows.Compatibility, Version=6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:26:29.8080876Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Add package 'Microsoft.Windows.Compatibility'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:29.8086974Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:29.8092395Z\",\"@mt\":\"Saving changes to project file\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:26:30.0860793Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.302\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (129, 5): The \\\"ResolveAppHosts\\\" task failed unexpectedly.\\r\\nSystem.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\\r\\nFile name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'\\r\\n ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)\\r\\n   at System.Reflection.Assembly.LoadFrom(String assemblyFile)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>g__TryLoadAssembly|3(AssemblyName assemblyName)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>b__2(AssemblyLoadContext _, AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(TextReader textReader)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(Stream stream)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(String filePath)\\r\\n   at Microsoft.NET.Build.Tasks.RuntimeGraphCache.GetRuntimeGraph(String runtimeJsonPath)\\r\\n   at Microsoft.NET.Build.Tasks.ResolveAppHosts.GetHostItem(String runtimeIdentifier, List`1 knownAppHostPacksForTargetFramework, List`1 packagesToDownload, String hostNameWithoutExtension, String itemName, Boolean isExecutable, Boolean errorIfNotFound)\\r\\n   at Microsoft.NET.Build.Tasks.ResolveAppHosts.ExecuteCore()\\r\\n   at Microsoft.NET.Build.Tasks.TaskBase.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-08-04T23:26:30.0898459Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Windows Compatibility Pack Analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:31.4779419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:31.4780405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\35f9ce2c-d05d-4609-944b-0cdd062e359e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:31.4783732Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\35f9ce2c-d05d-4609-944b-0cdd062e359e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:31.4784553Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:31.6399718Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.0158617Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.0160153Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.0162506Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.0163291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.0353116Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.0354131Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\422a1c64-1d52-4d41-875d-fb78b35fe50f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.0357732Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\422a1c64-1d52-4d41-875d-fb78b35fe50f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.0358686Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.2062621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.5183777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.5186022Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.5189569Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.5190630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.5517220Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.5519340Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c1407d50-60c0-4bc6-88fb-db9ab1237097\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.5525441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c1407d50-60c0-4bc6-88fb-db9ab1237097\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.5527067Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:32.7828663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:33.2501718Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:33.2502625Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:33.2503697Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:33.2504027Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:33.2635352Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:33.2636133Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0510beca-c827-4cc2-8c55-7b4a3de1b420\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:33.2638779Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0510beca-c827-4cc2-8c55-7b4a3de1b420\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:33.2639495Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:33.4160691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.0252013Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.0253543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.0256589Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.0257528Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.0391015Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"MyDotAnalyzer reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:34.0404927Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"MyDotAnalyzer reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:34.0409610Z\",\"@mt\":\"{Project} is not a VB class library\",\"@l\":\"Debug\",\"Project\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer\"}\n{\"@t\":\"2022-08-04T23:26:34.0410097Z\",\"@mt\":\"No package updates needed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:34.0421309Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"MyDotAnalyzer reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:34.0421709Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Newtonsoft.Json reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:34.0429214Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Newtonsoft.Json reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:34.0482962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.0484024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\95b7e22f-c470-4361-81d2-a65337f51ee7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.0487168Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\95b7e22f-c470-4361-81d2-a65337f51ee7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.0487931Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.3093012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.8855359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.8857078Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.8859547Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.8860359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.9109204Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.9111194Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\41e7a221-e66b-4f41-9b5a-b2941b7eba8f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.9120226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\41e7a221-e66b-4f41-9b5a-b2941b7eba8f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:34.9122430Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:35.1960688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:35.7377839Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:35.7379188Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:35.7380853Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:35.7381351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:35.7486263Z\",\"@mt\":\"No package updates needed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:35.7498098Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Newtonsoft.Json reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:35.7498705Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Windows App SDK package analysis\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:35.7510075Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Windows App SDK package analysis\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:35.7578056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:35.7579148Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\050830f7-96be-472a-a976-bf606c479e68\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:35.7582344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\050830f7-96be-472a-a976-bf606c479e68\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:35.7583081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:36.0277342Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:36.5649428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:36.5650809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:36.5652623Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:36.5653113Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:36.5795690Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:36.5796499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\297a52c2-f7db-4cba-91ef-aab9e8c2800f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:36.5799206Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\297a52c2-f7db-4cba-91ef-aab9e8c2800f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:36.5799921Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:36.7385736Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.0192018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.0193146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.0194307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.0194659Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.0279243Z\",\"@mt\":\"No package updates needed\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:37.0294632Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Windows App SDK package analysis\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:37.0295139Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:37.0304789Z\",\"@mt\":\"Analyzing packages with {AnalyzerName}\",\"@l\":\"Debug\",\"AnalyzerName\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:26:37.0367662Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.0368497Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a2e994eb-b419-491c-8604-edd7e439e188\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.0371068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a2e994eb-b419-491c-8604-edd7e439e188\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.0371875Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.1896289Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.4817523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.4818376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.4819796Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.4820162Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.4899038Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:37.4899671Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'Fody'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:37.4913461Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Remove package 'Fody'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:37.4913911Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:26:37.5007405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.5008389Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\15fc0fe2-9820-402e-bbb4-33923b26e4b6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.5011560Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\15fc0fe2-9820-402e-bbb4-33923b26e4b6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.5012434Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:37.7474268Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.0849837Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.0850879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.0851957Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.0852289Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.0996996Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.0997785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\58cb46f1-9f0e-4599-a366-4156dd28a8a9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.1000322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\58cb46f1-9f0e-4599-a366-4156dd28a8a9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.1000953Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.2554039Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.5328585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.5329688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.5330926Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.5331285Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.5562594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.5563491Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4a31201b-dc8f-44bf-b5dd-924ef8f47363\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.5566154Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4a31201b-dc8f-44bf-b5dd-924ef8f47363\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.5566942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.7196828Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.9947191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.9950847Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.9952575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:38.9953063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:39.0083070Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:39.0084014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\169411c3-4e28-439c-a717-0e90122586ad\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:39.0087134Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\169411c3-4e28-439c-a717-0e90122586ad\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:39.0087934Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:39.1538423Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:39.7230679Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:39.7232261Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:39.7234712Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:39.7235506Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:39.7523237Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:39.7525507Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\215519e7-4763-46db-bf8d-10d74b5adee3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:39.7532576Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\215519e7-4763-46db-bf8d-10d74b5adee3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:39.7534228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.0274466Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.3384992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.3385818Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.3386907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.3387304Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.3517566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.3518338Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5447bfdb-48b9-4c1d-8629-f34691aeb598\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.3521116Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5447bfdb-48b9-4c1d-8629-f34691aeb598\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.3521842Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.5031950Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.7920931Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.7921905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.7922936Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.7923325Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.8060678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.8061466Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4d4fdd5c-1c46-4588-b9dc-c37b8bdc2f35\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.8063977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4d4fdd5c-1c46-4588-b9dc-c37b8bdc2f35\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.8064616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:40.9698936Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.2638706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.2639696Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.2640747Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.2641070Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.2764848Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.2765540Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f998f336-d1cb-4463-90f9-760d39afadf9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.2768078Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f998f336-d1cb-4463-90f9-760d39afadf9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.2768778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.4377682Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.7527757Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.7528718Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.7529778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.7530104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.7679747Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.7680586Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a9e221f5-edb9-49b8-ae6a-b7e801b70a5b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.7683177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a9e221f5-edb9-49b8-ae6a-b7e801b70a5b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.7683833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:41.9280046Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.2453515Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.2454802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.2456334Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.2456874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.2614789Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.2615537Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\75eb8ec0-57f8-4f58-9e58-4106cc1b9ad4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.2618337Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\75eb8ec0-57f8-4f58-9e58-4106cc1b9ad4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.2619025Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.4378183Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.7312278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.7313218Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.7314422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.7314785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.7463056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.7464240Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a483f020-8d85-492e-ab24-235e52f0c811\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.7468026Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a483f020-8d85-492e-ab24-235e52f0c811\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.7468819Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:42.9253484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.1842378Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.1843310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.1844423Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.1844759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.1968100Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.1968774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cd3d4a9a-206e-4168-9125-6fa4f1477a94\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.1971306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cd3d4a9a-206e-4168-9125-6fa4f1477a94\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.1971948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.3497378Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.6306030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.6307019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.6308183Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.6308568Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.6476858Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.6477754Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\07f88ef7-1dfe-4296-9b9e-fa2010756446\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.6480817Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\07f88ef7-1dfe-4296-9b9e-fa2010756446\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.6481712Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:43.8099777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.1156051Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.1157317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.1158743Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.1159278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.1304312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.1305005Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bdcbbecf-2461-430a-b378-c5c820b7a091\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.1307861Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bdcbbecf-2461-430a-b378-c5c820b7a091\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.1308642Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.2857701Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.5802710Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.5803615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.5804719Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.5805065Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.5951742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.5952801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e0a309df-8b8d-4d71-bb7a-03c19b4dbef0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.5955493Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e0a309df-8b8d-4d71-bb7a-03c19b4dbef0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.5956275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:44.7417019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.0186355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.0187263Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.0188274Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.0188600Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.0308803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.0309706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\650455b7-36b3-4b8b-8b3d-6a058a74da81\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.0313039Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\650455b7-36b3-4b8b-8b3d-6a058a74da81\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.0313958Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.2071880Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.4902144Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.4903734Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.4906450Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.4907250Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.5046442Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.5047358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0d58cda7-26f3-476b-b651-23671c9d0df0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.5049921Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0d58cda7-26f3-476b-b651-23671c9d0df0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.5050613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.6870546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.9803438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.9804489Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.9805627Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.9805964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.9944291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.9945050Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d0f33cc7-4c52-45ad-b5b3-2ca450ed83ad\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.9947940Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d0f33cc7-4c52-45ad-b5b3-2ca450ed83ad\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:45.9948597Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.1487699Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.4214852Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.4215800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.4216895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.4217234Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.4356754Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.4357640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d8fe7f85-97ca-4f10-8fef-b1921a7999c9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.4360225Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d8fe7f85-97ca-4f10-8fef-b1921a7999c9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.4360894Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.5804140Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.8770584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.8771811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.8773451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.8773950Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.8931367Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.8932202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b6c0249c-f24d-44f2-be11-5b42a43a8640\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.8936461Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b6c0249c-f24d-44f2-be11-5b42a43a8640\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:46.8937545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.0633528Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.3744300Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.3745351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.3746429Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.3746831Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.3928159Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.3929401Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff06f468-7d40-4274-a2a8-c8de0880729c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.3934262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff06f468-7d40-4274-a2a8-c8de0880729c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.3935441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.5395360Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.8077057Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.8078067Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.8079223Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.8079570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.8240583Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.8241368Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\906be380-5b70-4131-bff3-2f581ca46f84\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.8244319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\906be380-5b70-4131-bff3-2f581ca46f84\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.8245209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:47.9854117Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.2747310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.2748330Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.2749392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.2749716Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.3090910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.3092006Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a973a133-056d-41cf-a513-0e9300780821\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.3095763Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a973a133-056d-41cf-a513-0e9300780821\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.3096856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.4830821Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.7914796Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.7916592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.7918935Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.7919690Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.8174667Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.8176076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\820752f7-52d4-48fd-9c6e-816ce1b59f3f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.8181557Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\820752f7-52d4-48fd-9c6e-816ce1b59f3f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.8182980Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:48.9850478Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.2631570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.2632777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.2634515Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.2635545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.2855709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.2856825Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f8ec2449-7c73-487f-8e30-3343cf06546e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.2859918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f8ec2449-7c73-487f-8e30-3343cf06546e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.2860736Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.4575784Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.7454338Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.7455903Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.7459306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.7460009Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.7610551Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.7611315Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff345417-b3e6-4cb1-89e1-3a0e3c1d12d7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.7614111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff345417-b3e6-4cb1-89e1-3a0e3c1d12d7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.7614939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:49.9260077Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.1897018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.1898069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.1899187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.1899540Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.2061419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.2062745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4c61619b-6bab-4b83-a2e0-ebebfc2bce47\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.2065952Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4c61619b-6bab-4b83-a2e0-ebebfc2bce47\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.2066743Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.3751030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.6611955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.6612885Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.6613930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.6615026Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.6749067Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.6749808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e25ef96b-2cad-4fb8-bae0-ef19bf159ad7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.6752440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e25ef96b-2cad-4fb8-bae0-ef19bf159ad7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.6753102Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:50.8283873Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.1040188Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.1041220Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.1042275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.1042610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.1201415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.1202197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7216f321-1ec8-4db6-8072-6683cf64f659\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.1204622Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7216f321-1ec8-4db6-8072-6683cf64f659\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.1205860Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.2831790Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.5806340Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.5807594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.5809442Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.5809977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.5947458Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.5948267Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\baf6becc-7a74-4f52-8f8f-057079974f86\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.5951591Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\baf6becc-7a74-4f52-8f8f-057079974f86\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.5952306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:51.7766729Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.0569356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.0571142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.0572340Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.0572794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.0698473Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.0699352Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a6e346b2-eabd-4204-b31f-6b2c181a3141\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.0703412Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a6e346b2-eabd-4204-b31f-6b2c181a3141\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.0704375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.2216463Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.5062105Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.5063053Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.5064096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.5064423Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.5216601Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.5217918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7671ea6a-9428-4149-a0e8-7dc1a83dd451\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.5220625Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7671ea6a-9428-4149-a0e8-7dc1a83dd451\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.5221312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.6722113Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.9564658Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.9565658Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.9566746Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.9567082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.9694770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.9695664Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e41cacc4-7d62-40a6-88f9-02968d8963c0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.9698411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e41cacc4-7d62-40a6-88f9-02968d8963c0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:52.9699194Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.1069619Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.4024223Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.4025461Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.4026782Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.4027198Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.4156631Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.4157429Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3e05e38e-ff1c-440a-aed2-b95d5570e456\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.4160197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3e05e38e-ff1c-440a-aed2-b95d5570e456\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.4160888Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.5640348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.8398824Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.8399798Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.8400831Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.8401202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.8535390Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.8536254Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d5138e0a-ad06-4a6a-9e1e-d489cd1794c2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.8538862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d5138e0a-ad06-4a6a-9e1e-d489cd1794c2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:53.8539543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:54.0150852Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:54.5027503Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:54.5029370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:54.5032465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:54.5033340Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:54.5296314Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:54.5297906Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3c3322c9-0051-4a95-a1cc-f6fe5ed32f54\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:54.5303808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3c3322c9-0051-4a95-a1cc-f6fe5ed32f54\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:54.5305502Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:54.7655141Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.1660161Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.1662129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.1665515Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.1666459Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.2002679Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.2004531Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\041deba6-0ba8-45aa-b789-3468b9a5b728\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.2011557Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\041deba6-0ba8-45aa-b789-3468b9a5b728\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.2013259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.4585753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.8237499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.8238617Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.8239778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.8240149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.8371221Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.8371929Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ac003246-c114-4674-8325-fb767fccdbed\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.8374543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ac003246-c114-4674-8325-fb767fccdbed\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:55.8375206Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.0178837Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.3666477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.3668494Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.3672036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.3673181Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.3921942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.3922927Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e64377e7-5b06-42b6-9931-b9af776fbbea\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.3925863Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e64377e7-5b06-42b6-9931-b9af776fbbea\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.3926611Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.5469748Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.8210163Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.8211186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.8212293Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.8212646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.8347614Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.8348348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e94080c9-d23c-48f1-81b0-c19032ff4908\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.8350756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e94080c9-d23c-48f1-81b0-c19032ff4908\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.8351388Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:56.9786278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.2671765Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.2672737Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.2673833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.2674243Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.2817771Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.2818530Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2d2ec271-39c9-4fd4-89e0-1f864d6f7792\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.2820931Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2d2ec271-39c9-4fd4-89e0-1f864d6f7792\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.2821554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.4230838Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.7008443Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.7009338Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.7010407Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.7010797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.7159669Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.7160821Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7104cc08-614f-4ce7-96cc-75a2bcfb6e3d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.7164814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7104cc08-614f-4ce7-96cc-75a2bcfb6e3d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.7165799Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:57.8786217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.1410145Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.1411059Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.1412138Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.1412471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.1542402Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.1543217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cdcf73d3-f5eb-4712-9a7d-ee39b1645803\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.1545784Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cdcf73d3-f5eb-4712-9a7d-ee39b1645803\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.1546539Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.3242769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.5936014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.5936907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.5938016Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.5938349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.6070197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.6070939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\99003ead-4244-40cb-9d1f-75bcfa53bd8d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.6073454Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\99003ead-4244-40cb-9d1f-75bcfa53bd8d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.6074103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:58.7523715Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.0399365Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.0400422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.0401648Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.0401993Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.0527927Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.0528644Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\df944172-7bcf-42e5-8555-0192608b249d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.0531281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\df944172-7bcf-42e5-8555-0192608b249d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.0531930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.1902992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.4795708Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.4796598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.4797695Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.4798024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.4931373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.4932245Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bfee164b-e9a7-4f35-a6e1-dca462b24c6c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.4934910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bfee164b-e9a7-4f35-a6e1-dca462b24c6c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.4935608Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.6240058Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.9090510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.9091412Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.9092432Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.9092780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.9233372Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.9234179Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7d4f9c56-a8aa-4d3c-95c6-e00be41dbf00\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.9236612Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7d4f9c56-a8aa-4d3c-95c6-e00be41dbf00\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:26:59.9237256Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.1063643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.4040695Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.4041888Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.4043229Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.4043663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.4191754Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.4192614Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\41caa2ca-0418-4a61-83f3-9a46e0777a5e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.4195282Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\41caa2ca-0418-4a61-83f3-9a46e0777a5e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.4195947Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.5565593Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.8464410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.8465426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.8466448Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.8466826Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.8595509Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.8596416Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5b6486d3-2966-4b90-85db-73a6901f0737\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.8599403Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5b6486d3-2966-4b90-85db-73a6901f0737\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:00.8600174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.0166044Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.2856282Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.2858019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.2860185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.2860907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.3055859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.3056837Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\27891ea5-7b37-4eba-93f1-56635f644950\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.3060774Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\27891ea5-7b37-4eba-93f1-56635f644950\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.3061915Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.5455522Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.9300349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.9301661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.9303606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.9304557Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.9553319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.9554907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\57ecd2b9-0a49-469b-8ad2-74bed60ea0f4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.9560073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\57ecd2b9-0a49-469b-8ad2-74bed60ea0f4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:01.9561452Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:02.2431891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:02.7042616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:02.7044445Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:02.7046819Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:02.7047615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:02.7296561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:02.7298124Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7e3641a1-4955-42f3-bd8d-df12007d239f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:02.7304021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7e3641a1-4955-42f3-bd8d-df12007d239f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:02.7305598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:03.0115325Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:03.4259751Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:03.4261529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:03.4263910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:03.4264669Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:06.7078155Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'Fody'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:27:06.7103346Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"Fody, Version=6.3.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:27:06.7112748Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Remove package 'Fody'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:27:09.9904636Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:09.9906160Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\253f600f-cb6b-4cc3-bd69-42dbe393e05d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:09.9913331Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\253f600f-cb6b-4cc3-bd69-42dbe393e05d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:09.9914859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:10.2735805Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:10.7248395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:10.7249387Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:10.7250496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:10.7250841Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:10.7397212Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:10.7398286Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\88305013-cd94-481b-bf09-e46868490bd8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:10.7402528Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\88305013-cd94-481b-bf09-e46868490bd8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:10.7403782Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:10.9934042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:11.4250661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:11.4251656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:11.4252741Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:11.4253068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:11.4404641Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:11.4406190Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1767d6c9-6401-4842-a4ed-4cc6aabb2894\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:11.4411247Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1767d6c9-6401-4842-a4ed-4cc6aabb2894\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:11.4412571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:11.7029820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:11.9866905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:11.9868637Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:11.9871021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:11.9875982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:12.0104780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:12.0105832Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2e011481-515a-42f4-9a66-0bb7a24398e2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:12.0110140Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2e011481-515a-42f4-9a66-0bb7a24398e2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:12.0111283Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:12.2953375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:12.7600445Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:12.7602094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:12.7604638Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:12.7605494Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:12.7761462Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'MaterialDesignColors'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:27:12.7796908Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Remove package 'MaterialDesignColors'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:27:12.7797330Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:27:12.7871075Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:12.7871900Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4ce74b95-5ff3-4898-ad76-4c17adb1e266\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:12.7874418Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4ce74b95-5ff3-4898-ad76-4c17adb1e266\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:12.7875147Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:13.0018704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:13.4049871Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:13.4051871Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:13.4054262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:13.4054968Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:13.4282554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:13.4283961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cf267e77-d04f-4b61-b6f3-437413c284b8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:13.4289672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cf267e77-d04f-4b61-b6f3-437413c284b8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:13.4291362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:13.6950283Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.1434624Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.1435587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.1436658Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.1437005Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.1668379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.1669291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b97d5467-9dc8-4f0b-8c13-9c72ac1c5c71\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.1673587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b97d5467-9dc8-4f0b-8c13-9c72ac1c5c71\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.1674724Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.3932756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.7800476Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.7801530Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.7802759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.7803140Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.7981330Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.7982655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\28b1fb66-9490-4d88-acb5-e915479b7d5f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.7987552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\28b1fb66-9490-4d88-acb5-e915479b7d5f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:14.7988883Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:15.0522928Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:15.4446107Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:15.4447117Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:15.4458471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:15.4459103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:15.4666816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:15.4668699Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\88435179-9c54-4702-98b6-86f84305e9ce\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:15.4675157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\88435179-9c54-4702-98b6-86f84305e9ce\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:15.4676753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:15.7368632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.1803118Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.1804857Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.1807247Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.1808073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.2090251Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.2091698Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\241b88f2-19be-4a6e-8d00-4fd5f21b3e90\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.2097131Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\241b88f2-19be-4a6e-8d00-4fd5f21b3e90\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.2098624Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.4817749Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.9482716Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.9483719Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.9484847Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.9485185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.9634321Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.9635319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\55352730-c760-4826-9048-a421a9541ddd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.9637915Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\55352730-c760-4826-9048-a421a9541ddd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:16.9638581Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:17.2008565Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:17.6834070Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:17.6835036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:17.6836157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:17.6836544Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:17.6963206Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:17.6964791Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3a817f5a-387f-4927-8c48-e040de27be45\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:17.6971986Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3a817f5a-387f-4927-8c48-e040de27be45\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:17.6973584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:17.9010213Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:18.4338947Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:18.4339891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:18.4340935Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:18.4341292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:18.4507054Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:18.4508009Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\381b87e3-20fc-4eff-ada8-2de3b0b5b869\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:18.4510860Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\381b87e3-20fc-4eff-ada8-2de3b0b5b869\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:18.4511620Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:18.7168096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.1369111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.1370274Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.1371650Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.1372023Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.1496038Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.1496705Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7a7f3b60-6796-41d3-ae5b-cc2120cfb4e9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.1499240Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7a7f3b60-6796-41d3-ae5b-cc2120cfb4e9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.1499884Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.4085637Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.8639833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.8642308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.8645030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.8645853Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.8928870Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.8930615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4ddb0d35-d913-41b9-888c-27f9c78f3fd7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.8936910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4ddb0d35-d913-41b9-888c-27f9c78f3fd7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:19.8938596Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:20.1484649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:20.6142780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:20.6144612Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:20.6147108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:20.6147909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:20.6401170Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:20.6402730Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\04b489f4-d4e1-4482-8420-4cc480f31444\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:20.6408482Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\04b489f4-d4e1-4482-8420-4cc480f31444\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:20.6410071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:20.9019377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:21.2993129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:21.2994759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:21.2997161Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:21.2997964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:21.3296996Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:21.3298787Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\49d853f1-903a-45b8-a726-61f8832ec36b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:21.3304418Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\49d853f1-903a-45b8-a726-61f8832ec36b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:21.3306052Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:21.5880972Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.0262410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.0263715Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.0265615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.0267692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.0503411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.0504959Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1210b509-b922-47e3-aebd-1074b7ff5e9b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.0513631Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1210b509-b922-47e3-aebd-1074b7ff5e9b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.0515676Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.3260121Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.8007184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.8009022Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.8011456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.8012337Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.8272613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.8274494Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\13d76729-012c-4ba3-a4b6-52f51460853a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.8280007Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\13d76729-012c-4ba3-a4b6-52f51460853a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:22.8281534Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:23.0370114Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:23.5130221Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:23.5132070Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:23.5134534Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:23.5135350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:23.5383142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:23.5384598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8931fcb7-9437-4c17-91af-32449ad49965\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:23.5391872Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8931fcb7-9437-4c17-91af-32449ad49965\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:23.5393860Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:23.7736584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.2525599Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.2526548Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.2527613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.2527937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.2655542Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.2656322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b20fbe81-a7e2-4f60-8bd9-c62016191b78\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.2658848Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b20fbe81-a7e2-4f60-8bd9-c62016191b78\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.2659496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.5306676Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.9173452Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.9174441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.9175508Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.9175835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.9322561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.9323728Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\33d52fd6-3a5b-414f-b6e3-22b15cc2a298\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.9328145Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\33d52fd6-3a5b-414f-b6e3-22b15cc2a298\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:24.9329381Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:25.1837016Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:25.6078681Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:25.6079550Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:25.6080838Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:25.6081197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:25.6233475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:25.6234451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1dedc67a-4782-4339-94a3-e3cd010a5e41\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:25.6238189Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1dedc67a-4782-4339-94a3-e3cd010a5e41\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:25.6238998Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:25.7744112Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.0645945Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.0646907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.0648059Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.0648425Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.0784589Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.0785376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fcad1dfd-c364-4025-9963-95cb3e6651d5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.0788261Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fcad1dfd-c364-4025-9963-95cb3e6651d5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.0789050Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.2340170Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.5537721Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.5539356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.5541580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.5542325Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.5799288Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.5800842Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\13b97a3b-a3d9-46a5-ba6d-49020744ce95\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.5805488Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\13b97a3b-a3d9-46a5-ba6d-49020744ce95\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.5806654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:26.8497521Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.2748633Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.2749580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.2750679Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.2751049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.2865753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.2866459Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c519dff9-3a08-41b5-b3b0-6aed8b931817\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.2868998Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c519dff9-3a08-41b5-b3b0-6aed8b931817\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.2869679Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.4739029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.9067234Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.9068956Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.9071303Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.9072158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.9543065Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.9544013Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d6cf8bb8-d2c8-46be-ba71-028e1057fd5f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.9547379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d6cf8bb8-d2c8-46be-ba71-028e1057fd5f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:27.9548507Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:28.2197723Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:28.6982121Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:28.6983926Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:28.6986252Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:28.6987015Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:28.7229984Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:28.7231950Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0e0772dd-6bbd-4188-9871-6bc232051221\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:28.7239083Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0e0772dd-6bbd-4188-9871-6bc232051221\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:28.7241179Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:28.9847793Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:29.4777609Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:29.4779580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:29.4782149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:29.4782970Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:29.5052687Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:29.5054276Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\18b72e32-53bc-4831-a6d5-6d1f7e387a49\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:29.5059746Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\18b72e32-53bc-4831-a6d5-6d1f7e387a49\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:29.5061239Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:29.7887392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.1986341Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.1987675Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.1989442Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.1990037Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.2169417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.2170657Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fde5ce68-6482-48ea-996c-54818a85fb5d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.2175291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fde5ce68-6482-48ea-996c-54818a85fb5d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.2176545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.4669262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.9214541Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.9215726Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.9216891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.9217222Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.9354528Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.9355456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eeec6e18-503b-47d3-90be-a994461a8ee5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.9358671Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eeec6e18-503b-47d3-90be-a994461a8ee5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:30.9359417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:31.1930001Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:31.6210561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:31.6211407Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:31.6307196Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:31.6308475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:31.6575811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:31.6576691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3a9c22c7-2c79-4c37-93a5-9c149995b3a2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:31.6579559Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3a9c22c7-2c79-4c37-93a5-9c149995b3a2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:31.6580379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:31.8890653Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:32.3210846Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:32.3212738Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:32.3215350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:32.3216260Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:32.3453145Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:32.3454017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7d651457-7d72-481b-8ef7-a3d92e9936f6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:32.3456693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7d651457-7d72-481b-8ef7-a3d92e9936f6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:32.3457354Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:32.5875644Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.0368270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.0369155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.0370256Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.0370589Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.0512439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.0513392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b8c1068-08be-49d6-af27-dc603a822d7a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.0516831Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b8c1068-08be-49d6-af27-dc603a822d7a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.0517794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.2546611Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.5898279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.5899226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.5900301Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.5900624Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.6030632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.6031745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e3a47df3-8cba-414d-9c3f-0d2d3422878e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.6035571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e3a47df3-8cba-414d-9c3f-0d2d3422878e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.6036444Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:33.7427724Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.0447762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.0448937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.0450604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.0451096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.0660478Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.0661760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fd1a8e12-f4ad-4d19-8edb-199afa3845cc\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.0666356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fd1a8e12-f4ad-4d19-8edb-199afa3845cc\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.0667589Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.2157297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.4843841Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.4844924Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.4846038Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.4846409Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.4976455Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.4977266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a66d516b-d468-415d-8dcf-1ca5dbb5833f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.4979709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a66d516b-d468-415d-8dcf-1ca5dbb5833f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.4980366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.6583142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.9630966Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.9631884Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.9633010Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.9633361Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.9771531Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.9772484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1061bc3d-dfdd-4a97-9f24-d26882c4e4ea\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.9775603Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1061bc3d-dfdd-4a97-9f24-d26882c4e4ea\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:34.9776391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:35.1737420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:35.5934326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:35.5935941Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:35.5938200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:35.5938963Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:35.6180344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:35.6182306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1e4a26db-a8b2-4390-9df9-51d142dc92c6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:35.6189235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1e4a26db-a8b2-4390-9df9-51d142dc92c6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:35.6190917Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:35.8750345Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:36.3532756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:36.3534618Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:36.3537301Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:36.3538244Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:36.3801960Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:36.3803249Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\34ae650b-5e42-4148-a534-7e5fc3b5398c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:36.3807792Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\34ae650b-5e42-4148-a534-7e5fc3b5398c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:36.3809029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:36.6508092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.0749546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.0750587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.0751638Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.0751968Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.0898380Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.0899850Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\30b7eb8a-a7af-4a1a-8780-866ee9e6355b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.0903127Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\30b7eb8a-a7af-4a1a-8780-866ee9e6355b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.0904317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.2440120Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.6635795Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.6637490Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.6639907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.6640696Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.6921002Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.6922699Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6edefdc6-38f5-40df-9f68-1d4e648b484b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.6928432Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6edefdc6-38f5-40df-9f68-1d4e648b484b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.6929905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:37.9666500Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:38.4512067Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:38.4516442Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:38.4519190Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:38.4520081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:38.4771351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:38.4772971Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2fd66d2b-3293-4d1b-813d-34d7c9034563\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:38.4778696Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2fd66d2b-3293-4d1b-813d-34d7c9034563\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:38.4780261Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:38.7566580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.1694494Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.1695514Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.1696707Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.1697097Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.1827761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.1828478Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4d8258aa-b020-4432-801b-8e90085e446a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.1831277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4d8258aa-b020-4432-801b-8e90085e446a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.1831923Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.4354332Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.9521878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.9523568Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.9525889Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.9526635Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.9774916Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.9776400Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\639f2cf8-f84a-4176-b7ee-23556b480acb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.9782121Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\639f2cf8-f84a-4176-b7ee-23556b480acb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:39.9783958Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:40.1763540Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:40.4907895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:40.4908962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:40.4910079Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:40.4910421Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:40.5037082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:40.5037835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\980bb0dd-df99-42c9-8e32-84a8fb6dbd45\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:40.5040474Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\980bb0dd-df99-42c9-8e32-84a8fb6dbd45\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:40.5041111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:40.7200793Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.2041561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.2042601Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.2043832Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.2044209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.2183243Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.2184139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c18a844-407b-42f7-af2c-0c3b8644dd4a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.2186745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c18a844-407b-42f7-af2c-0c3b8644dd4a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.2187423Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.3894240Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.8994657Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.8996434Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.8999024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.9000062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.9264882Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.9266521Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ea5a2458-f1de-4d03-86c4-43db4c8c8320\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.9272732Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ea5a2458-f1de-4d03-86c4-43db4c8c8320\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:41.9274312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:42.2027301Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:42.5813803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:42.5815501Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:42.5817753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:42.5818484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:42.6063322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:42.6065019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1cf1dd44-85d7-444c-a3ec-2d876343e83b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:42.6070576Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1cf1dd44-85d7-444c-a3ec-2d876343e83b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:42.6072156Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:42.8786115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.3552261Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.3553916Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.3556502Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.3557280Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.3747408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.3748095Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4683c679-e244-49db-ab4a-dec824c55709\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.3750548Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4683c679-e244-49db-ab4a-dec824c55709\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.3751195Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.6097330Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.9656066Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.9657157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.9658272Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.9658614Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.9800409Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.9801539Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9a4817d5-824b-4369-a483-60c30df398ab\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.9805272Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9a4817d5-824b-4369-a483-60c30df398ab\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:43.9806284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:44.2101873Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:44.7622946Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:44.7624699Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:44.7627119Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:44.7627914Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:44.7815460Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:44.7816151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9acb4115-34e2-4221-82e0-784cdced8be9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:44.7818704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9acb4115-34e2-4221-82e0-784cdced8be9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:44.7819358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:44.9316595Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:45.3564363Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:45.3565874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:45.3701433Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:45.3702722Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:45.4065054Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:45.4066902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\18e5472d-464a-4eca-9cc0-380fb77a6c9a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:45.4072628Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\18e5472d-464a-4eca-9cc0-380fb77a6c9a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:45.4074198Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:45.6194598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.0231076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.0232643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.0234870Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.0235704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.0482035Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.0483355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\83b1f39b-7dc4-49e3-adaf-fe4ed7d1035f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.0488549Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\83b1f39b-7dc4-49e3-adaf-fe4ed7d1035f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.0489955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.3264582Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.7955545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.7956948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.7958929Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.7959540Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.8118805Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.8119705Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\15d8bf4b-bf2f-459e-9263-39dcce46cfb5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.8122192Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\15d8bf4b-bf2f-459e-9263-39dcce46cfb5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:46.8122895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:47.0379004Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:47.4586876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:47.4588078Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:47.4589738Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:47.4590260Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:47.4753325Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:47.4754847Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ae80fde2-01ae-4eab-a572-1d358cf2eeac\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:47.4760352Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ae80fde2-01ae-4eab-a572-1d358cf2eeac\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:47.4761881Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:47.7678857Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:48.1974888Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:48.1976503Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:48.1978826Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:48.1979584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:50.7408255Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'MaterialDesignColors'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:27:50.7448086Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"MaterialDesignColors, Version=1.2.7\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:27:50.7454313Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Remove package 'MaterialDesignColors'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:27:51.8547964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:51.8549049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5cac4730-50ea-4430-9f94-fe1d99c24222\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:51.8552091Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5cac4730-50ea-4430-9f94-fe1d99c24222\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:51.8552783Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:52.1039441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:52.5019776Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:52.5021142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:52.5022815Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:52.5023365Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:52.5161863Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:52.5162792Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8cef6654-7401-459d-a967-202be71040f4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:52.5165748Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8cef6654-7401-459d-a967-202be71040f4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:52.5166454Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:52.7614033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.2369118Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.2371061Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.2372926Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.2373383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.2509994Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.2511204Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a273ebfd-f25d-4fcf-9177-1dd188479500\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.2515835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a273ebfd-f25d-4fcf-9177-1dd188479500\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.2517044Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.4864919Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.9658278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.9659819Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.9661968Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.9662693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.9853162Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.9854647Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b55dd65f-49f8-4587-9b67-1c56685a2052\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.9860375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b55dd65f-49f8-4587-9b67-1c56685a2052\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:53.9861858Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:54.2585104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:54.6755198Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:54.6756291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:54.6757435Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:54.6757766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:54.6832041Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'System.Management'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:27:54.6844502Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Remove package 'System.Management'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:27:54.6860577Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep+PackageManipulationStep`1[[Microsoft.DotNet.UpgradeAssistant.NuGetReference, Microsoft.DotNet.UpgradeAssistant.Abstractions, Version=0.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:27:54.6947110Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:54.6948159Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\317b0137-9e0f-4059-9028-490458ff14cf\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:54.6951290Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\317b0137-9e0f-4059-9028-490458ff14cf\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:54.6952089Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:54.8909483Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.3168397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.3170072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.3172340Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.3173076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.3405078Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.3406511Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3d686f1e-29aa-48cf-b5d2-9682a71e4b3e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.3411995Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3d686f1e-29aa-48cf-b5d2-9682a71e4b3e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.3413386Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.6101618Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.8719665Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.8720948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.8722709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.8723282Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.8981355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.8982483Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0105fb8d-67a6-4580-b9c8-304e1f9916f7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.8985990Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0105fb8d-67a6-4580-b9c8-304e1f9916f7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:55.8986709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.0170892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.2631893Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.2632859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.2634068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.2634398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.2759050Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.2759969Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5ac1ae3c-5e42-40df-84b7-d5de3155725e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.2763724Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5ac1ae3c-5e42-40df-84b7-d5de3155725e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.2764762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.3892004Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.6629527Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.6630631Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.6632073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.6632523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.6798937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.6800001Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e792e6ea-ab17-498f-a575-6ec81bb5f5ea\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.6803040Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e792e6ea-ab17-498f-a575-6ec81bb5f5ea\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.6803828Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:56.8301535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.1084516Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.1085486Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.1086616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.1087081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.1221905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.1222858Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9d31e529-255c-49a8-be22-571b6a14236d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.1226551Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9d31e529-255c-49a8-be22-571b6a14236d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.1227437Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.2587907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.5622907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.5623961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.5625055Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.5625382Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.5762746Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.5763766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8644cca7-54a0-49f4-83e3-08a0743cee91\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.5767134Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8644cca7-54a0-49f4-83e3-08a0743cee91\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.5767978Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:57.7500792Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.1740527Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.1742193Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.1744434Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.1745186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.1983810Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.1985291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0a17a259-ab00-42a0-8cb0-7df914688213\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.1991673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0a17a259-ab00-42a0-8cb0-7df914688213\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.1993318Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.4397614Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.7350590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.7352206Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.7354445Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.7355172Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.7612728Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.7614601Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\78e6ecc4-30d0-4322-8fe3-5c0191aff8fb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.7620692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\78e6ecc4-30d0-4322-8fe3-5c0191aff8fb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:58.7622322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:59.0315073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:59.4940465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:59.4942195Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:59.4944575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:59.4945382Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:59.5190122Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:59.5191489Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\91a48939-d2d8-4898-a5dc-9ae5b19e3d37\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:59.5196920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\91a48939-d2d8-4898-a5dc-9ae5b19e3d37\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:59.5198449Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:27:59.7243818Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.1178690Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.1179735Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.1180847Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.1181192Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.1318620Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.1319571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fdbc1002-3c2a-4f9a-85a0-166dc93700a6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.1322392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fdbc1002-3c2a-4f9a-85a0-166dc93700a6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.1323055Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.2980279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.8026036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.8027553Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.8029820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.8030580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.8266948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.8268132Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6c7f00f1-b0ed-4b6e-bbe8-ab8a04f40299\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.8272979Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6c7f00f1-b0ed-4b6e-bbe8-ab8a04f40299\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:00.8274317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:01.0977933Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:01.4752348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:01.4753531Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:01.4754634Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:01.4755031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:01.4871807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:01.4872592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ef6d5861-f790-4514-bc6e-59ccb9cf2c92\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:01.4875094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ef6d5861-f790-4514-bc6e-59ccb9cf2c92\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:01.4875777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:01.6337414Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.0280545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.0281796Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.0283187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.0283534Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.0581892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.0583725Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3a96da28-c9d8-4380-99fd-6551c56bd761\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.0590151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3a96da28-c9d8-4380-99fd-6551c56bd761\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.0591937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.3259926Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.7914456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.7916253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.7918740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.7919550Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.8119675Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.8121267Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0119faed-f6be-4d82-989d-d6b806b4c9a1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.8126862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0119faed-f6be-4d82-989d-d6b806b4c9a1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:02.8128321Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.0009902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.4068236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.4069349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.4070867Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.4071353Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.4218504Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.4219305Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\097619ae-a4b2-45c0-b5b4-b83e7d84d006\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.4221858Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\097619ae-a4b2-45c0-b5b4-b83e7d84d006\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.4222540Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.6035292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.9669398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.9670783Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.9672876Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.9673577Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.9894752Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.9896217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b4c5bdb1-1e0d-4ec0-9d97-d560d58472b0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.9901217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b4c5bdb1-1e0d-4ec0-9d97-d560d58472b0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:03.9902673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:04.2419704Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:04.6482352Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:04.6483590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:04.6485064Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:04.6485554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:04.6727605Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:04.6729096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d63c6ddd-3f90-4e87-a970-6c98e464a5cc\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:04.6734503Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d63c6ddd-3f90-4e87-a970-6c98e464a5cc\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:04.6735968Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:04.9377734Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:05.3539526Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:05.3540750Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:05.3542349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:05.3542857Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:05.3755005Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:05.3756546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1997436c-6773-44e4-b4dc-db972ca26fea\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:05.3761945Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1997436c-6773-44e4-b4dc-db972ca26fea\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:05.3763411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:05.6213314Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.0588758Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.0590269Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.0592314Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.0593800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.0763955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.0765382Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1d567d7b-6d99-4838-bfcf-fb0578d4b955\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.0770200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1d567d7b-6d99-4838-bfcf-fb0578d4b955\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.0771557Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.3356503Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.7966399Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.7967330Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.7968410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.7968742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.8178170Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.8178999Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\433cd298-59f9-49e3-b605-3aac4000487f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.8183461Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\433cd298-59f9-49e3-b605-3aac4000487f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:06.8184684Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:07.0613457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:07.5333665Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:07.5335062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:07.5336818Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:07.5337409Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:07.5497412Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:07.5498149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ce7e3b6e-9fb1-4029-bec9-f1de262c60b8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:07.5500701Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ce7e3b6e-9fb1-4029-bec9-f1de262c60b8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:07.5501352Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:07.7924863Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.2123146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.2124082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.2125273Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.2125627Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.2449021Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.2450220Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6086a43-6a67-4b09-8092-f382da4a237b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.2457948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6086a43-6a67-4b09-8092-f382da4a237b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.2459658Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.5112648Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.9091161Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.9092103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.9093221Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.9093554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.9246421Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.9247329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\23ed054e-cd57-4761-84e0-bf44c47658c3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.9249974Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\23ed054e-cd57-4761-84e0-bf44c47658c3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:08.9250667Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:09.1429173Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:09.5768053Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:09.5768988Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:09.5770028Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:09.5770357Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:09.5896101Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:09.5896920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5a86b62f-74b9-406e-81fc-d3001fc9201f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:09.5899435Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5a86b62f-74b9-406e-81fc-d3001fc9201f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:09.5900085Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:09.7947094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.1669950Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.1671452Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.1673718Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.1674463Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.1901617Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.1902885Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\00aac441-57cd-4638-9781-0b51887bc11e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.1907882Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\00aac441-57cd-4638-9781-0b51887bc11e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.1909234Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.4711938Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.9192430Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.9194688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.9197174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.9199428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.9459293Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.9460946Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\178c79f6-a458-4ebd-b284-c7a481d551ec\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.9466660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\178c79f6-a458-4ebd-b284-c7a481d551ec\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:10.9468177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:11.2250236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:11.6710315Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:11.6712016Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:11.6714337Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:11.6715074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:11.6945558Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:11.6946998Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fba0342c-dcbd-4b6b-a6b9-29ce4fb4a52a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:11.6953834Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fba0342c-dcbd-4b6b-a6b9-29ce4fb4a52a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:11.6956069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:11.9821943Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:12.4803706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:12.4805307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:12.4807709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:12.4808504Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:12.5048140Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:12.5049648Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1a477991-a15d-4421-ab7d-fbf567650e60\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:12.5055153Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1a477991-a15d-4421-ab7d-fbf567650e60\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:12.5056672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:12.7332449Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.0582324Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.0583346Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.0584546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.0584888Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.0703103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.0703902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b6b2fa72-ef1d-4d9b-8a4c-3f89d2f1d47c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.0707093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b6b2fa72-ef1d-4d9b-8a4c-3f89d2f1d47c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.0707862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.2022514Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.4577120Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.4578020Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.4579062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.4579393Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.4707261Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.4708281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\444e203e-9530-41a8-8e7c-415b0b7add33\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.4711306Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\444e203e-9530-41a8-8e7c-415b0b7add33\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.4712078Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:13.7059818Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.1734221Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.1735340Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.1736541Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.1736900Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.1854644Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.1855333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c6d9bc3-5ee3-4ef0-8197-996a56340155\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.1857856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c6d9bc3-5ee3-4ef0-8197-996a56340155\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.1858509Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.4182563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.7960954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.7962737Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.7964475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.7965236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.8099851Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.8100821Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d328c825-09e4-41e0-aed2-20a7254300a6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.8104205Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d328c825-09e4-41e0-aed2-20a7254300a6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:14.8105144Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:15.0324567Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:15.4457432Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:15.4459604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:15.4462180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:15.4463049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:15.4715430Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:15.4716926Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e950fa81-efa8-40f4-9a60-9978e78d478c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:15.4722630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e950fa81-efa8-40f4-9a60-9978e78d478c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:15.4724158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:15.6891165Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.1624391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.1626123Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.1628544Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.1629349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.1977967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.1978963Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f2d36d88-0d01-47d3-971a-b5ff0fb10bfb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.1981952Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f2d36d88-0d01-47d3-971a-b5ff0fb10bfb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.1982785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.4514245Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.8843324Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.8844294Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.8845456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.8845798Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.8970570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.8971313Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\95a8b4cf-8be4-4e3f-825a-bc0ea6512f0b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.8974307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\95a8b4cf-8be4-4e3f-825a-bc0ea6512f0b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:16.8974995Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:17.1023295Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:17.5127172Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:17.5128820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:17.5131156Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:17.5131904Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:17.5409439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:17.5410362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c91a03ac-160e-45c6-b00f-c86bde1ab568\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:17.5412905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c91a03ac-160e-45c6-b00f-c86bde1ab568\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:17.5413559Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:17.7932815Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:18.2573438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:18.2575177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:18.2577470Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:18.2578205Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:18.2772167Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:18.2773374Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5d8f82d1-dde1-48c4-b044-5c11486934a7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:18.2777946Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5d8f82d1-dde1-48c4-b044-5c11486934a7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:18.2779186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:18.5177529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.0231345Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.0233424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.0236022Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.0236817Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.0444249Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.0445368Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\95e2686d-9ada-4c8e-b390-abb00007be6a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.0450772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\95e2686d-9ada-4c8e-b390-abb00007be6a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.0452251Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.3261451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.7539856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.7541587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.7543933Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.7544727Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.7807498Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.7809012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6da09f28-c6ad-48da-8a18-aa3fa5e29d10\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.7814955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6da09f28-c6ad-48da-8a18-aa3fa5e29d10\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:19.7816615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:20.0401835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:20.5222146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:20.5223630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:20.5225685Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:20.5226417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:20.5503822Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:20.5505617Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c3b34ef5-4761-4d88-b42d-6fa0c52a2ab2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:20.5511255Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c3b34ef5-4761-4d88-b42d-6fa0c52a2ab2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:20.5512868Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:20.8234746Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:21.2597333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:21.2599698Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:21.2602931Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:21.2603838Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:21.2850007Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:21.2851437Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\abfd37f0-4031-424f-a20f-7b6830cce7f4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:21.2856944Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\abfd37f0-4031-424f-a20f-7b6830cce7f4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:21.2858464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:21.5638356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.1080861Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.1082517Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.1084899Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.1085709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.1332964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.1334863Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\43c5bafa-075f-461e-a933-5a03f949dab3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.1341401Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\43c5bafa-075f-461e-a933-5a03f949dab3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.1342963Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.4091478Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.8873893Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.8874893Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.8875990Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.8876327Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.9001514Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.9002217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\658dc0d0-d49d-4056-8cac-f614e7352a2b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.9004906Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\658dc0d0-d49d-4056-8cac-f614e7352a2b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:22.9005570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:23.1465276Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:23.4555411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:23.4556300Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:23.4557411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:23.4557761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:23.4711045Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:23.4712389Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\accbc1d8-b2fd-4877-95d5-c76bcd129e2c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:23.4717629Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\accbc1d8-b2fd-4877-95d5-c76bcd129e2c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:23.4718850Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:23.6933301Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.1666185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.1667261Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.1668333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.1668665Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.1794426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.1795186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f2b9b09d-9f5a-47e0-a260-a6faa764bcea\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.1797878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f2b9b09d-9f5a-47e0-a260-a6faa764bcea\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.1798565Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.4035310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.8125938Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.8127019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.8128144Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.8128480Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.8257100Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.8257937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6062f656-879c-4b05-b911-c6473ccf2033\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.8260557Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6062f656-879c-4b05-b911-c6473ccf2033\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:24.8261289Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:25.0571096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:25.4732157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:25.4733270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:25.4734372Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:25.4734776Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:25.4919700Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:25.4921025Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\38c928e8-71ae-4210-a42d-67838c0e12e0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:25.4925925Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\38c928e8-71ae-4210-a42d-67838c0e12e0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:25.4927106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:25.6951808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.1673674Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.1675179Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.1677351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.1678079Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.1921386Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.1922963Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b2c0b3dd-47e6-466f-a19e-48bdd7e57680\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.1928663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b2c0b3dd-47e6-466f-a19e-48bdd7e57680\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.1931748Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.4524442Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.9388764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.9390089Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.9391209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.9391580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.9513418Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.9514090Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\898147b5-3eba-4734-aa40-85321e25ecc5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.9516673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\898147b5-3eba-4734-aa40-85321e25ecc5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:26.9517322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:27.1743947Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:27.5862579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:27.5863683Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:27.5865520Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:27.5866014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:27.6008127Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:27.6009052Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c258e8b-9453-4de1-bba3-c15709fa9c4b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:27.6012266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2c258e8b-9453-4de1-bba3-c15709fa9c4b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:27.6013032Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:27.7517319Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:28.0572901Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:28.0573825Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:28.0575092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:28.0575601Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:28.0720267Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:28.0721177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d007b8be-f571-4152-86df-fded6e032fd0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:28.0724465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d007b8be-f571-4152-86df-fded6e032fd0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:28.0725382Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:28.2016570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:28.7112572Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Detected package downgrade: Fody from 6.5.5 to 6.3.0. Reference the package directly from the project to select a different version. \\r\\n project -> Costura.Fody 5.7.0 -> Fody (>= 6.5.5) \\r\\n project -> Fody (>= 6.3.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:28.7113643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:28.7114739Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:28.7115083Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:31.1170960Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Remove package 'System.Management'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:28:31.1211541Z\",\"@mt\":\"Removing outdated package reference: {PackageReference}\",\"PackageReference\":\"System.Management, Version=6.0.0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:28:31.1220991Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Remove package 'System.Management'\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:28:31.1226680Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:28:31.1232101Z\",\"@mt\":\"Saving changes to project file\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject\"}\n{\"@t\":\"2022-08-04T23:28:31.5049540Z\",\"@mt\":\"[{Level}] Problem loading file in MSBuild workspace {Message}\",\"@l\":\"Debug\",\"Level\":\"Failure\",\"Message\":\"Msbuild failed when processing the file 'C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj' with message: C:\\\\Program Files\\\\dotnet\\\\sdk\\\\6.0.302\\\\Sdks\\\\Microsoft.NET.Sdk\\\\targets\\\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (129, 5): The \\\"ResolveAppHosts\\\" task failed unexpectedly.\\r\\nSystem.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'. Could not find or load a specific file. (0x80131621)\\r\\nFile name: 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'\\r\\n ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed'.\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath)\\r\\n   at System.Reflection.Assembly.LoadFrom(String assemblyFile)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>g__TryLoadAssembly|3(AssemblyName assemblyName)\\r\\n   at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.<RegisterMSBuildPath>b__2(AssemblyLoadContext _, AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.GetFirstResolvedAssemblyFromResolvingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingEvent(AssemblyName assemblyName)\\r\\n   at System.Runtime.Loader.AssemblyLoadContext.ResolveUsingResolvingEvent(IntPtr gchManagedAssemblyLoadContext, AssemblyName assemblyName)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(TextReader textReader)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(Stream stream)\\r\\n   at NuGet.RuntimeModel.JsonRuntimeFormat.ReadRuntimeGraph(String filePath)\\r\\n   at Microsoft.NET.Build.Tasks.RuntimeGraphCache.GetRuntimeGraph(String runtimeJsonPath)\\r\\n   at Microsoft.NET.Build.Tasks.ResolveAppHosts.GetHostItem(String runtimeIdentifier, List`1 knownAppHostPacksForTargetFramework, List`1 packagesToDownload, String hostNameWithoutExtension, String itemName, Boolean isExecutable, Boolean errorIfNotFound)\\r\\n   at Microsoft.NET.Build.Tasks.ResolveAppHosts.ExecuteCore()\\r\\n   at Microsoft.NET.Build.Tasks.TaskBase.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()\\r\\n   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask(ITaskExecutionHost taskExecutionHost, TaskLoggingContext taskLoggingContext, TaskHost taskHost, ItemBucket bucket, TaskExecutionMode howToExecuteTask)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext\"}\n{\"@t\":\"2022-08-04T23:28:31.5081422Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Transitive reference analyzer\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:28:31.5110242Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Update NuGet Packages\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:28:31.5118253Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Update NuGet Packages\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:28:32.8389336Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:32.8390533Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\64cc8a0e-34df-423a-9537-59f40a56fb1d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:32.8393755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\64cc8a0e-34df-423a-9537-59f40a56fb1d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:32.8394516Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:32.8679718Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/fody/index.json\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:33.0677251Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/fody/index.json 199ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:33.0724139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  GET https://api.nuget.org/v3-flatcontainer/fody/6.5.5/fody.6.5.5.nupkg\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:33.0912134Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"  OK https://api.nuget.org/v3-flatcontainer/fody/6.5.5/fody.6.5.5.nupkg 18ms\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:33.1696895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:33.1704804Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquiring lock for the installation of Fody 6.5.5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:33.1712953Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Acquired lock for the installation of Fody 6.5.5\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:33.2438029Z\",\"@mt\":\"Loading {Name} without pdb from {Extension}\",\"@l\":\"Debug\",\"Name\":\"System.Security.Cryptography.Pkcs, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\",\"Extension\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:28:33.6528702Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"PackageSignatureVerificationLog: PackageIdentity: Fody.6.5.5 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:33.8859103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Installed Fody 6.5.5 from https://api.nuget.org/v3/index.json with content hash Krca41L/PDva1VsmDec5n52cQZxQAQp/bsHdzsNi8iLLI0lqKL94fNIkNaC8tVolUkCyWsbzvxfxJCeD2789fA==.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:34.2199593Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:34.2201399Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:34.2201836Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:34.2344452Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:34.2345397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ba059e39-a599-4bbe-960d-ba07c5292611\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:34.2348385Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ba059e39-a599-4bbe-960d-ba07c5292611\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:34.2349160Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:34.4922747Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.0055508Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.0057356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.0057717Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.0256648Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.0258409Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\99a98a82-4c3d-4db0-ad09-0658ec76e210\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.0265831Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\99a98a82-4c3d-4db0-ad09-0658ec76e210\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.0268234Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.2497936Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.6546585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.6550673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.6551543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.6870014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.6871507Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fb55be14-ae13-45bf-bc10-21e42e4eb119\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.6879576Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fb55be14-ae13-45bf-bc10-21e42e4eb119\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.6881883Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:35.8682351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.3311277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.3313253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.3313729Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.3456560Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.3457411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9845c226-06ed-415f-87d7-ac401119b6e1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.3461268Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9845c226-06ed-415f-87d7-ac401119b6e1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.3462310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.5026267Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.7727878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.7729510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.7729855Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.7867376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.7868138Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\98da57e5-4cc7-44a7-ae13-0a9a9616410a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.7870567Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\98da57e5-4cc7-44a7-ae13-0a9a9616410a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.7871279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:36.9489951Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:37.3908766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:37.3911940Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:37.3912826Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:37.4303248Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:37.4304264Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b244b66-5b29-4b4f-aa8e-7b9443ecb5a7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:37.4307370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b244b66-5b29-4b4f-aa8e-7b9443ecb5a7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:37.4308279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:37.6944220Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.0423180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.0425606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.0426178Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.0601316Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.0602211Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ddb0e9dc-8934-41fb-83e1-c5b1ebb24d85\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.0605002Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ddb0e9dc-8934-41fb-83e1-c5b1ebb24d85\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.0605864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.2662820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.7586265Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.7589635Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.7590467Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.7747820Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Add template files\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:28:38.7930051Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.7931180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e3dc858f-274c-4421-bc5d-0bdb4446754f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.7935640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e3dc858f-274c-4421-bc5d-0bdb4446754f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:38.7936755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:39.0488278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:39.3853891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:39.3857238Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:39.3858029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:39.4053637Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:39.4054613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9511cafe-397b-445e-a66f-896beb453f3b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:39.4058033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9511cafe-397b-445e-a66f-896beb453f3b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:39.4058936Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:39.6764911Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.1785761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.1789689Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.1790535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.1949405Z\",\"@mt\":\"{FilesNeededCount} expected template items needed\",\"FilesNeededCount\":0,\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep\"}\n{\"@t\":\"2022-08-04T23:28:40.1976079Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Add template files\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:28:40.2036284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.2037158Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7073e38e-30db-4113-9b05-d4321b307e12\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.2039914Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7073e38e-30db-4113-9b05-d4321b307e12\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.2040633Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.4124190Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.8966911Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.8968625Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.8968968Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.9091550Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.9092303Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ab755ef6-e4b9-4313-ab62-3d0685a8192a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.9094993Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ab755ef6-e4b9-4313-ab62-3d0685a8192a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:40.9095671Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:41.1262769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:41.5255146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:41.5257219Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:41.5257605Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:41.5326495Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Update Windows Desktop Project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:28:41.5452442Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:41.5454057Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\914b1788-8746-45ef-bdaf-63f8083f5c93\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:41.5457229Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\914b1788-8746-45ef-bdaf-63f8083f5c93\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:41.5457969Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:41.7937706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:42.2160236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:42.2162026Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:42.2162371Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:42.2351809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:42.2353289Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\64549f55-095a-4278-933b-f000d420aa2f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:42.2359033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\64549f55-095a-4278-933b-f000d420aa2f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:42.2360621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:42.4944641Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:42.9909474Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:42.9911381Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:42.9911760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:43.0169111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:43.0170322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d7c8fbc-9c46-4310-8c35-99584d2501ac\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:43.0174107Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d7c8fbc-9c46-4310-8c35-99584d2501ac\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:43.0175171Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:43.2833335Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:43.7505169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:43.7507125Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:43.7507519Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:43.7741840Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:43.7743136Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7ae97dcf-d531-4639-8d84-b8fdcc3e4251\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:43.7749373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7ae97dcf-d531-4639-8d84-b8fdcc3e4251\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:43.7750943Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:44.0470855Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:44.4530818Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:44.4532582Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:44.4533446Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:44.4672471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:44.4673279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c52a7d89-8fe6-4d44-a2b8-aac432269287\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:44.4675624Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c52a7d89-8fe6-4d44-a2b8-aac432269287\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:44.4676256Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:44.6796977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.1239927Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.1241726Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.1242063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.1373286Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.1374296Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b709b728-0b82-46b2-a716-4ad75b63d348\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.1378013Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b709b728-0b82-46b2-a716-4ad75b63d348\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.1378987Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.4082191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.9043967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.9045953Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.9046375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.9189632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.9190428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0da5a0af-7ab9-49d0-89e8-b92b1a547d72\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.9192972Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0da5a0af-7ab9-49d0-89e8-b92b1a547d72\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:45.9193648Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:46.1097773Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:46.5499285Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:46.5501106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:46.5501444Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:46.5636948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:46.5637766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\919236a3-49b7-44c9-b762-aab213ff5098\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:46.5640829Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\919236a3-49b7-44c9-b762-aab213ff5098\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:46.5641668Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:46.8085181Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:47.2869851Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:47.2873277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:47.2874124Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:47.3135169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:47.3136878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4942ac19-c078-4944-b431-b67ef4f94eec\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:47.3142710Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4942ac19-c078-4944-b431-b67ef4f94eec\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:47.3144284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:47.5886436Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.0877513Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.0879305Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.0879652Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.1017315Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.1018391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bbd3dcd9-5d3a-49f9-bf11-721ac710acf2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.1022632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bbd3dcd9-5d3a-49f9-bf11-721ac710acf2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.1023788Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.3395965Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.7918538Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.7920238Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.7920654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.8051292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.8052149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\78aec0d1-718a-472b-b1dd-47dd1eb19c5e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.8054878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\78aec0d1-718a-472b-b1dd-47dd1eb19c5e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:48.8055654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:49.0255202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:49.5226569Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:49.5228339Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:49.5228693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:49.5368001Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:49.5368923Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\06f98380-18f3-4d2d-bba5-716c903ab47d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:49.5372822Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\06f98380-18f3-4d2d-bba5-716c903ab47d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:49.5373823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:49.8101928Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.2794127Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.2798193Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.2799093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.3050012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.3051772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a9ecb92c-a57c-447a-b1cc-f4fe6a9b4baa\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.3058675Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a9ecb92c-a57c-447a-b1cc-f4fe6a9b4baa\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.3060912Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.5433582Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.9228361Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.9230465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.9230839Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.9354561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.9355387Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\59563900-f6c3-4fdf-862d-57f2fecac305\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.9358228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\59563900-f6c3-4fdf-862d-57f2fecac305\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:50.9358975Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:51.1406801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:51.5566240Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:51.5569141Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:51.5569846Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:51.5809045Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:51.5810894Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\67b72a1f-7698-45fd-a20e-169f6ae73c55\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:51.5814066Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\67b72a1f-7698-45fd-a20e-169f6ae73c55\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:51.5814841Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:51.8512796Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:52.2348269Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:52.2351801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:52.2352664Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:52.2654043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:52.2655553Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\06e2d1b1-1db4-4d25-a02e-03ad9dae89cc\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:52.2660905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\06e2d1b1-1db4-4d25-a02e-03ad9dae89cc\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:52.2662367Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:52.5383515Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.0440226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.0443253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.0444029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.0633649Z\",\"@mt\":\"Default font in Windows Forms has been changed from Microsoft Sans Serif to Seg Segoe UI, in order to change the default font use the API - Application.SetDefaultFont(Font font). For more details see here - https://devblogs.microsoft.com/dotnet/whats-new-in-windows-forms-in-net-6-0-preview-5/#application-wide-default-font.\",\"@l\":\"Warning\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDefaultFontUpdater\"}\n{\"@t\":\"2022-08-04T23:28:53.0790161Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.0792690Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\db578cf3-7882-4d30-9d83-a8e1af663ed6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.0800846Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\db578cf3-7882-4d30-9d83-a8e1af663ed6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.0802535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.3703208Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.8228418Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.8232236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.8233076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.8401203Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.8402184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3cd73b4a-728e-43a5-b3da-9478ba5ab5f4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.8405565Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3cd73b4a-728e-43a5-b3da-9478ba5ab5f4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:53.8406483Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:54.0530764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:54.5130026Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:54.5133044Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:54.5133920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:54.5313688Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Update Windows Desktop Project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:28:54.5376608Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:54.5377439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\90d3d673-03b1-4311-a921-b9b9d0dce49a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:54.5379974Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\90d3d673-03b1-4311-a921-b9b9d0dce49a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:54.5380654Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:54.8023777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.1738754Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.1740545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.1740891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.1858278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.1858930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\044caa26-5504-40ab-be55-fdec4e57af5c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.1861295Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\044caa26-5504-40ab-be55-fdec4e57af5c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.1861981Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.4283691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.8860762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.8862452Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.8862790Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.9013961Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDefaultFontUpdater\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:28:55.9178144Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.9179884Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\156e66dc-4bdb-49f9-8a49-bd1ab2b5a0e0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.9185629Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\156e66dc-4bdb-49f9-8a49-bd1ab2b5a0e0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:55.9187187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:56.1798405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:56.6339094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:56.6340752Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:56.6341093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:56.6462738Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:56.6463488Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e18ae672-7fdd-4cd8-8489-441b087bd5bf\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:56.6466125Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e18ae672-7fdd-4cd8-8489-441b087bd5bf\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:56.6467071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:56.8528234Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.2094269Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.2096614Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.2097173Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.2408014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.2408820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bd710884-0d3d-41d4-94be-f347a0651bb9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.2412273Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bd710884-0d3d-41d4-94be-f347a0651bb9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.2413418Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.4440547Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.9009588Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.9011973Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.9012488Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.9244673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.9246056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f7c4f3af-28ed-416f-bbf5-0402c25711c7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.9253587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f7c4f3af-28ed-416f-bbf5-0402c25711c7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:57.9256295Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:58.1738371Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:58.6022265Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:58.6023977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:58.6024327Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:58.6163283Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:58.6164153Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70024bdb-7cac-4ce4-8418-0ed26cbdd97f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:58.6166689Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70024bdb-7cac-4ce4-8418-0ed26cbdd97f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:58.6167359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:58.8340383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.1222985Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.1224664Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.1225028Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.1359335Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.1360061Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fc86b90b-c2e1-45d7-a749-05dba66ca36d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.1362571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fc86b90b-c2e1-45d7-a749-05dba66ca36d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.1363275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.2612791Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.6983853Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.6987680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.6988731Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.7297239Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.7299188Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8674531a-c8b6-4727-bd93-6a3297bc790a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.7305126Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8674531a-c8b6-4727-bd93-6a3297bc790a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.7306802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:28:59.9562409Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:00.3472882Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:00.3476160Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:00.3476952Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:00.3717544Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:00.3719017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\94218d9b-d3ca-4ba8-b9ab-6f0123508feb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:00.3724579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\94218d9b-d3ca-4ba8-b9ab-6f0123508feb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:00.3726140Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:00.6096499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.1064727Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.1068055Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.1068868Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.1283978Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.1285010Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bcbd9fea-e92e-42d1-bfd3-2a0add613781\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.1288072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bcbd9fea-e92e-42d1-bfd3-2a0add613781\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.1288863Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.3611063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.8066057Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.8068235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.8068728Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.8208250Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.8209336Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1259abeb-d999-48a3-8abb-50d41306f134\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.8213707Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1259abeb-d999-48a3-8abb-50d41306f134\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:01.8214873Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:02.0509475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:02.5415204Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:02.5416922Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:02.5417266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:02.5631030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:02.5632935Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8d872a77-b0e6-4617-8d6a-5bbba58b7913\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:02.5638554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8d872a77-b0e6-4617-8d6a-5bbba58b7913\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:02.5639943Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:02.8609907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:03.2856380Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:03.2858729Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:03.2859294Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:03.3073403Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:03.3074733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\baf8ef83-9716-4f7b-97f7-6db7af9051ea\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:03.3079873Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\baf8ef83-9716-4f7b-97f7-6db7af9051ea\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:03.3081292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:03.5704387Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.0320726Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.0323913Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.0324722Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.0563037Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.0564571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4850fe4b-813c-4bcd-bb66-ad5decc4e255\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.0569935Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4850fe4b-813c-4bcd-bb66-ad5decc4e255\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.0572722Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.3301405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.6646071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.6648337Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.6648898Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.6861201Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.6862692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0f2d8d97-d9fa-494c-aaf7-a68e2689fa84\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.6868352Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0f2d8d97-d9fa-494c-aaf7-a68e2689fa84\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.6869847Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:04.9734959Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:05.4206561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:05.4208415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:05.4208790Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:05.4380868Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:05.4382578Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\69fd2e5e-5e1c-430f-beab-eb749bf08b50\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:05.4388223Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\69fd2e5e-5e1c-430f-beab-eb749bf08b50\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:05.4389842Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:05.6404851Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.0123212Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.0125782Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.0126397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.0270074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.0270874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fa1af288-b67b-4acb-8e19-96a079fbd553\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.0273647Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fa1af288-b67b-4acb-8e19-96a079fbd553\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.0274558Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.2851652Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.7754941Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.7758326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.7759245Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.7977044Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.7978273Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9c33751f-bb5b-4660-ba8d-4e7c73632e73\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.7982964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9c33751f-bb5b-4660-ba8d-4e7c73632e73\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:06.7984337Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:07.0613033Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:07.5553414Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:07.5555448Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:07.5555808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:07.5753948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:07.5754752Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6ac3a999-7382-4a61-aee8-dea4226c00cd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:07.5757456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6ac3a999-7382-4a61-aee8-dea4226c00cd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:07.5758157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:07.8003420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.2509049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.2510948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.2511287Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.2636699Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.2637436Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a66f4cdc-bdda-4fc0-b3e3-a47cdf5fc8ed\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.2639810Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a66f4cdc-bdda-4fc0-b3e3-a47cdf5fc8ed\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.2640451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.5086094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.8672510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.8674500Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.8674949Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.8860284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.8861941Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\62fb1a19-7cb4-4c18-a63e-34035929873d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.8867560Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\62fb1a19-7cb4-4c18-a63e-34035929873d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:08.8869088Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:09.1434794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:09.5979286Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:09.5982672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:09.5983507Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:09.6662050Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:09.6663939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f42340f3-d28b-476a-a30b-5c2e3c6e7119\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:09.6669789Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f42340f3-d28b-476a-a30b-5c2e3c6e7119\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:09.6671344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:09.9300983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:10.4098910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:10.4102380Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:10.4103262Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:10.4397795Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:10.4399459Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\33580efe-8485-4a07-a4c8-993d34acff23\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:10.4407342Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\33580efe-8485-4a07-a4c8-993d34acff23\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:10.4409231Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:10.7154788Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:11.2526989Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:11.2530016Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:11.2530784Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:11.2977491Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:11.2984495Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8c5e2678-0d5e-4149-8754-440c7c57b27c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:11.2989239Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8c5e2678-0d5e-4149-8754-440c7c57b27c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:11.2990256Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:11.5440435Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.0574136Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.0576999Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.0577632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.0815759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.0817220Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b0295c11-e182-401b-aedd-c66eeb3c346c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.0822904Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b0295c11-e182-401b-aedd-c66eeb3c346c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.0824447Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.3287939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.7495307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.7498653Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.7499577Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.7734775Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.7736282Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7f5a2501-8df7-4f31-93fc-2ab05cf87fc8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.7741204Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7f5a2501-8df7-4f31-93fc-2ab05cf87fc8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:12.7742988Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:13.0503299Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:13.4902279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:13.4904054Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:13.4904394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:13.5033500Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:13.5034186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b9ec96d1-d186-4fbf-a290-0ecc80709c2e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:13.5036823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b9ec96d1-d186-4fbf-a290-0ecc80709c2e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:13.5037538Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:13.7295486Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.1036479Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.1039731Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.1040540Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.1302049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.1303806Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\18ba59e5-fc1f-4852-a81c-57c8758b3fdd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.1309377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\18ba59e5-fc1f-4852-a81c-57c8758b3fdd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.1310769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.3882045Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.7823872Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.7826957Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.7827744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.8017618Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.8018577Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\844f8dc7-89da-4c78-8b99-e8081f43261e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.8022186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\844f8dc7-89da-4c78-8b99-e8081f43261e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:14.8023156Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:15.0688529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:15.4830630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:15.4834034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:15.4834994Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:15.5192875Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:15.5194529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f460cfb6-8422-4bee-b6dd-be2a70dd9869\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:15.5199900Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f460cfb6-8422-4bee-b6dd-be2a70dd9869\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:15.5201348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:15.8045087Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.3285342Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.3287042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.3287451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.3407011Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.3407695Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9c95f63b-3fe5-411f-ac26-2af20c527da0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.3410285Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9c95f63b-3fe5-411f-ac26-2af20c527da0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.3410958Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.5781202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.9668701Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.9670449Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.9670789Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.9799301Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.9800213Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ef73538c-31db-4cd1-b920-1f859961b3da\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.9802727Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ef73538c-31db-4cd1-b920-1f859961b3da\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:16.9803426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:17.2018933Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:17.6644902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:17.6648928Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:17.6649751Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:17.6890531Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:17.6891998Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\19e73fbc-f513-4384-8ec6-3d74b2769ec6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:17.6897764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\19e73fbc-f513-4384-8ec6-3d74b2769ec6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:17.6899326Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:17.9530770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:18.3625015Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:18.3626690Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:18.3627071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:18.3824348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:18.3826150Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\14c4a251-9dba-49d6-8951-fc5b369d61d2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:18.3831864Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\14c4a251-9dba-49d6-8951-fc5b369d61d2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:18.3833411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:18.6459556Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.1355387Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.1357656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.1358122Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.1587094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.1588811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3fea68b9-58e8-45b8-8215-6ac1dbeb14f3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.1594663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3fea68b9-58e8-45b8-8215-6ac1dbeb14f3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.1596222Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.4385377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.9267200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.9269164Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.9269548Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.9420719Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.9421639Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4fc7d5f3-724f-4c7e-bbbb-eb855a76e989\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.9424758Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4fc7d5f3-724f-4c7e-bbbb-eb855a76e989\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:19.9425620Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:20.1984950Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:20.5824711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:20.5826523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:20.5826895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:20.6001345Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:20.6002637Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\919d9a22-2795-4657-9116-b27346a967ee\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:20.6007940Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\919d9a22-2795-4657-9116-b27346a967ee\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:20.6009481Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:20.8588305Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:21.3781253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:21.3784627Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:21.3785494Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:21.4040651Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:21.4042382Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\41f2e33a-ca33-4dc5-a48c-31274d23b88d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:21.4048248Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\41f2e33a-ca33-4dc5-a48c-31274d23b88d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:21.4049733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:21.6833761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.1269055Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.1270807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.1271149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.1394737Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.1395595Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c615000a-114b-4554-96a5-6d3bb07c0155\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.1398464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c615000a-114b-4554-96a5-6d3bb07c0155\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.1399157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.3180754Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.7740723Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.7742523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.7742896Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.7868795Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.7869536Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\99289b41-78de-4c31-9bcd-447c7957bf34\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.7871924Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\99289b41-78de-4c31-9bcd-447c7957bf34\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:22.7872570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:23.0362425Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:23.5336698Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:23.5339621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:23.5340320Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:23.5582493Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:23.5584244Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c473fa95-2ddd-4eea-9c99-83ae09ef0023\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:23.5592230Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c473fa95-2ddd-4eea-9c99-83ae09ef0023\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:23.5594174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:23.8122910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:24.2859660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:24.2862726Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:24.2863501Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:24.3112980Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:24.3114630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d09b3fb8-3a78-4252-9856-9fc2b2c029c6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:24.3121367Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d09b3fb8-3a78-4252-9856-9fc2b2c029c6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:24.3122899Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:24.5868110Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.0415094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.0417089Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.0417545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.0560505Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.0561425Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5b0e6d81-eb56-40c9-84b0-d2c974c8b9b9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.0564096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5b0e6d81-eb56-40c9-84b0-d2c974c8b9b9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.0564823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.3076914Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.7486770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.7490151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.7492591Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.7686339Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.7687481Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5b1d4c6b-2177-4cda-b9f1-050acb65a8c1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.7691384Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5b1d4c6b-2177-4cda-b9f1-050acb65a8c1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:25.7692447Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:26.0429987Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:26.4876375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:26.4880707Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:26.4882086Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:26.5156119Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:26.5157533Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\93824311-0fb4-4752-9a0a-aa46ff7a89f8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:26.5162362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\93824311-0fb4-4752-9a0a-aa46ff7a89f8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:26.5163632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:26.8027626Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.1652374Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.1654325Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.1654667Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.1784995Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.1786174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c78af4db-2f90-40ec-8174-11c79257c95e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.1790386Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c78af4db-2f90-40ec-8174-11c79257c95e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.1791711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.3411721Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.8211271Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.8214910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.8215814Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.8509041Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.8510830Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\da9ba2f6-c9bc-4580-bce5-aafd9dccd6fb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.8516627Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\da9ba2f6-c9bc-4580-bce5-aafd9dccd6fb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:27.8518173Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:28.1363733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:28.4873237Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:28.4877174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:28.4878182Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:28.5045493Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:28.5047153Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e11c1734-89a6-4ee4-8244-8fbaca0642e1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:28.5051653Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e11c1734-89a6-4ee4-8244-8fbaca0642e1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:28.5052832Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:28.7800980Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.2534845Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.2536812Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.2537282Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.2662889Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.2663584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\abd0f7fc-d76d-4892-9dc1-22f9adc2a3a8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.2666316Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\abd0f7fc-d76d-4892-9dc1-22f9adc2a3a8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.2666988Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.4808572Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.9155720Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.9158428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.9159117Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.9502470Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.9503530Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d2018615-9038-4333-abdc-8c2dc1131df8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.9506410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d2018615-9038-4333-abdc-8c2dc1131df8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:29.9507243Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:30.1312417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:30.4316436Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:30.4318196Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:30.4318561Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:30.4446886Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:30.4447684Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e0fb76ed-b148-4412-9cde-52182ff8e443\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:30.4450979Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e0fb76ed-b148-4412-9cde-52182ff8e443\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:30.4451986Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:30.5828642Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.0021350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.0024108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.0024839Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.0188120Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.0189112Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8367362e-6409-48ab-b701-818da65ad5c6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.0192224Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8367362e-6409-48ab-b701-818da65ad5c6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.0193064Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.2863865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.7312842Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.7314713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.7315088Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.7448069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.7448891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3a440bbd-527d-45a9-9185-1106c1d78182\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.7451680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3a440bbd-527d-45a9-9185-1106c1d78182\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.7452348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:31.9897017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:32.3499496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:32.3501317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:32.3501715Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:35.3719783Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Default Font API Alert\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep\"}\n{\"@t\":\"2022-08-04T23:29:35.3877585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:35.3879629Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a21df9ed-46d4-497b-8cae-ea1f044aca65\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:35.3885083Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a21df9ed-46d4-497b-8cae-ea1f044aca65\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:35.3886323Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:35.6661268Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:36.0405079Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:36.0408100Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:36.0408887Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:36.0656713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:36.0658454Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b03f57a-2d61-4e70-be22-2f6937e45fb5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:36.0664882Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b03f57a-2d61-4e70-be22-2f6937e45fb5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:36.0666571Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:36.3435855Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:36.7710106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:36.7711874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:36.7712232Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:36.7802446Z\",\"@mt\":\"Default font in Windows Forms has been changed from Microsoft Sans Serif to Seg Segoe UI, in order to change the default font use the API - Application.SetDefaultFont(Font font). For more details see here - https://devblogs.microsoft.com/dotnet/whats-new-in-windows-forms-in-net-6-0-preview-5/#application-wide-default-font.\",\"@l\":\"Warning\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinformsDefaultFontUpdater\"}\n{\"@t\":\"2022-08-04T23:29:36.7828406Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Default Font API Alert\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep\"}\n{\"@t\":\"2022-08-04T23:29:41.1346115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:41.1347664Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3512edad-2fca-4f20-b711-9ddb1e47fd2f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:41.1352239Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3512edad-2fca-4f20-b711-9ddb1e47fd2f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:41.1353448Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:41.4165533Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:41.8040354Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:41.8043605Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:41.8044388Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:41.8253616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:41.8254954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\56df3f44-8ffe-4cba-baec-2e3f36e0d7e8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:41.8260198Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\56df3f44-8ffe-4cba-baec-2e3f36e0d7e8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:41.8261623Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:42.0974369Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:42.5530891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:42.5534818Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:42.5535693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:42.5732615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:42.5734195Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b62673b4-f74e-4e30-a68b-c8677d1c8709\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:42.5739801Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b62673b4-f74e-4e30-a68b-c8677d1c8709\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:42.5741353Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:42.8299961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.3362399Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.3365032Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.3365625Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.3595275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.3596741Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\75bb91e8-d224-44bf-b052-fcf49442c9bd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.3602467Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\75bb91e8-d224-44bf-b052-fcf49442c9bd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.3604019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.5890860Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.9767371Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.9770691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.9771590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.9947927Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.9948769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\32935395-78ab-444b-9bb0-7578434dc514\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.9951356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\32935395-78ab-444b-9bb0-7578434dc514\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:43.9952092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:44.2672349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:44.6693641Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:44.6697253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:44.6698094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:44.6933883Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:44.6935154Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ecf12160-62b7-462d-8566-551be47d2832\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:44.6940174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ecf12160-62b7-462d-8566-551be47d2832\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:44.6941507Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:44.9691096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:45.3881228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:45.3882992Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:45.3883343Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:45.4033662Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:45.4035011Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\82f141df-7fa6-4dee-a51e-6a008ff1bc1d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:45.4039217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\82f141df-7fa6-4dee-a51e-6a008ff1bc1d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:45.4040402Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:45.6807115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.1336671Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.1340604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.1341587Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.1580508Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.1581954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\58f56f3e-17d7-4be7-bc2a-9b4449b5ea94\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.1587604Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\58f56f3e-17d7-4be7-bc2a-9b4449b5ea94\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.1589197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.4048699Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.8573055Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.8576174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.8576965Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.8774628Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.8775707Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f21b9df7-0315-459a-aefb-594eb3ab69b1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.8779223Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f21b9df7-0315-459a-aefb-594eb3ab69b1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:46.8780148Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:47.1328677Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:47.5608559Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:47.5610417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:47.5610858Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:47.5739056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:47.5739848Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\194e1331-17a5-45be-8ee3-9019b65b5799\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:47.5742824Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\194e1331-17a5-45be-8ee3-9019b65b5799\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:47.5743610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:47.7608116Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.2224778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.2227072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.2227577Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.2400670Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.2401785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\352f0287-5f50-448d-b0bc-8ee7277ea54c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.2405481Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\352f0287-5f50-448d-b0bc-8ee7277ea54c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.2406579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.4640644Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.8870096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.8873400Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.8874235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.9331850Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.9334005Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\250d4a3e-aeb2-436a-8b8b-df722e88a321\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.9343614Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\250d4a3e-aeb2-436a-8b8b-df722e88a321\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:48.9346344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:49.2036594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:49.6017669Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:49.6020971Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:49.6021427Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:49.6209509Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:49.6211270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d528aab7-83e8-45dc-9c10-8000da7081c5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:49.6216696Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d528aab7-83e8-45dc-9c10-8000da7081c5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:49.6218229Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:49.8439794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:50.3212257Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:50.3214030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:50.3214371Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:50.3411797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:50.3413311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2336f211-051e-4357-b48d-c53d98a657fc\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:50.3418757Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2336f211-051e-4357-b48d-c53d98a657fc\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:50.3420324Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:50.6057060Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:50.9952079Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:50.9956082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:50.9956983Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:51.0214165Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:51.0215111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\184d9611-f964-4733-851a-d2af12e6907c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:51.0218167Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\184d9611-f964-4733-851a-d2af12e6907c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:51.0218961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:51.2926008Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:51.8071959Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:51.8075486Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:51.8076333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:51.8258621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:51.8259348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dd4e58eb-fa45-4573-9d54-04f574bab402\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:51.8261971Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dd4e58eb-fa45-4573-9d54-04f574bab402\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:51.8262658Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:52.1022684Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:52.5461583Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:52.5467146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:52.5468820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:52.5895351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:52.5897157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ebda507d-1a95-4e4f-957f-ae15cd57c1c4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:52.5902861Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ebda507d-1a95-4e4f-957f-ae15cd57c1c4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:52.5904437Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:52.8472615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.2673237Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.2674886Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.2675224Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.2810630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.2811709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0a6b0c57-8c48-47ea-8ce8-105babdd611e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.2816404Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0a6b0c57-8c48-47ea-8ce8-105babdd611e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.2817384Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.5359370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.9189632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.9193150Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.9194022Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.9418624Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.9419585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d7622fb-a076-426f-969a-3c6190b624ed\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.9423788Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d7622fb-a076-426f-969a-3c6190b624ed\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:53.9424527Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:54.1262762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:54.4504854Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:54.4506854Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:54.4507209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:54.4688438Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:54.4689812Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0cb009a3-7f01-4294-93c5-14a20c69ac54\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:54.4695100Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0cb009a3-7f01-4294-93c5-14a20c69ac54\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:54.4696524Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:54.7327406Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.1125696Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.1130790Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.1133999Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.1473543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.1475106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\148c8167-101a-4672-9dd4-113d8738ff9b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.1486105Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\148c8167-101a-4672-9dd4-113d8738ff9b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.1487143Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.3216450Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.6887218Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.6889071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.6889416Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.7064582Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.7065399Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\50015774-188d-4afa-b36f-6d0c72c4e7cf\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.7068646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\50015774-188d-4afa-b36f-6d0c72c4e7cf\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.7069413Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:55.9425823Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.3559515Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.3561662Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.3562098Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.3707461Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.3708336Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eff36bc7-319b-4e91-a445-c79ea5e07dfe\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.3711487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eff36bc7-319b-4e91-a445-c79ea5e07dfe\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.3712320Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.4965203Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.7672925Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.7674634Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.7674979Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.7808762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.7809510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\13c485be-4a2a-4730-b111-f710be1478a1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.7812202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\13c485be-4a2a-4730-b111-f710be1478a1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.7812943Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:56.9328208Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:57.5010532Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:57.5014245Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:57.5015132Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:57.5220348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:57.5222331Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fdd1be81-7ec4-41cb-b9d1-aa870f1e8532\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:57.5226756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fdd1be81-7ec4-41cb-b9d1-aa870f1e8532\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:57.5227658Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:57.7395103Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.0914683Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.0916672Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.0917025Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.1039422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.1040291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5325aa97-a605-4c65-98e5-75fffb973805\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.1043511Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5325aa97-a605-4c65-98e5-75fffb973805\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.1044254Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.2487554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.5776128Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.5778499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.5779003Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.5871555Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:29:58.5971690Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.5973184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e9a89cad-32af-40ff-bd7d-85eb461219dc\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.5978187Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e9a89cad-32af-40ff-bd7d-85eb461219dc\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.5979572Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:58.8406764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.4411850Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.4413759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.4414148Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.4548136Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.4549415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\37f5a132-3b44-41d5-8b75-e506c16f7141\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.4554401Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\37f5a132-3b44-41d5-8b75-e506c16f7141\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.4555598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.5924247Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.9116095Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.9118029Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.9118369Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.9412575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.9413792Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b6add407-1f5e-4604-b9e6-4e8f799e45ec\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.9417619Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b6add407-1f5e-4604-b9e6-4e8f799e45ec\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:29:59.9418538Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:00.0929147Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:00.4313325Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:00.4315345Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:00.4315779Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:00.4441725Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:00.4442465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ec3057fe-f6a0-44c0-8aba-ff31fbfd10ad\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:00.4445332Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ec3057fe-f6a0-44c0-8aba-ff31fbfd10ad\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:00.4446028Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:00.6312242Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.0385786Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.0388552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.0389231Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.0627591Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.0628616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\53cfe4f2-6390-4542-ac76-d3d5754df2b4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.0631555Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\53cfe4f2-6390-4542-ac76-d3d5754df2b4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.0632362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.2337044Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.5690851Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.5692839Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.5693313Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.5834895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.5835646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\728a21a7-78af-4c0d-af2c-5a70327131cd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.5838942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\728a21a7-78af-4c0d-af2c-5a70327131cd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.5839743Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:01.7233211Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.0237426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.0240056Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.0240656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.0431976Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.0432887Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7e42e993-129f-444f-a293-07298ce15dba\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.0436329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7e42e993-129f-444f-a293-07298ce15dba\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.0437222Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.1959065Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.5066386Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.5068101Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.5068526Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.5198988Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.5199789Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ca8e0830-a275-40a1-bde6-264ac683e811\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.5202574Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ca8e0830-a275-40a1-bde6-264ac683e811\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.5203330Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:02.6806284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.0945594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.0948114Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.0948763Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.1197202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.1198759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b525225-1b3a-4735-afb3-4f155ad0a2e1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.1206905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b525225-1b3a-4735-afb3-4f155ad0a2e1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.1209457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.3263789Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.6998281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.7002412Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.7003449Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.7365819Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.7367126Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c7f30598-1c3d-4ba2-bf87-af1b31da890b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.7370430Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c7f30598-1c3d-4ba2-bf87-af1b31da890b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.7371206Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:03.9102640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.2598846Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.2600720Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.2601073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.2735151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.2736005Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b489e72-eae0-4dd0-a9c9-6a0f7a356c28\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.2739115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b489e72-eae0-4dd0-a9c9-6a0f7a356c28\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.2739881Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.4542874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.8063703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.8066866Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.8067660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.8341691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.8343171Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6e5d54f-84c6-44ab-813e-cb91ef694dfb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.8348753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6e5d54f-84c6-44ab-813e-cb91ef694dfb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:04.8350227Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:05.0746901Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:05.4966499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:05.4968222Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:05.4968579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:05.5092833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:05.5093673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0f154336-720c-4a38-bb8a-88618b600e32\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:05.5096224Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0f154336-720c-4a38-bb8a-88618b600e32\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:05.5096877Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:05.6687957Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.0171396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.0173086Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.0173431Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.0291936Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.0292836Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e3bace9b-4fa9-43c4-8235-a673f3678a6a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.0295697Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e3bace9b-4fa9-43c4-8235-a673f3678a6a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.0296432Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.2642842Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.6610656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.6612505Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.6612936Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.6742528Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.6743271Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\369a1bad-ef98-4661-bc45-c923d26aafbe\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.6746184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\369a1bad-ef98-4661-bc45-c923d26aafbe\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.6746964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:06.7889429Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.0906529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.0908481Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.0908833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.1035065Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.1036287Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dec3ae56-d2c0-49b0-a057-1efff94dbd88\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.1041871Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dec3ae56-d2c0-49b0-a057-1efff94dbd88\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.1043295Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.2563521Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.5947090Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.5949051Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.5949430Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.6135392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.6136663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\563416f0-34b7-465d-8ead-aefa6045c619\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.6140918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\563416f0-34b7-465d-8ead-aefa6045c619\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.6142054Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:07.7873977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.2184108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.2185950Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.2186293Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.2345905Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.2346878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e117ecac-902d-42ce-af33-79b8374c3808\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.2350329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e117ecac-902d-42ce-af33-79b8374c3808\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.2351139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.4056253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.7639410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.7643207Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.7644117Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.7845530Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.7846415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\735f6f47-fa56-4873-998b-5af09b64a27b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.7849114Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\735f6f47-fa56-4873-998b-5af09b64a27b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:08.7849879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:09.0464243Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:09.4084265Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:09.4086099Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:09.4086451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:09.4220868Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:09.4221824Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70f6e767-85ba-42db-914c-9ec5cff5bc50\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:09.4225006Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70f6e767-85ba-42db-914c-9ec5cff5bc50\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:09.4225818Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:09.6709813Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.0124083Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.0126744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.0127321Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.0415611Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.0417230Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a5d434ec-25da-4a95-a0f7-7134082fbd13\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.0422350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a5d434ec-25da-4a95-a0f7-7134082fbd13\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.0423699Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.2369545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.6140333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.6142841Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.6143367Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.6295464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.6296685Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5db3ed57-1943-4a4a-a4c7-2504514a9149\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.6302577Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5db3ed57-1943-4a4a-a4c7-2504514a9149\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.6303778Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:10.8367355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.2332144Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.2335253Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.2335863Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.2788060Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.2789228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ebf419d9-0057-4c77-8641-27e5db04349b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.2792618Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ebf419d9-0057-4c77-8641-27e5db04349b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.2793502Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.5219582Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.8983769Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.8985590Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.8985954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.9118316Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.9119155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c3bdfe47-66f8-4926-ab80-721b47a0778a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.9122258Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c3bdfe47-66f8-4926-ab80-721b47a0778a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:11.9123173Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:12.1628714Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:12.4841535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:12.4843725Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:12.4844152Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:12.5045832Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:12.5047437Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\331f328a-ff74-40eb-969f-38c5e28cf1fd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:12.5053937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\331f328a-ff74-40eb-969f-38c5e28cf1fd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:12.5055610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:12.6884918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.0818761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.0821918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.0822756Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.1015661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.1017246Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c7c109b1-2e46-4c0c-b515-3534e82923bc\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.1021779Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c7c109b1-2e46-4c0c-b515-3534e82923bc\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.1022843Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.2826419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.6490853Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.6493073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.6493563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.6689673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.6690481Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6c583d8f-22a0-4171-927a-23de2be12946\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.6694002Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6c583d8f-22a0-4171-927a-23de2be12946\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.6694918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:13.8270543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.1334584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.1336588Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.1337011Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.1469930Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.1470703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7cee139d-e683-45b0-b02d-68cdb43cc135\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.1473589Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7cee139d-e683-45b0-b02d-68cdb43cc135\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.1474333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.3115939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.7303073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.7306840Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.7307733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.7475794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.7477788Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\205a3208-c316-49bf-b7b8-9265d59b1f36\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.7483199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\205a3208-c316-49bf-b7b8-9265d59b1f36\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.7484121Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:14.9448902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.2877552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.2879653Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.2880049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.3025105Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.3025941Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ed078ec8-983c-4a79-9ee6-6f24e7a64f8b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.3029954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ed078ec8-983c-4a79-9ee6-6f24e7a64f8b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.3030896Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.4567806Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.8204932Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.8206907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.8207286Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.8357831Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.8358840Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a56b409-fcb2-442c-98da-726009eb24af\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.8362540Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2a56b409-fcb2-442c-98da-726009eb24af\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:15.8363499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.0164454Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.3630061Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.3631780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.3632132Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.3770484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.3771660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c3998a0d-94a5-47cf-a6c3-56e38beb8462\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.3776761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c3998a0d-94a5-47cf-a6c3-56e38beb8462\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.3778037Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.5383924Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.9100468Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.9103780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.9104656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.9318071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.9319506Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\55418a4e-abbb-4621-9160-7160407f511d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.9324609Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\55418a4e-abbb-4621-9160-7160407f511d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:16.9326196Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:17.1818574Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:17.5721834Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:17.5725228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:17.5726014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:17.5895496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:17.5896456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6a341802-da69-4f33-9163-3a5a9a87e285\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:17.5899592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6a341802-da69-4f33-9163-3a5a9a87e285\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:17.5900485Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:17.7792747Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.2161259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.2163943Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.2164532Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.2367957Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.2369543Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\61f19a60-cf0b-41c3-9ab2-817251784867\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.2375770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\61f19a60-cf0b-41c3-9ab2-817251784867\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.2377415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.4916894Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.8542142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.8545633Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.8546496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.8827862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.8830059Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8554a277-c6e4-4a5d-9463-a8c0339422b8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.8837741Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8554a277-c6e4-4a5d-9463-a8c0339422b8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:18.8838873Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:19.0697514Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:19.4900789Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:19.4902728Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:19.4903076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:19.5057200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:19.5057948Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5c411f5f-7942-42e5-adcc-a58629b23462\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:19.5060740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5c411f5f-7942-42e5-adcc-a58629b23462\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:19.5061527Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:19.6827679Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.1787392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.1792258Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.1793137Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.2004375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.2005155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4c5e95bf-2d10-4694-8f45-1c073f9e56eb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.2008050Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4c5e95bf-2d10-4694-8f45-1c073f9e56eb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.2008817Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.3944924Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.7053058Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.7056364Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.7057190Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.7303171Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.7304353Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b34756a2-261a-4aed-a07f-d032d966721b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.7308944Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b34756a2-261a-4aed-a07f-d032d966721b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.7310239Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:20.9130420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.2915308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.2918549Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.2919313Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.3195074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.3196662Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b81aebb7-9595-47db-80fc-0ec333720eb2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.3203315Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b81aebb7-9595-47db-80fc-0ec333720eb2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.3205049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.5030375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.9147964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.9149961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.9150315Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.9274105Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.9274888Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f93aa40e-025f-4b1a-aa77-b49892e9bec5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.9277803Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f93aa40e-025f-4b1a-aa77-b49892e9bec5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:21.9278540Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:22.1047656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:22.5217008Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:22.5220197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:22.5220982Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:22.5410276Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:22.5411301Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9cdff721-3509-49b1-94b7-0d9e20823d23\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:22.5415063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9cdff721-3509-49b1-94b7-0d9e20823d23\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:22.5415886Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:22.7303261Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.1291164Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.1293115Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.1293477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.1432023Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.1432873Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\74a7b4d1-b0f8-46a3-98b6-5118367f7b9a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.1435926Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\74a7b4d1-b0f8-46a3-98b6-5118367f7b9a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.1436721Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.2847868Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.6889135Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.6891944Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.6892607Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.7057089Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.7058624Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\36778f99-4b22-4929-9859-5cb14c0d6a8d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.7064860Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\36778f99-4b22-4929-9859-5cb14c0d6a8d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.7066575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:23.8921392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.2490695Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.2493400Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.2493952Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.2793397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.2795003Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\586f98fb-7942-4914-bc49-907c0877b0aa\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.2800292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\586f98fb-7942-4914-bc49-907c0877b0aa\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.2801681Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.5415151Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.8875545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.8877348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.8877771Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.9018937Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.9020191Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c9a83be5-d3a2-4dc5-a1fd-2da2dfe7ff31\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.9024111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c9a83be5-d3a2-4dc5-a1fd-2da2dfe7ff31\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:24.9024904Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:25.0692899Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:25.4957410Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:25.4959686Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:25.4960054Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:25.5136900Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:25.5138019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9f060e24-9063-4eb7-8d67-53707bf13ed0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:25.5142155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9f060e24-9063-4eb7-8d67-53707bf13ed0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:25.5143222Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:25.7310131Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.1033745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.1037297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.1038177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.1301024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.1302663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9b35e2ed-356b-4824-87ec-e512ecad4eed\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.1308822Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9b35e2ed-356b-4824-87ec-e512ecad4eed\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.1310376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.3118118Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.6182990Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.6184959Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.6185359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.6320147Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.6320920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\195c811b-4ee2-4d61-82b5-bf278c2fe0b4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.6323895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\195c811b-4ee2-4d61-82b5-bf278c2fe0b4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.6324638Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:26.8015726Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.1095360Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.1097136Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.1097475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.1227881Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.1228661Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\85a87246-a08e-484f-89eb-55243fdb4248\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.1231440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\85a87246-a08e-484f-89eb-55243fdb4248\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.1232200Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.2884031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.6346414Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.6353203Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.6356530Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.6571779Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.6573916Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b781134d-af63-48e5-9417-9505a3359bf6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.6580951Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b781134d-af63-48e5-9417-9505a3359bf6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.6582722Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:27.8496825Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:28.1814635Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:28.1816483Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:28.1816840Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:28.1970086Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:28.1970947Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9737a0c2-2860-4734-81a9-0f12273dba76\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:28.1973964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9737a0c2-2860-4734-81a9-0f12273dba76\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:28.1974763Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:28.3339862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:28.6426393Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:28.6429230Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:28.6429850Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:52.1893680Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Update Windows Desktop Project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep\"}\n{\"@t\":\"2022-08-04T23:30:52.2020534Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:52.2022528Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ff5a0d4-30e0-490c-9549-f7cb2441381d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:52.2029234Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ff5a0d4-30e0-490c-9549-f7cb2441381d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:52.2030560Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:52.4596024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:52.8049038Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:52.8052392Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:52.8053232Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:52.8299877Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:52.8301429Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\52b954ec-0c2b-4384-b7fa-4d7866fa53d9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:52.8307534Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\52b954ec-0c2b-4384-b7fa-4d7866fa53d9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:52.8309077Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:53.1079552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:53.6171072Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:53.6174680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:53.6175650Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:53.6438396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:53.6440020Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0fa811bb-78e8-4f43-b23a-3d659781c2e2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:53.6445699Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0fa811bb-78e8-4f43-b23a-3d659781c2e2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:53.6447207Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:53.9229018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:54.4295180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:54.4298904Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:54.4299742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:54.4531058Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:54.4532564Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ed30c4f9-e21e-447e-a237-ceb0d5c0dca1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:54.4536784Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ed30c4f9-e21e-447e-a237-ceb0d5c0dca1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:54.4537852Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:54.7301786Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:55.2537725Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:55.2540809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:55.2541586Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:55.2699935Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:55.2700728Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\26aee5ad-904e-4a04-870a-972f6a961abd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:55.2703418Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\26aee5ad-904e-4a04-870a-972f6a961abd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:55.2704250Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:55.5285475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.0115156Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.0118108Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.0118906Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.0399161Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.0401965Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ee03825-0cc3-4fc0-9b90-4e1dde4a8c4f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.0409116Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ee03825-0cc3-4fc0-9b90-4e1dde4a8c4f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.0410745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.3040244Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.8079199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.8082841Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.8083739Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.8524770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.8526762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7e1b0bd6-3e21-454a-b511-a92aee4c05ba\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.8532068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7e1b0bd6-3e21-454a-b511-a92aee4c05ba\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:56.8533086Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:57.1078852Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:57.4109490Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:57.4111408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:57.4111755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:57.4226679Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:57.4227664Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3cceec5e-e2ba-4c3e-aca6-8e692cf1f27f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:57.4234169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3cceec5e-e2ba-4c3e-aca6-8e692cf1f27f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:57.4235434Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:57.6524646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.0443706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.0446841Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.0447622Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.0706681Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.0708140Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\214f187d-7951-48d6-9afc-a23b8e5b26ae\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.0714956Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\214f187d-7951-48d6-9afc-a23b8e5b26ae\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.0717052Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.3301097Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.7586096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.7589421Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.7590215Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.7744709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.7745419Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\84e37f93-f1b4-44ab-ac2c-3251ea30fbeb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.7747993Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\84e37f93-f1b4-44ab-ac2c-3251ea30fbeb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:58.7748708Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:59.0348918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:59.5220114Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:59.5222391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:59.5222981Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:59.5427399Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:59.5429521Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d2a54c1c-22bf-4a75-8a1d-dac907504260\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:59.5437137Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d2a54c1c-22bf-4a75-8a1d-dac907504260\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:59.5438902Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:30:59.8177277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.2256572Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.2258478Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.2259716Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.2376692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.2377390Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cdc80451-b822-47c4-80c7-071c1a6dd9ea\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.2379859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cdc80451-b822-47c4-80c7-071c1a6dd9ea\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.2380582Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.4352998Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.9015794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.9017852Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.9018197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.9228794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.9230359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b9c728c3-4929-499f-b744-19fbaae9c015\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.9236036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b9c728c3-4929-499f-b744-19fbaae9c015\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:00.9237562Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:01.1997816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:01.5153960Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:01.5156477Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:01.5157113Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:01.5340908Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:01.5342031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d19d3dd-b49b-48b7-8f25-2228788feaf7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:01.5346359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d19d3dd-b49b-48b7-8f25-2228788feaf7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:01.5347564Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:01.7573505Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:02.1324526Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:02.1326686Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:02.1327062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:02.1420655Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Update Windows Desktop Project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep\"}\n{\"@t\":\"2022-08-04T23:31:04.4220218Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:04.4222094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\633ac591-e9e3-46db-8bdd-ec8fc3a62572\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:04.4226766Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\633ac591-e9e3-46db-8bdd-ec8fc3a62572\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:04.4228018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:04.6250179Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.0182154Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.0185935Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.0186780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.0439971Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.0441569Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cea3a29a-a18f-4043-9070-61af048862f9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.0447142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cea3a29a-a18f-4043-9070-61af048862f9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.0448655Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.2923703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.7860914Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.7862775Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.7863227Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.8033835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.8035079Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2bfb752b-a7f1-4f0b-aea5-ab47525715b9\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.8040133Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2bfb752b-a7f1-4f0b-aea5-ab47525715b9\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:05.8041457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:06.0645714Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:06.4955279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:06.4962726Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:06.4965492Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:06.5223946Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:06.5225378Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2e9c1ef5-ce4d-43f4-997e-4ad2d327d209\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:06.5231082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2e9c1ef5-ce4d-43f4-997e-4ad2d327d209\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:06.5232678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:06.8062944Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.2529965Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.2532524Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.2533141Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.2710984Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.2711956Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9034fcc3-8cf8-448a-9ee2-9762d70a7d56\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.2714673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9034fcc3-8cf8-448a-9ee2-9762d70a7d56\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.2715368Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.5103146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.9521666Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.9524757Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.9525557Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.9771069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.9772515Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\621c2b0e-e068-4d09-b2a9-91b5fda03b3f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.9778099Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\621c2b0e-e068-4d09-b2a9-91b5fda03b3f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:07.9779621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:08.2585969Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:08.6713317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:08.6715081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:08.6715424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:08.6847786Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:08.6848735Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cdab4063-e91e-4af8-a3ee-6abeb01a2475\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:08.6851660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cdab4063-e91e-4af8-a3ee-6abeb01a2475\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:08.6852386Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:08.9380944Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.3010193Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.3012773Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.3013343Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.3242360Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.3243499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e2af0728-9148-4590-a901-23058d7012c4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.3247514Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e2af0728-9148-4590-a901-23058d7012c4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.3248559Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.5225189Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.7997297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.7999775Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.8000376Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.8245416Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.8247180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ca8aa9f3-7c42-4fee-9615-90cf1e268b40\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.8253069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ca8aa9f3-7c42-4fee-9615-90cf1e268b40\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:09.8254708Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.0621282Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.5265360Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.5267593Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.5268116Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.5411124Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.5412092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9a8dda71-a77c-46e9-a746-fdeb0ecaeec3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.5415305Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9a8dda71-a77c-46e9-a746-fdeb0ecaeec3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.5416061Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.6919174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.9739379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.9741918Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.9742584Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.9920554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.9921602Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bc237e1e-adc1-4c47-803f-8d53b5a4b133\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.9924666Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bc237e1e-adc1-4c47-803f-8d53b5a4b133\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:10.9925414Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.1463250Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.4157713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.4159501Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.4159845Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.4283552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.4284260Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\54edbd06-9ee3-47ae-8e57-568a2b79fcd7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.4286744Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\54edbd06-9ee3-47ae-8e57-568a2b79fcd7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.4287374Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.5514348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.8088541Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.8090381Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.8090767Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.8228798Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.8229786Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\de83de12-3571-414d-a394-7b29fb03b0fe\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.8232557Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\de83de12-3571-414d-a394-7b29fb03b0fe\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.8233408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:11.9510809Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.2175621Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.2177644Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.2178003Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.2336764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.2337962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2e4619d3-af13-41f7-9220-0d0d9325a209\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.2343464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2e4619d3-af13-41f7-9220-0d0d9325a209\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.2345157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.3604276Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.6236351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.6238184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.6238528Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.6376811Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.6377847Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\86a2e8ac-21cb-4492-9cca-61ae80222308\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.6381234Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\86a2e8ac-21cb-4492-9cca-61ae80222308\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.6381994Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:12.7838226Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:13.2678761Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:13.2682351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:13.2683298Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:13.2930369Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:13.2931887Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0cf7f76a-ae5e-4d40-b692-5ee996ebd6da\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:13.2937384Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0cf7f76a-ae5e-4d40-b692-5ee996ebd6da\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:13.2938816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:13.5509018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.0211374Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.0213245Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.0213594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.0343146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.0343975Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d598f35a-fa73-4944-b3c1-f2f1982d4a06\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.0346470Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d598f35a-fa73-4944-b3c1-f2f1982d4a06\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.0347155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.2417048Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.6087469Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.6089529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.6090011Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.6225407Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.6226259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3e539d58-81a7-4563-8ca1-0d83a398f6b0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.6229133Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3e539d58-81a7-4563-8ca1-0d83a398f6b0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.6229865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:14.8838283Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:15.3526363Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:15.3527963Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:15.3528307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:15.3685528Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:15.3687051Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c3b822b6-9cb6-4b1b-a5d3-197d4e9201b5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:15.3694859Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c3b822b6-9cb6-4b1b-a5d3-197d4e9201b5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:15.3697084Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:15.5788795Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.0848038Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.0851767Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.0852677Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.1106628Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.1108062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a68d74af-c956-40f1-8e79-1d369e3ff49d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.1113499Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a68d74af-c956-40f1-8e79-1d369e3ff49d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.1114900Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.3898807Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.8137945Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.8139787Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.8140184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.8276974Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.8277838Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\94729191-dd0a-4e58-8883-2ca613752c04\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.8280433Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\94729191-dd0a-4e58-8883-2ca613752c04\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:16.8281120Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:17.0044871Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:17.4519125Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:17.4521024Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:17.4521451Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:17.4649625Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:17.4650337Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b54f91b4-6609-4a86-9ee2-abae90b9d5cd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:17.4653011Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b54f91b4-6609-4a86-9ee2-abae90b9d5cd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:17.4653817Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:17.6883899Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.1679617Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.1681497Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.1681874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.1815563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.1816452Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70813dd0-da62-4dc1-a54a-14eb1f9dcd3d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.1819096Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\70813dd0-da62-4dc1-a54a-14eb1f9dcd3d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.1819752Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.4240202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.8675090Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.8678441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.8679289Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.8890668Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.8891643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\23f37cd7-dbdb-4858-9458-ade32a579205\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.8894961Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\23f37cd7-dbdb-4858-9458-ade32a579205\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:18.8895826Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:19.1496489Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:19.5974417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:19.5976270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:19.5976680Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:19.6142423Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:19.6143837Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\be942616-a7ee-4bc2-a89f-4d0acfee8e83\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:19.6150457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\be942616-a7ee-4bc2-a89f-4d0acfee8e83\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:19.6152104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:19.8904179Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.2481808Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.2483530Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.2483875Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.2614445Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.2615155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5ebdfad1-fae9-42a7-8219-687186e1d994\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.2617890Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5ebdfad1-fae9-42a7-8219-687186e1d994\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.2618663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.4435813Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.8088012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.8089733Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.8090112Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.8208910Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Upgrade app config files\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:31:20.8317169Z\",\"@mt\":\"Loading config files: {ConfigFiles}\",\"@l\":\"Debug\",\"ConfigFiles\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\app.config\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:20.8351285Z\",\"@mt\":\"Loaded {ConfigCount} config files\",\"@l\":\"Debug\",\"ConfigCount\":1,\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:20.8524415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.8526563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0fd4d5b7-5f5f-4eec-b90d-5f349653f09f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.8533619Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0fd4d5b7-5f5f-4eec-b90d-5f349653f09f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:20.8535258Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:21.1286209Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:21.6160142Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:21.6163977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:21.6164933Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:21.6413351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:21.6414137Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c38062f5-8c98-4adb-ba66-8635c4545931\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:21.6416749Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c38062f5-8c98-4adb-ba66-8635c4545931\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:21.6417492Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:21.8517082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:22.2040364Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:22.2044816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:22.2045754Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:22.2958333Z\",\"@mt\":\"Found {AppSettingCount} app settings for upgrade: {AppSettingNames}\",\"AppSettingCount\":0,\"AppSettingNames\":\"\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.Updaters.AppSettingsConfigUpdater\"}\n{\"@t\":\"2022-08-04T23:31:22.3027051Z\",\"@mt\":\"Found {ConnectionStringsCount} connection strings for upgrade: {ConnectionStringNames}\",\"ConnectionStringsCount\":0,\"ConnectionStringNames\":\"\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.Updaters.ConnectionStringsConfigUpdater\"}\n{\"@t\":\"2022-08-04T23:31:22.3069681Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Upgrade app config files\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:31:22.3495296Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:22.3497297Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\68774603-0cba-4063-b04f-6dcbc1e146b4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:22.3503197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\68774603-0cba-4063-b04f-6dcbc1e146b4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:22.3504770Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:22.6065889Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.0920162Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.0923554Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.0924396Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.1101624Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.1102393Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\14024d65-cfe9-4561-a2d9-9c6d0634aae8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.1105000Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\14024d65-cfe9-4561-a2d9-9c6d0634aae8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.1105674Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.3731100Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.7456049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.7457847Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.7458201Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.7529156Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Update source code\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:31:23.7583506Z\",\"@mt\":\"Opening project {ProjectPath}\",\"@l\":\"Debug\",\"ProjectPath\":\"C:\\\\Users\\\\zesty.fernandez\\\\Documents\\\\GitHub\\\\UWUVCI-AIO-WPF\\\\UWUVCI AIO WPF\\\\UWUVCI AIO WPF.csproj\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:23.7648390Z\",\"@mt\":\"Running analyzers on {ProjectName}\",\"ProjectName\":\"UWUVCI AIO WPF\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider\"}\n{\"@t\":\"2022-08-04T23:31:23.7762177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.7763626Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b5cf3472-32f6-46c1-88b8-0ee6b29df0df\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.7767458Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b5cf3472-32f6-46c1-88b8-0ee6b29df0df\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:23.7768246Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:24.0413305Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:24.5183240Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:24.5184870Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:24.5185220Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:24.5314548Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:24.5315512Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\25a1cb43-ac57-4e03-843b-53247db1b3c5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:24.5319035Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\25a1cb43-ac57-4e03-843b-53247db1b3c5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:24.5319989Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:24.7684275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.1957259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.1960434Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.1961222Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.2214932Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.2216471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\41c58601-c3cb-4b80-8f07-6bb310021dec\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.2225813Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\41c58601-c3cb-4b80-8f07-6bb310021dec\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.2228570Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.4994130Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.9351350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.9354070Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.9355713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.9480960Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.9481799Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6e6346ea-4e82-4297-8381-5059d13e8751\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.9484984Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6e6346ea-4e82-4297-8381-5059d13e8751\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:25.9485827Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:26.1910270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:26.6313892Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:26.6316464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:26.6317031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:26.6463473Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:26.6464238Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4f77c52a-1916-424c-8c52-5450f42ed556\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:26.6466762Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4f77c52a-1916-424c-8c52-5450f42ed556\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:26.6467454Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:26.9100675Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.3601299Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.3602977Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.3603325Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.3721069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.3721745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\196b43ae-56b6-4346-8e30-0bb26a372f60\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.3724422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\196b43ae-56b6-4346-8e30-0bb26a372f60\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.3725117Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.4861701Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.7799102Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.7802171Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.7803035Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.8052040Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.8053865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4d0db5ea-6d5c-4c8b-9258-6923260bf7eb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.8059904Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4d0db5ea-6d5c-4c8b-9258-6923260bf7eb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:27.8061495Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:28.0788651Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:28.4889618Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:28.4891317Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:28.4891718Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:28.5049094Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:28.5050285Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c232ca52-8e3e-4a8b-b5f4-f2b29977a2c1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:28.5054974Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c232ca52-8e3e-4a8b-b5f4-f2b29977a2c1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:28.5056206Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:28.7236084Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.1523356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.1525880Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.1526401Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.1669683Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.1670685Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\de1c5a62-0b9f-4560-9f72-d67cbd7f8f8f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.1674260Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\de1c5a62-0b9f-4560-9f72-d67cbd7f8f8f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.1675275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.4223204Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.7970383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.7974266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.7975375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.8245508Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.8246980Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d0c88020-e0fe-4176-b15a-7c701e535fb5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.8252071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d0c88020-e0fe-4176-b15a-7c701e535fb5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:29.8253545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:30.0677215Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:30.5548550Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:30.5550643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:30.5551092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:30.5681559Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:30.5682947Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\950f0585-f4bb-4992-a69c-3695eb56855b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:30.5687270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\950f0585-f4bb-4992-a69c-3695eb56855b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:30.5688186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:30.8300323Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:31.3196556Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:31.3200016Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:31.3200850Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:31.3489228Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:31.3491411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d28d33d-6187-4215-a6a1-159369594081\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:31.3498792Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6d28d33d-6187-4215-a6a1-159369594081\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:31.3500878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:31.6187247Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.0657012Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.0661223Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.0662389Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.0891241Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.0892404Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8037b070-1fd5-4021-9044-8b56083297ed\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.0896481Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8037b070-1fd5-4021-9044-8b56083297ed\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.0897606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.2935427Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.7887417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.7890552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.7891337Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.8138925Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.8140332Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d9d8e0a4-eb4a-45f8-b8de-32eaa4133df4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.8145668Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d9d8e0a4-eb4a-45f8-b8de-32eaa4133df4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:32.8147163Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:33.0765897Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:33.5627649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:33.5630149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:33.5630781Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:33.5784826Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:33.5785586Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a44209a0-7eb0-4c88-9aed-890b9bf92c9b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:33.5788449Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a44209a0-7eb0-4c88-9aed-890b9bf92c9b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:33.5789174Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:33.8340461Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.2180281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.2182322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.2182743Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.2351157Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.2352549Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7dd47c57-215e-4703-964e-006d680d7f4e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.2357743Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7dd47c57-215e-4703-964e-006d680d7f4e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.2359208Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.4831182Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.8135847Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.8137697Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.8138140Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.8266035Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.8267005Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e2470fce-7ebc-45bf-8a93-5eba5000861c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.8270198Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e2470fce-7ebc-45bf-8a93-5eba5000861c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.8270941Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:34.9781354Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.2987178Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.2988934Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.2989334Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.3129986Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.3130827Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\85797fb0-45fc-40d3-bb8f-aff787f3443b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.3134842Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\85797fb0-45fc-40d3-bb8f-aff787f3443b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.3135847Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.4632967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.7710745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.7712465Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.7712810Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.7846221Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.7847026Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8bc8b3cd-adb8-4caf-9242-ef1dfec6d9e0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.7850457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8bc8b3cd-adb8-4caf-9242-ef1dfec6d9e0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.7851250Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:35.9717649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:36.4581426Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:36.4583299Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:36.4583649Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:36.4709889Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:36.4710581Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ed3e824-b603-48c1-bbd0-a9edc5bf479c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:36.4713154Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8ed3e824-b603-48c1-bbd0-a9edc5bf479c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:36.4713820Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:36.6764413Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.0830967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.0835000Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.0836356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.1065612Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.1066562Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\368110a8-ccbc-49e7-8dcf-3ae1dbfff718\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.1069404Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\368110a8-ccbc-49e7-8dcf-3ae1dbfff718\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.1070166Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.3136077Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.7845578Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.7847322Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.7847673Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.8058310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.8059792Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5e7e4afb-4715-420c-a260-2249842be747\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.8065488Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5e7e4afb-4715-420c-a260-2249842be747\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:37.8067086Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:38.0673838Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:38.5447216Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:38.5449602Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:38.5450068Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:38.5609767Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:38.5610682Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1975bbbd-703c-4ef2-b119-15147f3ad46a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:38.5613460Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1975bbbd-703c-4ef2-b119-15147f3ad46a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:38.5614225Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:38.8222968Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.2370693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.2372415Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.2372753Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.2552339Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.2553755Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d39a285b-4226-436e-a737-4571516502f5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.2559405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d39a285b-4226-436e-a737-4571516502f5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.2560939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.5163620Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.8379435Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.8382886Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.8383741Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.8638243Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.8639810Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\55b73b4b-7d72-4096-b87e-3b1162637bb2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.8645472Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\55b73b4b-7d72-4096-b87e-3b1162637bb2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:39.8647062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.1373917Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.4824214Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.4825907Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.4826309Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.4945284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.4946242Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4bc66e9f-d796-477f-82a8-16abc4595d8d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.4949586Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4bc66e9f-d796-477f-82a8-16abc4595d8d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.4950603Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.6412062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.9027122Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.9028728Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.9029090Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.9160092Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.9160909Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fe9c7d65-9e56-4031-9ea8-a9188ce21715\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.9163592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fe9c7d65-9e56-4031-9ea8-a9188ce21715\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:40.9164291Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:41.0785618Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:41.3477254Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:41.3479786Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:41.3480390Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:41.3797636Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:41.3798794Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5a1e8e2b-00d1-4861-a029-b52d6a40204b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:41.3803031Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5a1e8e2b-00d1-4861-a029-b52d6a40204b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:41.3804084Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:41.5250575Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:41.8350565Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:41.8354931Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:41.8356198Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:46.8690165Z\",\"@mt\":\"Identified {DiagnosticCount} diagnostics in project {ProjectName}\",\"DiagnosticCount\":0,\"ProjectName\":\"UWUVCI AIO WPF\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider\"}\n{\"@t\":\"2022-08-04T23:31:46.8723811Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0001\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8725005Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0002\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8725257Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0005\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8725419Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0006\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8725575Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0007\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8725733Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0008\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8725887Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0010\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8726033Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0012\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8726194Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0014\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8726344Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA0015\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8726559Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"[UA306_A1, UA306_A2, UA306_A3, UA306_A4, UA306_B, UA306_C, UA306_D, UA306_E, UA306_F, UA306_G, UA306_H, UA306_I]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8726730Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA307\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8726880Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA309\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8727029Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA310\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8727189Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA311\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8727338Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"UA312\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8727525Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"[UA313, UA314]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8727694Z\",\"@mt\":\"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics\",\"@l\":\"Debug\",\"DiagnosticCount\":0,\"DiagnosticId\":\"[UA315_A, UA315_C, UA315_B]\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep\"}\n{\"@t\":\"2022-08-04T23:31:46.8728518Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Update source code\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:31:46.8818532Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:46.8820344Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1ec6efae-9877-4fd5-ad4c-960d6e69860b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:46.8823574Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1ec6efae-9877-4fd5-ad4c-960d6e69860b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:46.8824263Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:47.1560486Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:47.4392036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:47.4393740Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:47.4394088Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:47.4565821Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:47.4567189Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d9af9b03-11aa-4c22-b8f5-ed96580dd6ac\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:47.4572646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d9af9b03-11aa-4c22-b8f5-ed96580dd6ac\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:47.4574135Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:47.7224751Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:48.2197333Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:48.2200985Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:48.2201857Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:48.2458607Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:48.2460355Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4fcc0883-1a8c-4aa9-8a17-cab8f4db8a2f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:48.2466989Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4fcc0883-1a8c-4aa9-8a17-cab8f4db8a2f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:48.2468785Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:48.5425404Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.0216529Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.0220873Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.0221707Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.0456537Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.0457931Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\59594834-060e-4c6d-a342-2b6ec88ec45a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.0463409Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\59594834-060e-4c6d-a342-2b6ec88ec45a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.0464874Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.3239836Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.6587229Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.6591359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.6592186Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.6755169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.6756007Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d0bd4c24-afe0-4630-a375-c4d80ef9c670\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.6758759Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d0bd4c24-afe0-4630-a375-c4d80ef9c670\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.6759456Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:49.9332101Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.3135641Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.3138537Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.3139255Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.3305591Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.3306478Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8277b577-c1a0-4c68-ab0d-7ff258bb1e5f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.3309467Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8277b577-c1a0-4c68-ab0d-7ff258bb1e5f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.3310218Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.5496370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.9358276Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.9360006Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.9360349Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.9488693Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.9489518Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c5077713-0f9b-491f-be41-e04f2fb11129\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.9492611Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c5077713-0f9b-491f-be41-e04f2fb11129\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:50.9493360Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:51.1806471Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:51.6717106Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:51.6718941Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:51.6719315Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:51.6853177Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:51.6854001Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\83b12cf1-99d6-480f-96d7-0b94047e8809\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:51.6856927Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\83b12cf1-99d6-480f-96d7-0b94047e8809\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:51.6857730Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:51.8966318Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.3190078Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.3191925Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.3192278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.3322462Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.3323357Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b0022a3-3526-4d6d-8e26-795ba6b4a9a8\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.3326037Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3b0022a3-3526-4d6d-8e26-795ba6b4a9a8\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.3326747Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.5219502Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.8127060Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.8128791Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.8129152Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.8379254Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.8380407Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3290a090-c073-4572-aed1-87d716febc68\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.8384406Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3290a090-c073-4572-aed1-87d716febc68\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:52.8385496Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:53.0423064Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:53.5420840Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:53.5422676Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:53.5423043Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:53.5550348Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:53.5551183Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ad0bfb53-770b-47e4-8d36-eecccded2689\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:53.5554969Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ad0bfb53-770b-47e4-8d36-eecccded2689\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:53.5555898Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:53.7948379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.1437037Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.1439180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.1439613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.1687025Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.1688531Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bf76ecbf-e8f6-4bfd-a45f-465aa0bd886a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.1694176Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bf76ecbf-e8f6-4bfd-a45f-465aa0bd886a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.1695765Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.4102435Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.7928706Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.7930437Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.7930781Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.8091995Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.8093512Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\04afc96b-7840-458f-bc0e-045c02ebc821\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.8098719Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\04afc96b-7840-458f-bc0e-045c02ebc821\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:54.8100076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:55.0537492Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:55.4641483Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:55.4644567Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:55.4645442Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:55.4872722Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:55.4873901Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3e1d824c-0951-4ae5-8434-adaf28faa658\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:55.4878833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3e1d824c-0951-4ae5-8434-adaf28faa658\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:55.4880145Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:55.7378073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.1851023Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.1853577Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.1854188Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.2000965Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.2001943Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\135d372f-6dba-470c-860b-8b2e84dc5273\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.2006171Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\135d372f-6dba-470c-860b-8b2e84dc5273\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.2006929Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.4410932Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.9012880Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.9014703Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.9015046Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.9137745Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.9138395Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c5af5508-c25d-43cf-b4aa-79e38334c3e0\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.9141199Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c5af5508-c25d-43cf-b4aa-79e38334c3e0\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:56.9141861Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:57.1097168Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:57.5011136Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:57.5012846Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:57.5013184Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:57.5140204Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:57.5141954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\64abddf9-75c2-476c-801e-457fff8dc8cc\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:57.5145676Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\64abddf9-75c2-476c-801e-457fff8dc8cc\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:57.5146602Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:57.6844197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.0583273Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.0586630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.0587468Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.0823786Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.0825152Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b09aed36-5324-4556-8f53-ab816a596506\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.0830856Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b09aed36-5324-4556-8f53-ab816a596506\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.0832362Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.3630373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.6934920Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.6938391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.6938891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.7101663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.7102742Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\91301d14-fe67-4867-9f65-f83f2b25cc1a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.7105963Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\91301d14-fe67-4867-9f65-f83f2b25cc1a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.7106713Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:58.8795405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:59.3112868Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:59.3116268Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:59.3117102Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:59.3324008Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:59.3325502Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d5be2c9f-841d-4de7-be91-0d64f8c92de2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:59.3331569Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\d5be2c9f-841d-4de7-be91-0d64f8c92de2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:59.3334555Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:31:59.5812613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.0304391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.0307411Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.0308051Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.0482397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.0483379Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\00fd5862-5a9e-469c-86b9-dab891779de1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.0486351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\00fd5862-5a9e-469c-86b9-dab891779de1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.0487042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.2772602Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.7618596Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.7621822Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.7622663Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.7871042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.7872422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a77cc93c-6176-4744-84b5-5a7ca9fa429a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.7877942Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a77cc93c-6176-4744-84b5-5a7ca9fa429a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:00.7879391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.0620958Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.4362746Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.4364462Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.4364805Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.4529727Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.4530545Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5a24728e-84ec-4e99-b116-d5d83cd91207\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.4533169Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5a24728e-84ec-4e99-b116-d5d83cd91207\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.4533879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.6137573Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.8962313Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.8964421Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.8964915Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.9110074Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.9110802Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6e044aad-d75f-451e-8c16-a19b865d3b32\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.9113397Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6e044aad-d75f-451e-8c16-a19b865d3b32\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:01.9114093Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:02.0945901Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:02.6119566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:02.6123086Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:02.6124240Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:02.6394166Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:02.6396134Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8964a769-03cc-4b0e-92f2-424aa818d455\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:02.6405040Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8964a769-03cc-4b0e-92f2-424aa818d455\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:02.6407363Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:02.9350136Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:03.4714018Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:03.4716428Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:03.4717014Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:03.4884637Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:03.4885526Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3286f481-e355-48d3-94d5-6ce794515593\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:03.4888572Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3286f481-e355-48d3-94d5-6ce794515593\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:03.4889347Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:03.6354198Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.0208111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.0210324Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.0210797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.0351760Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.0352606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\10757ffe-39ab-4cfd-be64-8a53cbd5aba5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.0355155Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\10757ffe-39ab-4cfd-be64-8a53cbd5aba5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.0355824Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.1958737Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.4933298Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.4935069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.4935427Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.5060399Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.5061087Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ed346a85-c7d0-4caf-8d36-c2f39fa794de\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.5063564Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ed346a85-c7d0-4caf-8d36-c2f39fa794de\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.5064235Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:04.7453916Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.0253710Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.0255495Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.0255841Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.0328894Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Move to next project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:32:05.0355574Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Move to next project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:32:05.0356006Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:32:05.0422530Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.0423370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f52be89e-bc0d-4133-bf5d-5aece18834f7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.0426007Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f52be89e-bc0d-4133-bf5d-5aece18834f7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.0426747Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.1844270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.4626278Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.4628565Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.4629075Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.4773901Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.4774659Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\90114674-c2f1-4a43-baf8-1bf0f655ae8d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.4777285Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\90114674-c2f1-4a43-baf8-1bf0f655ae8d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.4777956Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:05.6233048Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.0521035Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.0524519Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.0525390Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.0873373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.0874287Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b2f7e4b-f56b-4831-bb0c-5c42fb2827ae\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.0877329Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b2f7e4b-f56b-4831-bb0c-5c42fb2827ae\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.0878063Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.3035563Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.7988104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.7991752Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.7992789Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.8279458Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.8281166Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dd20871e-9c87-400b-a11e-d2c2b92a7946\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.8286834Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\dd20871e-9c87-400b-a11e-d2c2b92a7946\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:06.8288422Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:07.1076303Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:07.5893656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:07.5896300Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:07.5896877Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:07.6071588Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:07.6072965Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a3ee6c98-f0f5-45ac-8443-bc3fefaf20b4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:07.6077129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a3ee6c98-f0f5-45ac-8443-bc3fefaf20b4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:07.6078281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:07.7672340Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.0352945Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.0355375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.0355955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.0523870Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.0524720Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7eec7560-9851-4fd1-aea0-de6f6dea1844\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.0527400Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7eec7560-9851-4fd1-aea0-de6f6dea1844\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.0528117Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.2097608Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.6795852Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.6797606Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.6798025Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.6931709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.6932837Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3a6f7517-5895-4fc0-8b64-faeaf850efcd\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.6936572Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\3a6f7517-5895-4fc0-8b64-faeaf850efcd\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.6937605Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:08.8449449Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.1387069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.1388720Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.1389062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.1533104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.1533797Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\78132f31-bbdf-48f1-a629-98734531ecab\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.1536312Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\78132f31-bbdf-48f1-a629-98734531ecab\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.1537049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.3091987Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.5763546Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.5766146Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.5766647Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.5923377Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.5924310Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6021c56-3bf9-4be2-a385-c992ec77a521\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.5927284Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\f6021c56-3bf9-4be2-a385-c992ec77a521\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.5928076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:09.7262217Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.0162985Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.0164842Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.0165207Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.0288180Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.0288971Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\95da5fc9-442f-4fda-ada3-1fd726314c81\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.0293709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\95da5fc9-442f-4fda-ada3-1fd726314c81\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.0295171Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.1849746Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.4541054Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.4542792Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.4543134Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.4684953Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.4685764Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0ed60c55-e898-4946-83cd-57cea4d11eef\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.4688746Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0ed60c55-e898-4946-83cd-57cea4d11eef\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.4689516Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.6246705Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.8900895Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.8902623Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.8903023Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.9026435Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.9027204Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1bfa0633-dfde-474a-9247-8d560a518406\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.9030308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\1bfa0633-dfde-474a-9247-8d560a518406\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:10.9031104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.0469627Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.3277370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.3279240Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.3279728Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.3429280Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.3430148Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7aa70335-1f11-47b2-b725-e940ad1f011c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.3432914Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7aa70335-1f11-47b2-b725-e940ad1f011c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.3433718Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.4969490Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.7671911Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.7673650Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.7674002Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.7841266Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.7841998Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff9eb3c8-7f6a-455f-a89d-cc0d30b66f21\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.7844692Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff9eb3c8-7f6a-455f-a89d-cc0d30b66f21\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.7845457Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:11.9421432Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.1957034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.1959167Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.1959514Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.2107350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.2108367Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\abf96930-1cb8-407d-afd8-5b31eaddf3bb\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.2111283Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\abf96930-1cb8-407d-afd8-5b31eaddf3bb\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.2112061Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.3561052Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.6512260Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.6514046Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.6514394Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.6650711Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.6651441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8b8a9e07-a7f3-4fd1-909d-a8d0044e86a3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.6653985Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8b8a9e07-a7f3-4fd1-909d-a8d0044e86a3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.6654660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:12.8164609Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.0692371Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.0694653Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.0695175Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.0852265Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.0853356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\55de4242-b8db-4ca9-aeca-b52d21f17945\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.0856385Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\55de4242-b8db-4ca9-aeca-b52d21f17945\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.0857194Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.2617434Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.5636576Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.5638359Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.5638701Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.5761925Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.5762646Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\23059d7b-58fc-4c0d-9efd-94e220666012\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.5765081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\23059d7b-58fc-4c0d-9efd-94e220666012\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.5765773Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.7307650Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.9955500Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.9957275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:13.9957635Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.0101660Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.0102569Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\84d2840b-b2b9-4d11-aebb-e84bbfe357b5\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.0105315Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\84d2840b-b2b9-4d11-aebb-e84bbfe357b5\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.0106109Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.1521309Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.4293309Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.4295073Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.4295420Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.4436275Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.4437311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\085be66b-f334-464e-93fe-c9d3a305caea\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.4441185Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\085be66b-f334-464e-93fe-c9d3a305caea\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.4442282Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.6137643Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.9480840Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.9482800Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.9483156Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.9819566Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.9820439Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2ee214dd-087d-474d-a431-c663e031b7ec\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.9822923Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2ee214dd-087d-474d-a431-c663e031b7ec\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:14.9823580Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.1370846Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.4185445Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.4187276Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.4187853Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.4304862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.4305520Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4fe6b298-3c1a-4b9f-90f9-6116d1f729f1\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.4307926Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\4fe6b298-3c1a-4b9f-90f9-6116d1f729f1\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.4308596Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.5628210Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.8256501Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.8258939Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.8259440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.8431515Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.8432630Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6b20fdf9-4b97-4ed1-a7b9-06a2412ce4ff\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.8435535Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6b20fdf9-4b97-4ed1-a7b9-06a2412ce4ff\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:15.8436551Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.0039596Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.2819622Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.2821405Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.2821776Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.2940639Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.2941440Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b735bc5-a44e-4812-889c-71df52d6417c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.2944470Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\0b735bc5-a44e-4812-889c-71df52d6417c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.2945476Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.4430017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.7203111Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.7204910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.7205314Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.7345267Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.7346147Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ef651f9c-3e81-4f73-ad31-377c54192178\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.7349076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ef651f9c-3e81-4f73-ad31-377c54192178\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.7349854Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:16.8671017Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.1222223Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.1314791Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.1315933Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.1442190Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.1442951Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\836e2cc9-2e86-47b2-a644-02fe7a43ff91\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.1445879Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\836e2cc9-2e86-47b2-a644-02fe7a43ff91\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.1446647Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.2747498Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.5352149Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.5353967Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.5354314Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.5486610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.5487408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\312d2f9c-c8e5-4b29-9914-30a73de66544\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.5489849Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\312d2f9c-c8e5-4b29-9914-30a73de66544\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.5490478Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:17.6985547Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.0127610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.0129417Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.0129773Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.0267261Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.0268244Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6fe278cb-a6bb-40b9-875f-2ccf671efed7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.0271416Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6fe278cb-a6bb-40b9-875f-2ccf671efed7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.0272188Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.1872145Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.4524330Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.4526123Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.4526466Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.4671865Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.4672579Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\05102c44-9206-4b5e-9f0e-96a4b17ab025\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.4675287Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\05102c44-9206-4b5e-9f0e-96a4b17ab025\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.4676005Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.6217375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.8774498Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.8777556Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.8778298Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.8910082Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.8910799Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7d90df4e-1342-49a5-be8b-22aa978d2477\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.8913358Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7d90df4e-1342-49a5-be8b-22aa978d2477\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:18.8914037Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.0505996Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.3118837Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.3120754Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.3121104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.3282921Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.3284261Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e2eeee45-b15b-4af6-bf6e-46ac5e5e6503\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.3288305Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\e2eeee45-b15b-4af6-bf6e-46ac5e5e6503\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.3289197Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.4916270Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.7575127Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.7576964Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.7577308Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.7701037Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.7701763Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\82e8e468-9028-46ee-aab1-679c2bb363d2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.7704613Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\82e8e468-9028-46ee-aab1-679c2bb363d2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.7705366Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:19.9081839Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.3755201Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.3756957Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.3757316Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.3886391Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.3887292Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eb920f7e-c93e-4f76-b7bc-84dc86c7087a\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.3890076Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eb920f7e-c93e-4f76-b7bc-84dc86c7087a\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.3890839Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.5565999Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.8446510Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.8448592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.8449062Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.8581081Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.8582036Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\64affc76-a99a-4c93-a979-f41fcfc701ed\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.8585556Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\64affc76-a99a-4c93-a979-f41fcfc701ed\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:20.8586370Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.0130402Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.2838516Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.2840281Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.2840650Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.2985198Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.2986259Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\29a06bc9-fb2e-4806-90f4-f73a839217a3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.2989095Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\29a06bc9-fb2e-4806-90f4-f73a839217a3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.2989813Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.4283236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.7118408Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.7120615Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.7121069Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.7291351Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.7292107Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b89368a0-20fd-4c69-83ff-cfacc624d062\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.7294689Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\b89368a0-20fd-4c69-83ff-cfacc624d062\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.7295464Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:21.8798851Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.1528088Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.1529816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.1530196Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.1658962Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.1659750Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c0b1c339-ebf6-48f7-8b09-2e484c97337d\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.1662277Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c0b1c339-ebf6-48f7-8b09-2e484c97337d\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.1662910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.3079629Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.5662487Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.5664250Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.5664594Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.5799933Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.5800715Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9dd327c1-9312-4207-97ff-3c7d1e004ed2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.5803484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\9dd327c1-9312-4207-97ff-3c7d1e004ed2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.5804164Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.7169667Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.9887196Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.9888884Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:22.9889242Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.0021534Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.0022383Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a15f259b-d976-433c-ae0c-66b35cec38e4\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.0024941Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\a15f259b-d976-433c-ae0c-66b35cec38e4\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.0025598Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.1639042Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.4363223Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.4364950Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.4365293Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.4487030Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.4487715Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7cc28d5c-bbc4-41f1-ac88-bdb10b0823ff\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.4490104Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7cc28d5c-bbc4-41f1-ac88-bdb10b0823ff\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.4490780Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.5848846Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.8494436Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.8496214Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.8496564Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.8630872Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.8631833Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c931f9fb-4e10-40a1-9cf6-3fa6be7cd04f\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.8635431Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\c931f9fb-4e10-40a1-9cf6-3fa6be7cd04f\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:23.8636247Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.0061910Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.2773334Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.2774965Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.2775311Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.2898049Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.2899015Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2bb24997-3e55-4fd3-b219-3d1dca5688c7\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.2902159Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\2bb24997-3e55-4fd3-b219-3d1dca5688c7\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.2902960Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.4345167Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.7421626Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.7423815Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.7424389Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.7577088Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.7578032Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8543ae9d-c218-40db-90e4-80db0844d15e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.7597153Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\8543ae9d-c218-40db-90e4-80db0844d15e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.7598095Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:24.9038249Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.1905891Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.1908691Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.1909202Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.2045926Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.2046641Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eff3a60d-9c83-4661-8fce-04c568c7d415\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.2049247Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\eff3a60d-9c83-4661-8fce-04c568c7d415\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.2049925Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.3547398Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.6262773Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.6264757Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.6265152Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.6387484Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.6388256Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bc706a33-6ac4-403e-a70b-a56ae2b4c8d2\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.6390669Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\bc706a33-6ac4-403e-a70b-a56ae2b4c8d2\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.6391346Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:25.7908214Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.0679738Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.0681524Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.0681866Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.0821450Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.0822603Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\db78832a-d734-4f9d-8319-1a8df98dd524\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.0826862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\db78832a-d734-4f9d-8319-1a8df98dd524\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.0828045Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.2373523Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.5111418Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.5114224Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.5114824Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.5251195Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.5252188Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cd351de7-5b83-4500-9198-559f96217655\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.5255798Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\cd351de7-5b83-4500-9198-559f96217655\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.5256678Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.6658493Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.9273497Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.9275356Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.9275772Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.9409244Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.9410034Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff61dba0-bc52-4dda-ae59-abc2b1a0299e\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.9412637Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\ff61dba0-bc52-4dda-ae59-abc2b1a0299e\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:26.9413424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.0922641Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.3836870Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.3838540Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.3838900Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.3961934Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.3962955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\561e78e2-75c9-46b5-b1a3-9c7089b11710\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.3965777Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\561e78e2-75c9-46b5-b1a3-9c7089b11710\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.3966616Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.5381113Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.7960696Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.7962450Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.7962922Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.8091954Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.8092886Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5b9aae30-feb1-4468-9ab4-2e2707ee7f67\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.8096212Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\5b9aae30-feb1-4468-9ab4-2e2707ee7f67\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.8096978Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:27.9936252Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:28.2693129Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:28.2694871Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:28.2695230Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:35.3278997Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Move to next project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep\"}\n{\"@t\":\"2022-08-04T23:32:35.3295013Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Move to next project\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep\"}\n{\"@t\":\"2022-08-04T23:32:37.9004375Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:37.9005626Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\29c1f54d-073e-4303-b868-e0137983d433\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:37.9009441Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\29c1f54d-073e-4303-b868-e0137983d433\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:37.9010201Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:38.0412272Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:38.5126991Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:38.5131350Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:38.5132289Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:38.5592273Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:38.5593732Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\398281fd-a0fe-4715-8a97-e34ed5102be6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:38.5598863Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\398281fd-a0fe-4715-8a97-e34ed5102be6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:38.5600307Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:38.7945835Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.0964534Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.0966210Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.0966552Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.1035303Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-08-04T23:32:39.1166728Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.1167816Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7b8ed667-522a-44a5-a8ab-c1add97cc3d6\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.1170851Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7b8ed667-522a-44a5-a8ab-c1add97cc3d6\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.1171605Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.2800610Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.5590547Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.5592336Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.5592688Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.5728806Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.5729709Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fed9dcfc-9ffe-4302-9879-2996c7fcae4b\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.5732373Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\fed9dcfc-9ffe-4302-9879-2996c7fcae4b\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.5733071Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.7203878Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.9868839Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.9870493Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.9870862Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:39.9951640Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-08-04T23:32:40.0024776Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.0025635Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\89ca8642-f7f6-412b-a2b6-9bffb68f3aa3\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.0029378Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\89ca8642-f7f6-412b-a2b6-9bffb68f3aa3\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.0030459Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.1577236Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.4441585Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.4443517Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.4443906Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.4566748Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.4567624Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\961e21b3-7ced-4601-8ee1-a603498fdeae\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.4570279Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\961e21b3-7ced-4601-8ee1-a603498fdeae\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.4571019Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.5897656Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.8683047Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.8684980Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.8685331Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.8834600Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-08-04T23:32:40.8861521Z\",\"@mt\":\"Initializing upgrade step {StepTitle}\",\"StepTitle\":\"Finalize upgrade\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:32:40.8875914Z\",\"@mt\":\"Step {StepTitle} initialized\",\"@l\":\"Debug\",\"StepTitle\":\"Finalize upgrade\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:32:40.8876820Z\",\"@mt\":\"Identified upgrade step {UpgradeStep} as the next step\",\"@l\":\"Debug\",\"UpgradeStep\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:32:40.9113555Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.9114719Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6229a4e0-431f-463a-a3d3-030f1a284ecf\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.9117461Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\6229a4e0-431f-463a-a3d3-030f1a284ecf\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:40.9118139Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:41.0458424Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:41.3443848Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:41.3445928Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:41.3446369Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:41.3619632Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Running restore with 8 concurrent jobs.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:41.3620475Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Reading project file C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7f85e26e-127c-447b-af06-34914315d80c\\\\project.txt.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:41.3623640Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for C:\\\\Users\\\\zesty.fernandez\\\\AppData\\\\Local\\\\Temp\\\\dotnet-ua\\\\restores\\\\7f85e26e-127c-447b-af06-34914315d80c\\\\project.txt...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:41.3624518Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Restoring packages for .NETCoreApp,Version=v6.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:41.5121551Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Resolving conflicts for net6.0-windows7.0...\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:41.7912955Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Checking compatibility of packages on net6.0-windows7.0.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:41.7914592Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Core 1.1.2 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Core 1.1.2 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:41.7914922Z\",\"@mt\":\"[NuGet] {NuGetMessage}\",\"@l\":\"Debug\",\"NuGetMessage\":\"Package WindowsAPICodePack-Shell 1.1.1 is not compatible with net6.0-windows7.0 (.NETCoreApp,Version=v6.0). Package WindowsAPICodePack-Shell 1.1.1 supports: net (.NETFramework,Version=v0.0)\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier\"}\n{\"@t\":\"2022-08-04T23:32:41.7990212Z\",\"@mt\":\"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe\",\"TFM\":\"net6.0-windows\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter\"}\n{\"@t\":\"2022-08-04T23:32:56.0551926Z\",\"@mt\":\"Applying upgrade step {StepTitle}\",\"StepTitle\":\"Finalize upgrade\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep\"}\n{\"@t\":\"2022-08-04T23:32:56.0570099Z\",\"@mt\":\"Upgrade step {StepTitle} applied successfully\",\"StepTitle\":\"Finalize upgrade\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep\"}\n{\"@t\":\"2022-08-04T23:32:58.3821766Z\",\"@mt\":\"No applicable upgrade steps found\",\"@l\":\"Debug\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.UpgraderManager\"}\n{\"@t\":\"2022-08-04T23:32:58.3827209Z\",\"@mt\":\"Upgrade has completed. Please review any changes.\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleUpgrade\"}\n{\"@t\":\"2022-08-04T23:32:58.4266211Z\",\"@mt\":\"Hosting started\",\"@l\":\"Debug\",\"EventId\":{\"Id\":2,\"Name\":\"Started\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-08-04T23:32:58.4311658Z\",\"@mt\":\"Hosting stopping\",\"@l\":\"Debug\",\"EventId\":{\"Id\":3,\"Name\":\"Stopping\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-08-04T23:32:58.4316278Z\",\"@mt\":\"Hosting stopped\",\"@l\":\"Debug\",\"EventId\":{\"Id\":4,\"Name\":\"Stopped\"},\"SourceContext\":\"Microsoft.Extensions.Hosting.Internal.Host\"}\n{\"@t\":\"2022-08-04T23:32:58.4355989Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:32:58.4357964Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_BinaryAnalysis5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:32:58.4358353Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_Default5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:32:58.4358509Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_try-convert5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:32:58.4358657Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_VB5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:32:58.4358834Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_Web5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:32:58.4358998Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_windows5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n{\"@t\":\"2022-08-04T23:32:58.4359140Z\",\"@mt\":\"{Name} extension is unloading\",\"@l\":\"Debug\",\"Name\":\"UA_MAUI5970577a6abf42198d5c0eb0d8bd3db0\",\"SourceContext\":\"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance\"}\n"
  }
]