Repository: stuff-by-3-random-dudes/UWUVCI-AIO-WPF
Branch: master
Commit: 767dcb338c0b
Files: 125
Total size: 5.2 MB
Directory structure:
gitextract_nzcsa59w/
├── .gitattributes
├── .gitignore
├── AnalysisReport.sarif
├── LICENSE
├── README.md
├── UWUVCI AIO WPF/
│ ├── App.config
│ ├── App.xaml
│ ├── App.xaml.cs
│ ├── AssemblyInfo1.cs
│ ├── Classes/
│ │ ├── BootImage.cs
│ │ ├── DeflickerDitheringRemover.cs
│ │ ├── Dol.cs
│ │ ├── GameConfig.cs
│ │ ├── GameCubeISO.cs
│ │ ├── Injection.cs
│ │ ├── KeyFile.cs
│ │ ├── MenuIconImage - Kopieren.cs
│ │ ├── MenuIconImage.cs
│ │ └── ToolCheck.cs
│ ├── FodyWeavers.xml
│ ├── FodyWeavers.xsd
│ ├── Font/
│ │ └── font.otf
│ ├── Helpers/
│ │ ├── ConsoleLoggerWriter.cs
│ │ ├── FileUtils.cs
│ │ ├── JsonSettingsManager.cs
│ │ ├── Logger.cs
│ │ └── MacLinuxHelper.cs
│ ├── ILLink/
│ │ └── ILLink.Descriptors.LibraryBuild.xml
│ ├── Models/
│ │ ├── BaseModel.cs
│ │ ├── DolSection.cs
│ │ ├── GctCode.cs
│ │ ├── JsonAppSettings.cs
│ │ ├── MainViewModel.cs
│ │ ├── N64Conf.cs
│ │ ├── PNGTGA.cs
│ │ ├── TKeys.cs
│ │ └── ToolStep.cs
│ ├── Properties/
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Settings.cs
│ ├── UI/
│ │ ├── Done.xaml
│ │ ├── Done.xaml.cs
│ │ ├── Frames/
│ │ │ ├── InjectFrame.xaml
│ │ │ ├── InjectFrame.xaml.cs
│ │ │ ├── InjectFrames/
│ │ │ │ ├── Bases/
│ │ │ │ │ ├── BaseContainerFrame.xaml
│ │ │ │ │ ├── BaseContainerFrame.xaml.cs
│ │ │ │ │ ├── CustomBaseFrame.xaml
│ │ │ │ │ ├── CustomBaseFrame.xaml.cs
│ │ │ │ │ ├── NonCustomBaseFrame.xaml
│ │ │ │ │ └── NonCustomBaseFrame.xaml.cs
│ │ │ │ └── Configurations/
│ │ │ │ ├── BrightnessValidationRule.cs
│ │ │ │ ├── GBA.xaml
│ │ │ │ ├── GBA.xaml.cs
│ │ │ │ ├── GCConfig.xaml
│ │ │ │ ├── GCConfig.xaml.cs
│ │ │ │ ├── InverseBootConverter.cs
│ │ │ │ ├── N64Config.xaml
│ │ │ │ ├── N64Config.xaml.cs
│ │ │ │ ├── OtherConfigs.xaml
│ │ │ │ ├── OtherConfigs.xaml.cs
│ │ │ │ ├── PixelArtScalerValidationRule.cs
│ │ │ │ ├── TurboGrafX.xaml
│ │ │ │ ├── TurboGrafX.xaml.cs
│ │ │ │ ├── WiiConfig.xaml
│ │ │ │ └── WiiConfig.xaml.cs
│ │ │ ├── KeyFrame/
│ │ │ │ ├── TKFrame.xaml
│ │ │ │ └── TKFrame.xaml.cs
│ │ │ ├── Path/
│ │ │ │ ├── Paths.xaml
│ │ │ │ └── Paths.xaml.cs
│ │ │ ├── SettingsFrame.xaml
│ │ │ ├── SettingsFrame.xaml.cs
│ │ │ ├── StartFrame.xaml
│ │ │ └── StartFrame.xaml.cs
│ │ └── Windows/
│ │ ├── BaseGameWindow.xaml
│ │ ├── BaseGameWindow.xaml.cs
│ │ ├── CloseWindow.xaml
│ │ ├── CloseWindow.xaml.cs
│ │ ├── Custom Message - Kopieren.xaml
│ │ ├── Custom Message - Kopieren.xaml.cs
│ │ ├── Custom Message.xaml
│ │ ├── Custom Message.xaml.cs
│ │ ├── DownloadWait - Kopieren.xaml
│ │ ├── DownloadWait - Kopieren.xaml.cs
│ │ ├── DownloadWait.xaml
│ │ ├── DownloadWait.xaml.cs
│ │ ├── EnterKey.xaml
│ │ ├── EnterKey.xaml.cs
│ │ ├── GuideWindow.xaml
│ │ ├── GuideWindow.xaml.cs
│ │ ├── IMG_Message - Kopieren - Kopieren - Kopieren.xaml
│ │ ├── IMG_Message - Kopieren - Kopieren - Kopieren.xaml.cs
│ │ ├── IMG_Message - Kopieren - Kopieren.xaml
│ │ ├── IMG_Message - Kopieren - Kopieren.xaml.cs
│ │ ├── IMG_Message - Kopieren.xaml
│ │ ├── IMG_Message - Kopieren.xaml.cs
│ │ ├── IMG_Message.xaml
│ │ ├── IMG_Message.xaml.cs
│ │ ├── ImageCreator - Kopieren - Kopieren (2).xaml
│ │ ├── ImageCreator - Kopieren - Kopieren (2).xaml.cs
│ │ ├── ImageCreator - Kopieren - Kopieren.xaml
│ │ ├── ImageCreator - Kopieren - Kopieren.xaml.cs
│ │ ├── ImageCreator - Kopieren.xaml
│ │ ├── ImageCreator - Kopieren.xaml.cs
│ │ ├── ImageCreator.xaml
│ │ ├── ImageCreator.xaml.cs
│ │ ├── IntroductionWindow.xaml
│ │ ├── IntroductionWindow.xaml.cs
│ │ ├── MacLinuxWindow.xaml
│ │ ├── MacLinuxWindow.xaml.cs
│ │ ├── MenuWindow.xaml
│ │ ├── MenuWindow.xaml.cs
│ │ ├── TitleKeys - Kopieren.xaml
│ │ ├── TitleKeys - Kopieren.xaml.cs
│ │ ├── TitleKeys.xaml
│ │ └── TitleKeys.xaml.cs
│ ├── UWUVCI AIO WPF.csproj
│ ├── app.manifest
│ ├── packages.config
│ └── uwuvci_installer_creator/
│ ├── app/
│ │ └── Readme.txt
│ └── install_script.iss
├── UWUVCI AIO WPF.sln
└── upgrade-assistant.clef
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitattributes
================================================
###############################################################################
# Set default behavior to automatically normalize line endings.
###############################################################################
* text=auto
###############################################################################
# Set default behavior for command prompt diff.
#
# This is need for earlier builds of msysgit that does not have it on by
# default for csharp files.
# Note: This is only used by command line
###############################################################################
#*.cs diff=csharp
###############################################################################
# Set the merge driver for project and solution files
#
# Merging from the command prompt will add diff markers to the files if there
# are conflicts (Merging from VS is not affected by the settings below, in VS
# the diff markers are never inserted). Diff markers may cause the following
# file extensions to fail to load in VS. An alternative would be to treat
# these files as binary and thus will always conflict and require user
# intervention with every merge. To do so, just uncomment the entries below
###############################################################################
#*.sln merge=binary
#*.csproj merge=binary
#*.vbproj merge=binary
#*.vcxproj merge=binary
#*.vcproj merge=binary
#*.dbproj merge=binary
#*.fsproj merge=binary
#*.lsproj merge=binary
#*.wixproj merge=binary
#*.modelproj merge=binary
#*.sqlproj merge=binary
#*.wwaproj merge=binary
###############################################################################
# behavior for image files
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary
###############################################################################
# diff behavior for common document formats
#
# Convert binary document formats to text before diffing them. This feature
# is only available from the command line. Turn it on by uncommenting the
# entries below.
###############################################################################
#*.doc diff=astextplain
#*.DOC diff=astextplain
#*.docx diff=astextplain
#*.DOCX diff=astextplain
#*.dot diff=astextplain
#*.DOT diff=astextplain
#*.pdf diff=astextplain
#*.PDF diff=astextplain
#*.rtf diff=astextplain
#*.RTF diff=astextplain
================================================
FILE: .gitignore
================================================
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
*.sln.docstates
# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Aa][Rr][Mm]/
[Aa][Rr][Mm]64/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
# Visual Studio 2015/2017 cache/options directory
.vs/
# Uncomment if you have tasks that create the project's static files in wwwroot
#wwwroot/
# Visual Studio 2017 auto generated files
Generated\ Files/
# MSTest test Results
[Tt]est[Rr]esult*/
[Bb]uild[Ll]og.*
# NUNIT
*.VisualState.xml
TestResult.xml
# Build Results of an ATL Project
[Dd]ebugPS/
[Rr]eleasePS/
dlldata.c
# Benchmark Results
BenchmarkDotNet.Artifacts/
# .NET Core
project.lock.json
project.fragment.lock.json
artifacts/
# StyleCop
StyleCopReport.xml
# Files built by Visual Studio
*_i.c
*_p.c
*_h.h
*.ilk
*.meta
*.obj
*.iobj
*.pch
*.pdb
*.ipdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc
# Chutzpah Test files
_Chutzpah*
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile
*.VC.db
*.VC.VC.opendb
# Visual Studio profiler
*.psess
*.vsp
*.vspx
*.sap
# Visual Studio Trace Files
*.e2e
# TFS 2012 Local Workspace
$tf/
# Guidance Automation Toolkit
*.gpState
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# JustCode is a .NET coding add-in
.JustCode
# TeamCity is a build add-in
_TeamCity*
# DotCover is a Code Coverage Tool
*.dotCover
# AxoCover is a Code Coverage Tool
.axoCover/*
!.axoCover/settings.json
# Visual Studio code coverage results
*.coverage
*.coveragexml
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# MightyMoose
*.mm.*
AutoTest.Net/
# Web workbench (sass)
.sass-cache/
# Installshield output folder
[Ee]xpress/
# DocProject is a documentation generator add-in
DocProject/buildhelp/
DocProject/Help/*.HxT
DocProject/Help/*.HxC
DocProject/Help/*.hhc
DocProject/Help/*.hhk
DocProject/Help/*.hhp
DocProject/Help/Html2
DocProject/Help/html
# Click-Once directory
publish/
# Publish Web Output
*.[Pp]ublish.xml
*.azurePubxml
# Note: Comment the next line if you want to checkin your web deploy settings,
# but database connection strings (with potential passwords) will be unencrypted
*.pubxml
*.publishproj
# Microsoft Azure Web App publish settings. Comment the next line if you want to
# checkin your Azure Web App publish settings, but sensitive information contained
# in these scripts will be unencrypted
PublishScripts/
# NuGet Packages
*.nupkg
# The packages folder can be ignored because of Package Restore
**/[Pp]ackages/*
# except build/, which is used as an MSBuild target.
!**/[Pp]ackages/build/
# Uncomment if necessary however generally it will be regenerated when needed
#!**/[Pp]ackages/repositories.config
# NuGet v3's project.json files produces more ignorable files
*.nuget.props
*.nuget.targets
# Microsoft Azure Build Output
csx/
*.build.csdef
# Microsoft Azure Emulator
ecf/
rcf/
# Windows Store app package directories and files
AppPackages/
BundleArtifacts/
Package.StoreAssociation.xml
_pkginfo.txt
*.appx
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/
# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
*.pfx
*.publishsettings
orleans.codegen.cs
# Including strong name files can present a security risk
# (https://github.com/github/gitignore/pull/2483#issue-259490424)
#*.snk
# Since there are multiple workflows, uncomment next line to ignore bower_components
# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622)
#bower_components/
# RIA/Silverlight projects
Generated_Code/
# Backup & report files from converting an old project file
# to a newer Visual Studio version. Backup files are not needed,
# because we have git ;-)
_UpgradeReport_Files/
Backup*/
UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak
# SQL Server files
*.mdf
*.ldf
*.ndf
# Business Intelligence projects
*.rdl.data
*.bim.layout
*.bim_*.settings
*.rptproj.rsuser
*- Backup*.rdl
# Microsoft Fakes
FakesAssemblies/
# GhostDoc plugin setting file
*.GhostDoc.xml
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
# Visual Studio 6 build log
*.plg
# Visual Studio 6 workspace options file
*.opt
# Visual Studio 6 auto-generated workspace file (contains which files were open etc.)
*.vbw
# Visual Studio LightSwitch build output
**/*.HTMLClient/GeneratedArtifacts
**/*.DesktopClient/GeneratedArtifacts
**/*.DesktopClient/ModelManifest.xml
**/*.Server/GeneratedArtifacts
**/*.Server/ModelManifest.xml
_Pvt_Extensions
# Paket dependency manager
.paket/paket.exe
paket-files/
# FAKE - F# Make
.fake/
# JetBrains Rider
.idea/
*.sln.iml
# CodeRush personal settings
.cr/personal
# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
# Cake - Uncomment if you are using it
# tools/**
# !tools/packages.config
# Tabs Studio
*.tss
# Telerik's JustMock configuration file
*.jmconfig
# BizTalk build output
*.btp.cs
*.btm.cs
*.odx.cs
*.xsd.cs
# OpenCover UI analysis results
OpenCover/
# Azure Stream Analytics local run output
ASALocalRun/
# MSBuild Binary and Structured Log
*.binlog
# NVidia Nsight GPU debugger configuration file
*.nvuser
# MFractors (Xamarin productivity tool) working folder
.mfractor/
# Local History for Visual Studio
.localhistory/
# BeatPulse healthcheck temp database
healthchecksdb
================================================
FILE: AnalysisReport.sarif
================================================
{
"$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
"version": "2.1.0",
"runs": [
{
"tool": {
"driver": {
"name": "Dependency Analysis",
"semanticVersion": "0.4.336902",
"informationUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview",
"rules": [
{
"id": "UA106",
"name": "PackageToBeAdded",
"fullDescription": {
"text": "Packages that need to be added in order to upgrade the project to chosen TFM"
},
"helpUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview"
}
]
}
},
"results": [
{
"ruleId": "UA106",
"message": {
"text": "Package Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.4.336902 needs to be added."
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "file:///C:/Users/zesty.fernandez/Documents/GitHub/UWUVCI-AIO-WPF/UWUVCI%20AIO%20WPF/UWUVCI%20AIO%20WPF.csproj"
},
"region": {}
}
}
]
},
{
"ruleId": "UA106",
"message": {
"text": "Package Microsoft.Windows.Compatibility, Version=6.0.0 needs to be added."
},
"locations": [
{
"physicalLocation": {
"artifactLocation": {
"uri": "file:///C:/Users/zesty.fernandez/Documents/GitHub/UWUVCI-AIO-WPF/UWUVCI%20AIO%20WPF/UWUVCI%20AIO%20WPF.csproj"
},
"region": {}
}
}
]
}
],
"columnKind": "utf16CodeUnits"
},
{
"tool": {
"driver": {
"name": "API Upgradability",
"semanticVersion": "0.4.336902",
"informationUri": "https://docs.microsoft.com/en-us/dotnet/core/porting/upgrade-assistant-overview"
}
},
"results": [],
"columnKind": "utf16CodeUnits"
}
]
}
================================================
FILE: LICENSE
================================================
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
Copyright (C)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
Copyright (C)
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
.
================================================
FILE: README.md
================================================
# UWUVCI-AIO-WPF
Wii U All-in-One Injector.
## Systems Supported
* DS
* GBA
* N64
* Snes
* Nes
* Turbo Grafx
* MSX
* Wii
* GCN
## Questions and Concerns
Check out our discord:
* https://discord.gg/mPZpqJJVmZ
Check out the official video guide:
* https://www.youtube.com/watch?v=1vzD_R-xPx4&list=PLbQMtrmXFIxQ1hpvu9m1th41vsaqnZ2Id
## This repo is no longer in active development
* The latest version of this writing is 3.N
* Any future updates will be community-driven
* Repo is still being managed, so feel free to fork/PR
================================================
FILE: UWUVCI AIO WPF/App.config
================================================
================================================
FILE: UWUVCI AIO WPF/App.xaml
================================================
pack://application:,,,/Font/#FOT-RodinNTLG Pro B
================================================
FILE: UWUVCI AIO WPF/App.xaml.cs
================================================
using System;
using System.Diagnostics;
using System.IO;
using System.Timers;
using System.Windows;
using System.Windows.Controls;
using UWUVCI_AIO_WPF.UI.Windows;
using UWUVCI_AIO_WPF.Helpers;
using GameBaseClassLibrary;
namespace UWUVCI_AIO_WPF
{
public partial class App : Application
{
Timer t = new Timer(5000);
private StartupEventArgs _startupArgs;
private static string AppDataPath = Path.Combine(
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),
"UWUVCI-V3");
private void Application_Startup(object sender, StartupEventArgs e)
{
// Ensure the settings directory exists before attempting to load settings
if (!Directory.Exists(AppDataPath))
Directory.CreateDirectory(AppDataPath);
// Redirect Console.WriteLine to the logger at the very beginning
Console.SetOut(new ConsoleLoggerWriter());
// Check if running from OneDrive
if (IsRunningFromOneDrive())
{
MessageBox.Show("UWUVCI AIO cannot be run from a OneDrive folder due to compatibility issues. \n\n" +
"Please move it to another location (e.g., C:\\Programs or C:\\Users\\YourName\\UWUVCI_AIO) before launching.",
"Error: OneDrive Detected", MessageBoxButton.OK, MessageBoxImage.Error);
Environment.Exit(1); // Terminate the application
}
// Add global event handlers for drag-and-drop
EventManager.RegisterClassHandler(typeof(TextBox), UIElement.PreviewDragOverEvent, new DragEventHandler(GlobalTextBox_PreviewDragOver));
EventManager.RegisterClassHandler(typeof(TextBox), UIElement.PreviewDropEvent, new DragEventHandler(GlobalTextBox_PreviewDrop));
if (File.Exists("tools.json"))
File.Delete("tools.json");
_startupArgs = e;
JsonSettingsManager.LoadSettings();
if (!JsonSettingsManager.Settings.IsFirstLaunch)
{
LaunchMainApplication(e);
}
else
{
if (MacLinuxHelper.IsRunningUnderWineOrSimilar())
{
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'.",
"UWUVCI Tutorial..?", MessageBoxButton.OK, MessageBoxImage.Question);
JsonSettingsManager.Settings.IsFirstLaunch = false;
JsonSettingsManager.SaveSettings();
LaunchMainApplication(e);
}
else
{
new IntroductionWindow().ShowDialog();
}
}
if (JsonSettingsManager.Settings.ShowZestyFork)
{
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);
if (result == MessageBoxResult.Yes)
{
Process.Start("https://zestyts.itch.io/uwuvci-v3");
}
JsonSettingsManager.Settings.ShowZestyFork = false;
JsonSettingsManager.SaveSettings();
}
}
private static void GlobalTextBox_PreviewDragOver(object sender, DragEventArgs e)
{
e.Effects = e.Data.GetDataPresent(DataFormats.FileDrop) ? DragDropEffects.Copy : DragDropEffects.None;
e.Handled = true;
}
private bool IsRunningFromOneDrive()
{
string exePath = Process.GetCurrentProcess().MainModule.FileName;
return exePath.ToLower().Contains("onedrive");
}
private static void GlobalTextBox_PreviewDrop(object sender, DragEventArgs e)
{
if (e.Data.GetDataPresent(DataFormats.FileDrop))
{
string[] files = (string[])e.Data.GetData(DataFormats.FileDrop);
if (files != null && files.Length > 0)
{
TextBox txtBox = sender as TextBox;
if (txtBox != null)
{
// Assign to ViewModel properties dynamically
if (Current.MainWindow is MainWindow mainWindow &&
mainWindow.Content is Grid grid &&
grid.DataContext is MainViewModel mvm)
{
if (mvm.GameConfiguration.Console == GameConsoles.WII || mvm.GameConfiguration.Console == GameConsoles.GCN)
return;
string filePath = files[0];
// Temporarily make writable to allow drop
txtBox.IsReadOnly = false;
txtBox.Text = filePath;
txtBox.IsReadOnly = true;
switch (txtBox.Name)
{
case "rp": // Special handling for ROM Path
mvm.RomSet = true;
mvm.RomPath = filePath;
if (mvm.BaseDownloaded)
{
mvm.CanInject = true;
}
// Call the correct `getBootIMG*()` method dynamically
switch (mvm.GameConfiguration.Console)
{
case GameConsoles.NDS:
mvm.getBootIMGNDS(mvm.RomPath);
break;
case GameConsoles.NES:
mvm.getBootIMGNES(mvm.RomPath);
break;
case GameConsoles.SNES:
mvm.getBootIMGSNES(mvm.RomPath);
break;
case GameConsoles.MSX:
mvm.getBootIMGMSX(mvm.RomPath);
break;
case GameConsoles.N64:
mvm.getBootIMGN64(mvm.RomPath);
break;
case GameConsoles.GBA:
var fileExtension = Path.GetExtension(filePath).ToLower();
if (fileExtension != ".gb" && fileExtension != ".gbc")
mvm.getBootIMGGBA(mvm.RomPath);
break;
case GameConsoles.TG16:
mvm.getBootIMGTG(mvm.RomPath);
break;
default:
Console.WriteLine("Unsupported console type: " + mvm.GameConfiguration.Console);
break;
}
break;
case "ic":
mvm.GameConfiguration.TGAIco.ImgPath = filePath;
break;
case "tv":
mvm.GameConfiguration.TGATv.ImgPath = filePath;
break;
case "drc":
mvm.GameConfiguration.TGADrc.ImgPath = filePath;
break;
case "log":
mvm.GameConfiguration.TGALog.ImgPath = filePath;
break;
case "ini":
mvm.GameConfiguration.N64Stuff.INIPath = filePath;
break;
case "sound":
mvm.BootSound = filePath;
break;
}
}
}
}
}
}
public void LaunchMainApplication()
{
LaunchMainApplication(_startupArgs);
}
private void LaunchMainApplication(StartupEventArgs e)
{
if (Directory.Exists(@"custom") && File.Exists(@"custom\main.dol"))
{
if (!Directory.Exists(@"bin\Tools"))
Directory.CreateDirectory(@"bin\Tools");
File.Copy(@"custom\main.dol", @"bin\Tools\nintendont.dol", true);
File.Copy(@"custom\main.dol", @"bin\Tools\nintendont_force.dol", true);
}
bool check = true;
bool bypass = false;
if (e.Args.Length >= 1)
foreach (var s in e.Args)
{
if (s == "--skip") check = false;
if (s == "--spacebypass") bypass = true;
}
Process[] pname = Process.GetProcessesByName("UWUVCI AIO");
if (pname.Length > 1 && check)
{
t.Elapsed += KillProg;
t.Start();
Custom_Message cm = new Custom_Message("Another Instance Running",
" You already got another instance of UWUVCI AIO running. \n This instance will terminate in 5 seconds. ");
cm.ShowDialog();
KillProg(null, null);
}
else
{
MainWindow wnd = new MainWindow();
double height = SystemParameters.PrimaryScreenHeight;
double width = SystemParameters.PrimaryScreenWidth;
if (width < 1150 || height < 700)
{
t.Elapsed += KillProg;
t.Start();
Custom_Message cm = new Custom_Message("Resolution not supported",
"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.");
cm.ShowDialog();
KillProg(null, null);
}
if (bypass)
wnd.allowBypass();
if (e.Args.Length >= 1 && e.Args[0] == "--debug")
wnd.setDebug(bypass);
wnd.Show();
}
}
private void KillProg(object sender, ElapsedEventArgs e)
{
t.Stop();
Environment.Exit(1);
}
}
}
================================================
FILE: UWUVCI AIO WPF/AssemblyInfo1.cs
================================================
================================================
FILE: UWUVCI AIO WPF/Classes/BootImage.cs
================================================
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Text;
using System.Globalization;
using System.Reflection;
namespace UWUVCI_AIO_WPF.Classes
{
public class BootImage : IDisposable
{
private bool disposed = false;
private Bitmap _frame;
private Bitmap _titleScreen;
private Font font;
public string _imageVar;
public Rectangle _rectangleGBA = new Rectangle(132, 260, 399, 266);
public Rectangle _rectangleGBC = new Rectangle(183, 260, 296, 266);
public Rectangle _rectangleH4V3 = new Rectangle(131, 249, 400, 300);
public Rectangle _rectangleWII = new Rectangle(224, 200, 832, 333);
public Bitmap Frame
{
set { _frame?.Dispose(); _frame = value; }
get { return _frame; }
}
public Bitmap TitleScreen
{
set { _titleScreen?.Dispose(); _titleScreen = value; }
get { return _titleScreen; }
}
public string NameLine1;
public string NameLine2;
public int Released;
public int Players;
public bool Longname;
public BootImage()
{
NameLine1 = null;
NameLine2 = null;
Released = 0;
Players = 0;
Longname = false;
}
~BootImage()
{
Dispose(false);
}
public void Dispose()
{
Dispose(true);
GC.SuppressFinalize(this);
}
protected virtual void Dispose(bool disposing)
{
if (!disposed)
{
if (disposing)
{
_frame?.Dispose();
_titleScreen?.Dispose();
}
disposed = true;
}
}
private bool ContainsJapanese(string text)
{
if (string.IsNullOrEmpty(text))
return false;
foreach (char c in text)
{
if (char.GetUnicodeCategory(c) == UnicodeCategory.OtherLetter) // this covers Hiragana, Katakana, and Kanji
return true;
}
return false;
}
private Font GetFont()
{
try
{
var privateFonts = new PrivateFontCollection();
privateFonts.AddFontFile(@"bin\Tools\font.otf");
return new Font(privateFonts.Families[0], 10.0F, FontStyle.Regular, GraphicsUnit.Point);
}
catch
{
return new Font("Trebuchet MS", 10.0F, FontStyle.Bold, GraphicsUnit.Point);
}
}
private Rectangle GetRectangleForConsole(string console)
{
_imageVar = "_rectangle" + console;
try
{
var fieldInfo = GetType().GetField(_imageVar, BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic);
return fieldInfo != null ? (Rectangle)fieldInfo.GetValue(this) : _rectangleH4V3;
}
catch
{
return _rectangleH4V3;
}
}
private void DrawText(Graphics g, string text, Font font, Rectangle rectangle, Pen shadow, Pen outline, Brush brush)
{
using (var path = new GraphicsPath())
{
path.AddString(text, font.FontFamily, (int)FontStyle.Regular, g.DpiY * 25.0F / 72.0F, rectangle, new StringFormat());
g.DrawPath(shadow, path);
g.DrawPath(outline, path);
g.FillPath(brush, path);
}
}
public Bitmap Create(string console)
{
Bitmap img = new Bitmap(1280, 720);
Graphics g = Graphics.FromImage(img);
g.PixelOffsetMode = PixelOffsetMode.Half;
g.SmoothingMode = SmoothingMode.AntiAlias;
g.CompositingMode = CompositingMode.SourceOver;
g.CompositingQuality = CompositingQuality.HighQuality;
g.TextRenderingHint = TextRenderingHint.ClearTypeGridFit;
g.Clear(Color.White);
try
{
PrivateFontCollection privateFonts = new PrivateFontCollection();
privateFonts.AddFontFile(@"bin\Tools\font.otf");
font = new Font(privateFonts.Families[0], 10.0F, FontStyle.Regular, GraphicsUnit.Point);
}
catch (Exception)
{
font = new Font("Trebuchet MS", 10.0F, FontStyle.Bold, GraphicsUnit.Point);
}
SolidBrush brush = new SolidBrush(Color.FromArgb(32, 32, 32));
Pen outline = new Pen(Color.FromArgb(222, 222, 222), 4.0F);
Pen shadow = new Pen(Color.FromArgb(190, 190, 190), 6.0F);
StringFormat format = new StringFormat();
_imageVar = "_rectangle" + console;
Rectangle rectangle;
try
{
FieldInfo fieldInfo = GetType().GetField(_imageVar, BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic);
rectangle = fieldInfo != null
? (Rectangle)fieldInfo.GetValue(this)
: _rectangleH4V3;
}
catch
{
//if rectangle isn't able to get set then H4V3 should be used.
rectangle = _rectangleH4V3;
}
if (TitleScreen != null)
g.DrawImage(TitleScreen, rectangle);
else
g.FillRectangle(new SolidBrush(Color.Black), rectangle);
if (Frame != null)
g.DrawImage(Frame, new Rectangle(0, 0, 1280, 720));
var isNotEnglish = false;
if (!string.IsNullOrEmpty(NameLine1) || !string.IsNullOrEmpty(NameLine2))
{
if (ContainsJapanese(NameLine1) || ContainsJapanese(NameLine2))
isNotEnglish = true;
Pen outlineBold = new Pen(Color.FromArgb(222, 222, 222), 5.0F);
Pen shadowBold = new Pen(Color.FromArgb(190, 190, 190), 7.0F);
Rectangle rectangleNL1 = Longname ? new Rectangle(578, 313, 640, 50) : new Rectangle(578, 340, 640, 50);
Rectangle rectangleNL2 = new Rectangle(578, 368, 640, 50);
GraphicsPath nl1 = new GraphicsPath();
GraphicsPath nl2 = new GraphicsPath();
if (Longname)
{
nl1.AddString(NameLine1, font.FontFamily,
(int)(FontStyle.Bold),
g.DpiY * 37.0F / 72.0F, rectangleNL1, format);
g.DrawPath(shadowBold, nl1);
g.DrawPath(outlineBold, nl1);
g.FillPath(brush, nl1);
nl2.AddString(NameLine2, font.FontFamily,
(int)(FontStyle.Bold),
g.DpiY * 37.0F / 72.0F, rectangleNL2, format);
g.DrawPath(shadowBold, nl2);
g.DrawPath(outlineBold, nl2);
g.FillPath(brush, nl2);
}
else
{
nl1.AddString(NameLine1, font.FontFamily,
(int)(FontStyle.Bold),
g.DpiY * 37.0F / 72.0F, rectangleNL1, format);
g.DrawPath(shadowBold, nl1);
g.DrawPath(outlineBold, nl1);
g.FillPath(brush, nl1);
}
}
if (Released > 0)
{
GraphicsPath r = new GraphicsPath();
var releasedString = "Released: " + Released.ToString();
if (isNotEnglish)
releasedString = Released.ToString() + "年発売";
r.AddString(releasedString, font.FontFamily,
(int)(FontStyle.Regular),
g.DpiY * 25.0F / 72.0F, new Rectangle(586, 450, 600, 40), format);
g.DrawPath(shadow, r);
g.DrawPath(outline, r);
g.FillPath(brush, r);
}
if (Players > 0)
{
string pStr = Players >= 4 ? "1-4" : (Players == 1 ? "1" : "1-" + Players.ToString());
if (isNotEnglish)
pStr = "プレイ人数 " + pStr + "人";
else
pStr = "Players: " + pStr;
GraphicsPath p = new GraphicsPath();
p.AddString(pStr, font.FontFamily,
(int)(FontStyle.Regular),
g.DpiY * 25.0F / 72.0F, new Rectangle(586, 496, 600, 40), format);
g.DrawPath(shadow, p);
g.DrawPath(outline, p);
g.FillPath(brush, p);
}
return img;
}
}
}
================================================
FILE: UWUVCI AIO WPF/Classes/DeflickerDitheringRemover.cs
================================================
using System;
using System.IO;
using System.Windows;
using UWUVCI_AIO_WPF.Helpers;
public static class DeflickerDitheringRemover
{
private static readonly byte[] DeflickerPattern = {
0x2C, 0x03, 0x00, 0x00, 0x41, 0x82, 0x00, 0xF8,
0x89, 0x04, 0x00, 0x00, 0x38, 0x00, 0x00, 0x00,
0x89, 0x44, 0x00, 0x01, 0x38, 0x60, 0x00, 0x00,
0x51, 0x00, 0x07, 0x3E, 0x88, 0xE4, 0x00, 0x06,
0x51, 0x40, 0x26, 0x36, 0x89, 0x04, 0x00, 0x0C,
0x50, 0xE3, 0x07, 0x3E, 0x38, 0xE0, 0x00, 0x00,
0x51, 0x07, 0x07, 0x3E, 0x89, 0x44, 0x00, 0x0D,
0x89, 0x64, 0x00, 0x07, 0x39, 0x00, 0x00, 0x00,
0x51, 0x47, 0x26, 0x36, 0x89, 0x44, 0x00, 0x02,
0x89, 0x24, 0x00, 0x12, 0x51, 0x63, 0x26, 0x36,
0x51, 0x40, 0x45, 0x2E, 0x89, 0x44, 0x00, 0x0E,
0x51, 0x28, 0x07, 0x3E, 0x89, 0x24, 0x00, 0x13,
0x51, 0x47, 0x45, 0x2E, 0x89, 0x44, 0x00, 0x03,
0x51, 0x28, 0x26, 0x36, 0x89, 0x24, 0x00, 0x14,
0x51, 0x40, 0x64, 0x26, 0x89, 0x44, 0x00, 0x0F,
0x51, 0x28, 0x45, 0x2E, 0x89, 0x24, 0x00, 0x15,
0x51, 0x47, 0x64, 0x26, 0x89, 0x44, 0x00, 0x04,
0x89, 0x64, 0x00, 0x08, 0x51, 0x28, 0x64, 0x26,
0x51, 0x40, 0x83, 0x1E, 0x89, 0x44, 0x00, 0x10,
0x89, 0x24, 0x00, 0x16, 0x51, 0x63, 0x45, 0x2E,
0x89, 0x64, 0x00, 0x09, 0x51, 0x47, 0x83, 0x1E,
0x89, 0x44, 0x00, 0x05, 0x51, 0x28, 0x83, 0x1E,
0x89, 0x24, 0x00, 0x11, 0x51, 0x63, 0x64, 0x26,
0x89, 0x64, 0x00, 0x0A, 0x51, 0x40, 0xA2, 0x16,
0x89, 0x44, 0x00, 0x0B, 0x51, 0x27, 0xA2, 0x16,
0x88, 0x84, 0x00, 0x17, 0x39, 0x20, 0x00, 0x01,
0x51, 0x63, 0x83, 0x1E, 0x51, 0x43, 0xA2, 0x16,
0x50, 0x88, 0xA2, 0x16, 0x51, 0x20, 0xC0, 0x0E,
0x39, 0x40, 0x00, 0x02, 0x39, 0x20, 0x00, 0x03,
0x38, 0x80, 0x00, 0x04, 0x51, 0x43, 0xC0, 0x0E,
0x51, 0x27, 0xC0, 0x0E, 0x50, 0x88, 0xC0, 0x0E,
0x48, 0x00, 0x00, 0x24, 0x3D, 0x00, 0x01, 0x66,
0x3C, 0x60, 0x02, 0x66, 0x3C, 0xE0, 0x03, 0x66,
0x3C, 0x80, 0x04, 0x66, 0x38, 0x08, 0x66, 0x66,
0x38, 0x63, 0x66, 0x66, 0x38, 0xE7, 0x66, 0x66,
0x39, 0x04, 0x66, 0x66, 0x3D, 0x20, 0xCC, 0x01,
0x39, 0x40, 0x00, 0x61, 0x99, 0x49, 0x80, 0x00,
0x2C, 0x05, 0x00, 0x00, 0x38, 0x80, 0x00, 0x53,
0x39, 0x60, 0x00, 0x00, 0x90, 0x09, 0x80, 0x00,
0x38, 0x00, 0x00, 0x54, 0x39, 0x80, 0x00, 0x00,
0x50, 0x8B, 0xC0, 0x0E, 0x99, 0x49, 0x80, 0x00,
0x50, 0x0C, 0xC0, 0x0E, 0x90, 0x69, 0x80, 0x00,
0x99, 0x49, 0x80, 0x00, 0x90, 0xE9, 0x80, 0x00,
0x99, 0x49, 0x80, 0x00, 0x91, 0x09, 0x80, 0x00,
0x41, 0x82, 0x00, 0x40
};
private static readonly byte[] DeflickerReplacement = { 0x48, 0x00, 0x00, 0x40 };
private static readonly byte[] DitheringPattern = {
0x3C, 0x80, 0xCC, 0x01, 0x38, 0xA0, 0x00, 0x61,
0x38, 0x00, 0x00, 0x00, 0x80, 0xC7, 0x02, 0x20,
0x50, 0x66, 0x17, 0x7A, 0x98, 0xA4, 0x80, 0x00,
0x90, 0xC4, 0x80, 0x00, 0x90, 0xC7, 0x02, 0x20,
0xB0, 0x07, 0x00, 0x02, 0x4E, 0x80, 0x00, 0x20 };
private static readonly byte[] DitheringReplacement = { 0x48, 0x00, 0x00, 0x28 };
private static readonly byte[] VFilterPattern = { 0x08, 0x08, 0x0A, 0x0C, 0x0A, 0x08, 0x08 };
private static readonly byte[] VFilterReplacement = { 0x04, 0x04, 0x10, 0x10, 0x10, 0x04, 0x04 };
public static void ProcessFile(string inputFilePath, string outputFilePath, bool applyDeflicker, bool applyDithering, bool applyVFilter)
{
if (string.IsNullOrEmpty(inputFilePath))
{
Logger.Log($"Invalid input file path: {nameof(inputFilePath)}");
throw new ArgumentException("Invalid input file path", nameof(inputFilePath));
}
if (string.IsNullOrEmpty(outputFilePath))
{
Logger.Log($"Invalid input file path: {nameof(outputFilePath)}");
throw new ArgumentException("Invalid output file path", nameof(outputFilePath));
}
byte[] fileBuffer = File.ReadAllBytes(inputFilePath);
if (applyDeflicker)
ApplyDeflickerPatch(fileBuffer);
if (applyDithering)
ApplyDitheringPatch(fileBuffer);
if (applyVFilter)
ApplyVFilterPatch(fileBuffer);
File.WriteAllBytes(outputFilePath, fileBuffer);
}
private static void ApplyDeflickerPatch(byte[] buffer)
{
int deflickerPatternLength = DeflickerPattern.Length; // This is 252 bytes
int replacementLength = DeflickerReplacement.Length; // This is 4 bytes
for (int i = 0; i <= buffer.Length - deflickerPatternLength; i++)
if (IsMatch(buffer, i, DeflickerPattern))
{
int replacePosition = i + deflickerPatternLength - replacementLength;
// Replace the last 4 bytes of the matched pattern
Array.Copy(DeflickerReplacement, 0, buffer, replacePosition, replacementLength);
break; // Stop after the first match
}
}
private static void ApplyDitheringPatch(byte[] buffer)
{
for (int i = 8; i <= buffer.Length - DitheringPattern.Length; i++)
if (IsMatch(buffer, i, DitheringPattern))
{
// Replace the 4 bytes preceding the pattern
Array.Copy(DitheringReplacement, 0, buffer, i - 4, DitheringReplacement.Length);
break;
}
}
private static void ApplyVFilterPatch(byte[] buffer)
{
for (int i = 0; i <= buffer.Length - VFilterPattern.Length; i++)
if (IsMatch(buffer, i, VFilterPattern))
{
// Replace the pattern directly
Array.Copy(VFilterReplacement, 0, buffer, i, VFilterReplacement.Length);
}
}
private static bool IsMatch(byte[] buffer, int position, byte[] pattern)
{
for (int i = 0; i < pattern.Length; i++)
if (buffer[position + i] != pattern[i])
return false;
return true;
}
// This is dev code to quickly check to see how the applying went.
public static bool AreFilesDifferent(string filePath1, string filePath2)
{
byte[] file1 = File.ReadAllBytes(filePath1);
byte[] file2 = File.ReadAllBytes(filePath2);
if (file1.Length != file2.Length)
return true;
for (int i = 0; i < file1.Length; i++)
if (file1[i] != file2[i])
{
MessageBox.Show($"Files are different starting at byte position: {i}");
MessageBox.Show($"Original Byte: {file1[i]:X2}");
MessageBox.Show($"Modified Byte: {file2[i]:X2}");
return true;
}
return false;
}
}
================================================
FILE: UWUVCI AIO WPF/Classes/Dol.cs
================================================
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using UWUVCI_AIO_WPF.Models;
using UWUVCI_AIO_WPF.Helpers;
namespace UWUVCI_AIO_WPF.Classes
{
public class Dol
{
public void ApplyMultipleFilesToDol(IEnumerable filePaths, string dolFilePath)
{
try
{
Logger.Log($"Starting to process {filePaths.Count()} files for DOL patching.");
var allCodes = new List();
// Load codes from all provided files
foreach (var filePath in filePaths)
{
Logger.Log($"Processing file: {filePath}");
var codes = GctCode.LoadFromFile(filePath);
Logger.Log($"Parsed {codes.Count} codes from {filePath}.");
allCodes.AddRange(codes);
}
// Validate combined codes
if (!ValidateCodes(allCodes, dolFilePath))
{
Logger.Log("Validation failed for the provided codes. Aborting patching.");
return;
}
Logger.Log($"Combined total of {allCodes.Count} codes from all files.");
// Patch the DOL file
PatchDolFile(dolFilePath, allCodes);
// Inject the codehandler
InjectCodehandler(dolFilePath, "path/to/codehandler.bin"); // Adjust the path if needed
Logger.Log("All files applied and patched successfully.");
}
catch (Exception ex)
{
Logger.Log($"Error applying files to DOL: {ex.Message}");
}
}
public void PatchDolFile(string dolFilePath, List gctCodes)
{
try
{
Logger.Log($"Patching DOL file {dolFilePath} with GCT codes.");
if (!File.Exists(dolFilePath))
{
Logger.Log($"DOL file '{dolFilePath}' not found.");
throw new FileNotFoundException($"DOL file '{dolFilePath}' not found.");
}
var sections = DolSection.ReadDolHeader(dolFilePath);
byte[] dolData = File.ReadAllBytes(dolFilePath);
foreach (var code in gctCodes)
{
int offset = MemoryToDolOffset(code.Address, sections);
if (offset >= 0 && offset < dolData.Length - 4) // Ensure offset is within bounds
{
byte[] valueBytes = BitConverter.GetBytes(code.Value);
if (BitConverter.IsLittleEndian)
Array.Reverse(valueBytes); // Convert to big-endian
Array.Copy(valueBytes, 0, dolData, offset, 4);
}
else
{
Logger.Log($"Address {code.Address:X8} is out of bounds for the DOL file.");
}
}
string outputPath = Path.Combine(Path.GetDirectoryName(dolFilePath), "patched_dol.dol");
File.WriteAllBytes(outputPath, dolData);
Logger.Log($"Patched DOL saved to: {outputPath}");
}
catch (Exception ex)
{
Logger.Log($"Error patching DOL file: {ex.Message}");
throw;
}
}
private bool ValidateCodes(List codes, string dolFilePath)
{
Logger.Log("Validating codes before patching...");
var sections = DolSection.ReadDolHeader(dolFilePath);
foreach (var code in codes)
{
bool valid = sections.Any(section =>
code.Address >= section.MemoryAddress &&
code.Address < section.MemoryAddress + section.Size);
if (!valid)
{
Logger.Log($"Invalid code: Address {code.Address:X8} is not within any DOL section.");
return false;
}
}
Logger.Log("All codes are valid.");
return true;
}
public int MemoryToDolOffset(uint memoryAddress, List sections)
{
if (sections == null || sections.Count == 0)
{
Logger.Log("Sections list is null or empty.");
throw new ArgumentException("Sections list cannot be null or empty.");
}
foreach (var section in sections)
{
if (memoryAddress >= section.MemoryAddress && memoryAddress < section.MemoryAddress + section.Size)
{
return (int)(section.FileOffset + (memoryAddress - section.MemoryAddress));
}
}
Logger.Log($"Memory address {memoryAddress:X} not found in any section.");
return -1; // Address not found
}
public void InjectCodehandler(string dolFilePath, string codehandlerPath)
{
try
{
Logger.Log($"Starting codehandler injection for {dolFilePath}.");
if (!File.Exists(dolFilePath) || !File.Exists(codehandlerPath))
{
Logger.Log("DOL file or codehandler file not found.");
throw new FileNotFoundException("DOL file or codehandler file not found.");
}
byte[] dolData = File.ReadAllBytes(dolFilePath);
byte[] codehandlerData = File.ReadAllBytes(codehandlerPath);
int injectionOffset = FindFreeSpace(dolData, codehandlerData.Length);
if (injectionOffset < 0)
{
Logger.Log("No free space available for codehandler injection.");
throw new Exception("No free space available for codehandler injection.");
}
Array.Copy(codehandlerData, 0, dolData, injectionOffset, codehandlerData.Length);
// Update entry point in DOL
PatchDolEntryPoint(dolData, injectionOffset);
string outputPath = Path.Combine(Path.GetDirectoryName(dolFilePath), "patched_dol.dol");
File.WriteAllBytes(outputPath, dolData);
Logger.Log($"Codehandler injected successfully. Patched DOL saved to: {outputPath}");
}
catch (Exception ex)
{
Logger.Log($"Error during codehandler injection: {ex.Message}");
throw;
}
}
private void PatchDolEntryPoint(byte[] dolData, int injectionOffset)
{
uint newEntryPoint = (uint)(0x80000000 + injectionOffset); // Convert offset to memory address
Array.Copy(BitConverter.GetBytes(newEntryPoint), 0, dolData, 0xE0, 4); // Replace entry point
Logger.Log($"Updated DOL entry point to: {newEntryPoint:X}");
}
private int FindFreeSpace(byte[] fileData, int requiredSize)
{
Logger.Log($"Searching for {requiredSize} bytes of free space in the file.");
for (int i = 0; i < fileData.Length - requiredSize; i++)
{
bool isFree = true;
for (int j = 0; j < requiredSize; j++)
{
if (fileData[i + j] != 0x00)
{
isFree = false;
break;
}
}
if (isFree)
{
Logger.Log($"Found free space at offset {i}.");
return i;
}
}
Logger.Log("No free space found in the file.");
return -1; // No free space found
}
}
}
================================================
FILE: UWUVCI AIO WPF/Classes/GameConfig.cs
================================================
using GameBaseClassLibrary;
using System;
using UWUVCI_AIO_WPF.Models;
namespace UWUVCI_AIO_WPF
{
[Serializable]
public class GameConfig
{
public GameConfig Clone()
{
return MemberwiseClone() as GameConfig;
}
public GameConsoles Console { get; set; }
public GameBases BaseRom { get; set; }
private string cBasePath;
public string CBasePath
{
get { return cBasePath; }
set { cBasePath = value;
}
}
public byte[] bootsound;
public string extension = "";
public bool fourbythree = false;
public bool disgamepad = false;
public bool donttrim = false;
public bool lr = false;
public bool motepass = false;
public bool jppatch = false;
public bool pokepatch = false;
public bool tgcd = false;
public int Index;
public bool pixelperfect = false;
public string GameName { get; set; }
public bool vm = false;
public bool vmtopal = false;
public bool rf = false;
public bool rfus = false;
public bool rfjp = false;
public PNGTGA TGAIco { get; set; } = new PNGTGA();
public PNGTGA TGADrc { get; set; } = new PNGTGA();
public PNGTGA TGATv { get; set; } = new PNGTGA();
public PNGTGA TGALog { get; set; } = new PNGTGA();
public N64Conf N64Stuff { get; set; } = new N64Conf();
public N64Conf GBAStuff { get; set; } = new N64Conf();
}
}
================================================
FILE: UWUVCI AIO WPF/Classes/GameCubeISO.cs
================================================
using System;
using System.Collections.Generic;
using System.IO;
namespace UWUVCI_AIO_WPF.Classes
{
public class GameCubeISO
{
private TOCManager TOCManager { get; set; } = new TOCManager();
public string IsoPath { get; private set; }
public string ExtractedPath { get; private set; }
public GameCubeISO(string isoPath)
{
if (string.IsNullOrWhiteSpace(isoPath) || !File.Exists(isoPath))
throw new FileNotFoundException("ISO file not found.");
IsoPath = isoPath;
}
///
/// Extracts the ISO into a directory.
///
public void Extract(string outputPath)
{
if (string.IsNullOrWhiteSpace(outputPath))
throw new ArgumentException("Output path cannot be empty.");
ExtractedPath = outputPath;
Directory.CreateDirectory(ExtractedPath);
// Path to the TOC file
string tocPath = Path.Combine(ExtractedPath, "&&systemdata", "Game.toc");
if (!File.Exists(tocPath))
throw new FileNotFoundException("Game.toc not found in the extracted directory.");
Console.WriteLine("Parsing TOC...");
ParseTOCFromFile(tocPath);
if (TOCManager.TOCEntries.Count == 0)
throw new InvalidOperationException("No valid entries found in the TOC.");
Console.WriteLine($"Found {TOCManager.TOCEntries.Count} entries in the TOC.");
using var fs = new FileStream(IsoPath, FileMode.Open, FileAccess.Read);
using var reader = new BinaryReader(fs);
Console.WriteLine("Extracting files...");
TOCManager.ExtractFiles(reader, ExtractedPath);
Console.WriteLine($"Extraction complete: {ExtractedPath}");
}
///
/// Rebuilds the ISO from the extracted directory.
///
public void Rebuild(string extractedPath, string outputIsoPath)
{
if (!Directory.Exists(extractedPath))
throw new DirectoryNotFoundException($"Extracted directory not found: {extractedPath}");
// Paths for essential system files
string systemDataPath = Path.Combine(extractedPath, "&&systemdata");
if (!Directory.Exists(systemDataPath))
throw new DirectoryNotFoundException($"System data directory not found: {systemDataPath}");
string hdrFilePath = Path.Combine(systemDataPath, "ISO.hdr");
string dolFilePath = Path.Combine(systemDataPath, "Start.dol");
string apploaderFilePath = Path.Combine(systemDataPath, "AppLoader.ldr");
string tocFilePath = Path.Combine(systemDataPath, "Game.toc");
if (!File.Exists(hdrFilePath) || !File.Exists(dolFilePath) || !File.Exists(apploaderFilePath) || !File.Exists(tocFilePath))
throw new FileNotFoundException("One or more essential system files are missing.");
Console.WriteLine("Rebuilding ISO...");
using var writer = new BinaryWriter(File.Create(outputIsoPath));
// Write the ISO header
Console.WriteLine("Writing ISO header...");
WriteSystemFile(writer, hdrFilePath);
// Write the DOL file
Console.WriteLine("Writing Start.dol...");
WriteSystemFile(writer, dolFilePath);
// Write the Apploader
Console.WriteLine("Writing AppLoader.ldr...");
WriteSystemFile(writer, apploaderFilePath);
// Parse the TOC
Console.WriteLine("Parsing TOC...");
List tocEntries = ParseTOCFromFile(tocFilePath);
// Write game files
Console.WriteLine("Writing game files...");
foreach (var entry in tocEntries)
{
// Directories are skipped
if (entry.IsDirectory) continue;
string filePath = Path.Combine(extractedPath, entry.Name.Replace('/', Path.DirectorySeparatorChar));
if (!File.Exists(filePath))
throw new FileNotFoundException($"File not found: {filePath}");
WriteGameFile(writer, filePath, entry.Position);
}
Console.WriteLine($"Rebuild complete. ISO saved to: {outputIsoPath}");
}
///
/// Parses the TOC file to determine the list of files and directories in the ISO.
///
private List ParseTOCFromFile(string tocPath)
{
var tocEntries = new List();
using var reader = new BinaryReader(File.OpenRead(tocPath));
while (reader.BaseStream.Position < reader.BaseStream.Length)
{
uint fileOffset = reader.ReadUInt32(); // File position in ISO
uint fileSize = reader.ReadUInt32(); // File size
byte flags = reader.ReadByte(); // Flags (e.g., directory or file)
reader.BaseStream.Seek(3, SeekOrigin.Current); // Skip padding
uint nameOffset = reader.ReadUInt32(); // Offset to the name in the string table
// Resolve file name
long currentPos = reader.BaseStream.Position;
reader.BaseStream.Seek(nameOffset, SeekOrigin.Begin);
string name = ReadNullTerminatedString(reader);
reader.BaseStream.Seek(currentPos, SeekOrigin.Begin);
tocEntries.Add(new TOCItem
{
Position = (int)fileOffset,
Length = (int)fileSize,
IsDirectory = (flags & 0x02) != 0,
Name = name
});
}
return tocEntries;
}
///
/// Writes system files (e.g., ISO.hdr, Start.dol) to the ISO.
///
private void WriteSystemFile(BinaryWriter writer, string filePath)
{
byte[] data = File.ReadAllBytes(filePath);
writer.Write(data);
// Align to 0x8000-byte boundaries
long padding = AlignToBlock(data.Length, 0x8000) - data.Length;
writer.Write(new byte[padding]);
}
///
/// Writes game files based on their TOC entries.
///
private void WriteGameFile(BinaryWriter writer, string filePath, long position)
{
byte[] data = File.ReadAllBytes(filePath);
// Seek to the correct position in the ISO
writer.Seek((int)position, SeekOrigin.Begin);
writer.Write(data);
// Add padding to align to the next block if needed
long padding = AlignToBlock(data.Length, 0x8000) - data.Length;
writer.Write(new byte[padding]);
}
///
/// Aligns a value to the next 0x8000-byte boundary.
///
private long AlignToBlock(long value, int blockSize)
{
return (value + blockSize - 1) / blockSize * blockSize;
}
///
/// Reads a null-terminated string from the binary stream.
///
private string ReadNullTerminatedString(BinaryReader reader)
{
var bytes = new List();
byte b;
while ((b = reader.ReadByte()) != 0)
bytes.Add(b);
return System.Text.Encoding.ASCII.GetString(bytes.ToArray());
}
}
public class TOCManager
{
public List TOCEntries { get; private set; } = new List();
public void ExtractFiles(BinaryReader reader, string outputDirectory)
{
foreach (var entry in TOCEntries)
{
var outputPath = Path.Combine(outputDirectory, entry.Name);
// Create directories for output
if (entry.IsDirectory)
{
Directory.CreateDirectory(outputPath);
continue;
}
// Ensure the parent directory exists
Directory.CreateDirectory(Path.GetDirectoryName(outputPath) ?? string.Empty);
// Seek to the file's position in the ISO
reader.BaseStream.Seek(entry.Position, SeekOrigin.Begin);
// Extract file in chunks
using var outputFile = new FileStream(outputPath, FileMode.Create, FileAccess.Write);
long remaining = entry.Length;
const int bufferSize = 0x8000; // 32KB chunks
byte[] buffer = new byte[bufferSize];
while (remaining > 0)
{
int bytesToRead = (int)Math.Min(bufferSize, remaining);
int bytesRead = reader.Read(buffer, 0, bytesToRead);
outputFile.Write(buffer, 0, bytesRead);
remaining -= bytesRead;
}
}
}
}
public class TOCItem
{
public int Position { get; set; }
public int Length { get; set; }
public bool IsDirectory { get; set; }
public string Name { get; set; }
}
}
================================================
FILE: UWUVCI AIO WPF/Classes/Injection.cs
================================================
using GameBaseClassLibrary;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Runtime.InteropServices;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Windows;
using System.Windows.Threading;
using System.Xml;
using UWUVCI_AIO_WPF.Classes;
using UWUVCI_AIO_WPF.UI.Windows;
using Newtonsoft.Json;
using MessageBox = System.Windows.MessageBox;
using UWUVCI_AIO_WPF.Models;
using WiiUDownloaderLibrary.Models;
using WiiUDownloaderLibrary;
using Newtonsoft.Json.Linq;
using UWUVCI_AIO_WPF.Helpers;
using System.Diagnostics.Eventing.Reader;
namespace UWUVCI_AIO_WPF
{
public static class StringExtensions
{
public static string ToHex(this string input)
{
StringBuilder sb = new StringBuilder();
foreach (char c in input)
sb.AppendFormat("{0:X2}", (int)c);
return sb.ToString().Trim();
}
}
internal static class Injection
{
[DllImport("User32.dll")]
static extern int SetForegroundWindow(IntPtr point);
[DllImport("user32.dll")]
public static extern int SendMessage(
int hWnd, // handle to destination window
uint Msg, // message
long wParam, // first message parameter
long lParam // second message parameter
);
[return: MarshalAs(UnmanagedType.Bool)]
[DllImport("user32.dll", SetLastError = true)]
static extern bool PostMessage(IntPtr hWnd, int Msg, System.Windows.Forms.Keys wParam, int lParam);
private static int WM_KEYUP = 0x101;
private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "temp");
private static readonly string baseRomPath = Path.Combine(tempPath, "baserom");
private static readonly string imgPath = Path.Combine(tempPath, "img");
private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "Tools");
static string code = null;
static MainViewModel mvvm;
private static bool IsNativeWindows = !MacLinuxHelper.IsRunningUnderWineOrSimilar();
/*
* GameConsole: Can either be NDS, N64, GBA, NES, SNES or TG16
* 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).
* customBasePath = Path to the custom Base. Is null if no custom base is used.
* injectRomPath = Path to the Rom to be injected into the Base Game.
* bootImages = String array containing the paths for
* 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.
* 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.
* 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.
* 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.
* gameName = The name of the final game to be entered into the .xml files.
* iniPath = Only used for N64. Path to the INI configuration. If "blank", a blank ini will be used.
* darkRemoval = Only used for N64. Indicates whether the dark filter should be removed.
*/
static List fiind(this byte[] buffer, byte[] pattern, int startIndex)
{
List positions = new List();
int i = Array.IndexOf(buffer, pattern[0], startIndex);
while (i >= 0 && i <= buffer.Length - pattern.Length)
{
byte[] segment = new byte[pattern.Length];
Buffer.BlockCopy(buffer, i, segment, 0, pattern.Length);
if (segment.SequenceEqual(pattern))
positions.Add(i);
i = Array.IndexOf(buffer, pattern[0], i + 1);
}
return positions;
}
static void PokePatch(string rom)
{
byte[] search = { 0xD0, 0x88, 0x8D, 0x83, 0x42 };
byte[] test;
test = new byte[new FileInfo(rom).Length];
using (var fs = new FileStream(rom,
FileMode.Open,
FileAccess.ReadWrite))
{
try
{
fs.Read(test, 0, test.Length - 1);
var l = fiind(test, search, 0);
byte[] check = new byte[4];
fs.Seek(l[0] + 5, SeekOrigin.Begin);
fs.Read(check, 0, 4);
fs.Seek(0, SeekOrigin.Begin);
if (check[3] != 0x24)
{
fs.Seek(l[0] + 5, SeekOrigin.Begin);
fs.Write(new byte[] { 0x00, 0x00, 0x00, 0x00 }, 0, 4);
}
else
{
fs.Seek(l[0] + 5, SeekOrigin.Begin);
fs.Write(new byte[] { 0x00, 0x00, 0x00 }, 0, 3);
}
check = new byte[4];
fs.Seek(l[1] + 5, SeekOrigin.Begin);
fs.Read(check, 0, 4);
fs.Seek(0, SeekOrigin.Begin);
if (check[3] != 0x24)
{
fs.Seek(l[1] + 5, SeekOrigin.Begin);
fs.Write(new byte[] { 0x00, 0x00, 0x00, 0x00 }, 0, 4);
}
else
{
fs.Seek(l[1] + 5, SeekOrigin.Begin);
fs.Write(new byte[] { 0x00, 0x00, 0x00 }, 0, 3);
}
}
catch (Exception)
{
}
fs.Close();
}
}
private static string FormatBytes(long bytes)
{
string[] Suffix = { "B", "KB", "MB", "GB", "TB" };
int i;
double dblSByte = bytes;
for (i = 0; i < Suffix.Length && bytes >= 1024; i++, bytes /= 1024)
{
dblSByte = bytes / 1024.0;
}
return string.Format("{0:0.##} {1}", dblSByte, Suffix[i]);
}
[STAThread]
public static bool Inject(GameConfig Configuration, string RomPath, MainViewModel mvm, bool force)
{
mvm.failed = false;
DispatcherTimer timer = new DispatcherTimer();
timer.Interval = TimeSpan.FromSeconds(1);
timer.Tick += tick;
Clean();
long freeSpaceInBytes = 0;
if (!mvm.saveworkaround)
{
try
{
long gamesize = new FileInfo(RomPath).Length;
var drive = new DriveInfo(tempPath);
done = true;
freeSpaceInBytes = drive.AvailableFreeSpace;
}
catch (Exception)
{
mvm.saveworkaround = true;
}
}
mvvm = mvm;
Directory.CreateDirectory(tempPath);
mvm.msg = "Checking Tools...";
mvm.InjcttoolCheck();
mvm.Progress = 5;
mvm.msg = "Copying Base...";
try
{
if (!mvm.saveworkaround && (Configuration.Console == GameConsoles.WII || Configuration.Console == GameConsoles.GCN))
{
long neededspace = mvm.GC ? 10000000000 : 15000000000;
if (freeSpaceInBytes < neededspace)
throw new Exception("12G");
}
if (Configuration.BaseRom == null || Configuration.BaseRom.Name == null)
{
throw new Exception("BASE");
}
if (Configuration.BaseRom.Name != "Custom")
{
//Normal Base functionality here
CopyBase($"{Configuration.BaseRom.Name.Replace(":", "")} [{Configuration.BaseRom.Region}]", null);
}
else
{
//Custom Base Functionality here
CopyBase($"Custom", Configuration.CBasePath);
}
if (!Directory.Exists(Path.Combine(baseRomPath, "code")) || !Directory.Exists(Path.Combine(baseRomPath, "content")) || !Directory.Exists(Path.Combine(baseRomPath, "meta")))
{
throw new Exception("MISSINGF");
}
mvm.Progress = 10;
mvm.msg = "Injecting ROM...";
RunSpecificInjection(Configuration, (mvm.GC ? GameConsoles.GCN : Configuration.Console), RomPath, force, mvm);
mvm.msg = "Editing XML...";
EditXML(Configuration.GameName, mvm.Index, code);
mvm.Progress = 90;
mvm.msg = "Changing Images...";
Images(Configuration);
if (File.Exists(mvm.BootSound))
{
mvm.Progress = 95;
mvm.msg = "Adding BootSound...";
bootsound(mvm.BootSound);
}
mvm.Progress = 100;
code = null;
return true;
} catch (Exception e)
{
mvm.Progress = 100;
code = null;
if (e.Message == "Failed this shit")
{
Clean();
return false;
}
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.";
if (e.Message == "MISSINGF")
errorMessage = "Injection Failed because there are base files missing. \nPlease redownload the base, or redump if you used a custom base!";
else if (e.Message.Contains("Images"))
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." +
"\nFAQ: #28";
else if (e.Message.Contains("Size"))
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";
else if (e.Message.Contains("retro"))
errorMessage = "The ROM you want to Inject is to big for selected Base!\nPlease try again with different Base";
else if (e.Message.Contains("BASE"))
errorMessage = "If you import a config you NEED to reselect a base";
else if (e.Message.Contains("WII"))
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.";
else if (e.Message.Contains("12G"))
errorMessage = $"Please make sure to have atleast {FormatBytes(15000000000)} of storage left on the drive where you stored the Injector.";
else if (e.Message.Contains("nkit"))
errorMessage = $"There is an issue with your NKIT.\nPlease try the original ISO, or redump your game and try again with that dump.";
else if (e.Message.Contains("meta.xml"))
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.";
else if (e.Message.Contains("pre.iso"))
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." +
"\nFAQ: #17, #27, #29";
else if (e.Message.Contains("temp\\temp") || e.Message.Contains("temp/temp"))
errorMessage = "The images are most likely the culprit, try changing them around." +
"\nFAQ: #28";
if (MacLinuxHelper.IsRunningInVirtualMachine() || MacLinuxHelper.IsRunningUnderWineOrSimilar())
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.";
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);
Logger.Log(e.Message);
Clean();
return false;
}
finally
{
mvm.Index = -1;
mvm.LR = false;
mvm.msg = "";
}
}
private static bool done = false;
private static void tick(object sender, EventArgs e)
{
if (!done)
mvvm.failed = true;
throw new Exception("Failed this shit");
}
public static void SendKey(IntPtr hWnd, System.Windows.Forms.Keys key)
{
PostMessage(hWnd, WM_KEYUP, key, 0);
}
static void bootsound(string sound)
{
string btsndPath = Path.Combine(baseRomPath, "meta", "bootSound.btsnd");
FileInfo soundFile = new FileInfo(sound);
if (soundFile.Extension.Contains("mp3") || soundFile.Extension.Contains("wav"))
{
// Convert input file to 6 second .wav
using (Process sox = new Process())
{
sox.StartInfo.UseShellExecute = false;
sox.StartInfo.CreateNoWindow = true;
sox.StartInfo.FileName = Path.Combine(toolsPath, "sox.exe");
sox.StartInfo.Arguments = $"\"{sound}\" -b 16 \"{Path.Combine(tempPath, "bootSound.wav")}\" channels 2 rate 48k trim 0 6";
sox.Start();
sox.WaitForExit();
}
//convert to btsnd
wav2btsnd(Path.Combine(tempPath, "bootSound.wav"), btsndPath);
File.Delete(Path.Combine(tempPath, "bootSound.wav"));
}
else
{
//Copy BootSound to location
File.Delete(btsndPath);
File.Copy(sound, btsndPath);
}
}
private static void wav2btsnd(string inputWav, string outputBtsnd)
{
// credits to the original creator of wav2btsnd for the general logic
byte[] buffer = File.ReadAllBytes(inputWav);
using FileStream output = new FileStream(outputBtsnd, FileMode.OpenOrCreate);
using BinaryWriter writer = new BinaryWriter(output);
writer.Write(new byte[] { 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x0 });
for (int i = 0x2C; i < buffer.Length; i += 2)
writer.Write(new[] { buffer[i + 1], buffer[i] });
}
static void timer_Tick(object sender, EventArgs e)
{
if (mvvm.Progress < 50)
mvvm.Progress += 1;
}
private static void RunSpecificInjection(GameConfig cfg, GameConsoles console, string RomPath, bool force, MainViewModel mvm)
{
switch (console)
{
case GameConsoles.NDS:
NDS(RomPath);
break;
case GameConsoles.N64:
N64(RomPath, cfg.N64Stuff);
break;
case GameConsoles.GBA:
GBA(RomPath, cfg.GBAStuff);
break;
case GameConsoles.NES:
NESSNES(RomPath);
break;
case GameConsoles.SNES:
NESSNES(RemoveHeader(RomPath));
break;
case GameConsoles.TG16:
TG16(RomPath);
break;
case GameConsoles.MSX:
MSX(RomPath);
break;
case GameConsoles.WII:
if (RomPath.ToLower().EndsWith(".dol"))
WiiHomebrew(RomPath, mvm);
else if (RomPath.ToLower().EndsWith(".wad"))
WiiForwarder(RomPath, mvm);
else
WII(RomPath, mvm);
break;
case GameConsoles.GCN:
GC(RomPath, mvm, force);
break;
}
}
private static string ByteArrayToString(byte[] arr)
{
ASCIIEncoding enc = new ASCIIEncoding();
return enc.GetString(arr);
}
private static void WiiForwarder(string romPath, MainViewModel mvm)
{
string savedir = Directory.GetCurrentDirectory();
mvvm.msg = "Extracting Forwarder Base...";
if (Directory.Exists(Path.Combine(tempPath, "TempBase")))
Directory.Delete(Path.Combine(tempPath, "TempBase"), true);
Directory.CreateDirectory(Path.Combine(tempPath, "TempBase"));
var zipLocation = Path.Combine(toolsPath, "BASE.zip");
ZipFile.ExtractToDirectory(zipLocation, Path.Combine(tempPath));
DirectoryCopy(Path.Combine(tempPath, "BASE"), Path.Combine(tempPath, "TempBase"), true);
mvvm.Progress = 20;
mvvm.msg = "Setting up Forwarder...";
byte[] test = new byte[4];
using (FileStream fs = new FileStream(romPath, FileMode.Open))
{
fs.Seek(0xC20, SeekOrigin.Begin);
fs.Read(test, 0, 4);
fs.Close();
}
string[] id = { ByteArrayToString(test) };
File.WriteAllLines(Path.Combine(tempPath, "TempBase", "files", "title.txt"), id);
mvm.Progress = 30;
mvm.msg = "Copying Forwarder...";
File.Copy(Path.Combine(toolsPath, "forwarder.dol"), Path.Combine(tempPath, "TempBase", "sys", "main.dol"));
mvm.Progress = 40;
mvvm.msg = "Creating Injectable file...";
SharedWitAndNFS2ISO2NFS(savedir, mvm, "WiiForwarder");
}
private static void SharedWitAndNFS2ISO2NFS(string savedir, MainViewModel mvm, string functionName)
{
if (IsNativeWindows)
{
using (Process wit = new Process())
{
if (!mvm.debug)
wit.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
wit.StartInfo.FileName = Path.Combine(toolsPath, "wit.exe");
wit.StartInfo.Arguments = $"copy \"{Path.Combine(tempPath, "TempBase")}\" --DEST \"{Path.Combine(tempPath, "game.iso")}\" -ovv --links --iso";
wit.Start();
wit.WaitForExit();
}
//Thread.Sleep(6000);
if (!File.Exists(Path.Combine(tempPath, "game.iso")))
{
Console.Clear();
throw new Exception("Wii: An error occured while Creating the ISO");
}
mvvm.Progress = 50;
mvm.msg = "Replacing TIK and TMD...";
using Process extract = new Process();
if (!mvm.debug)
extract.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
extract.StartInfo.FileName = Path.Combine(toolsPath, "wit.exe");
extract.StartInfo.Arguments = $"extract \"{Path.Combine(tempPath, "game.iso")}\" --psel data --files +tmd.bin --files +ticket.bin --DEST \"{Path.Combine(tempPath, "TIKTMD")}\" -vv1";
extract.Start();
extract.WaitForExit();
}
else
{
string[] args = {
$"copy \"{Path.Combine(tempPath, "TempBase")}\" --DEST \"{Path.Combine(tempPath, "game.iso")}\" -ovv --links --iso",
$"extract \"{Path.Combine(tempPath, "game.iso")}\" --psel data --files +tmd.bin --files +ticket.bin --DEST \"{Path.Combine(tempPath, "TIKTMD")}\" -vv1"
};
foreach (var arg in args)
MacLinuxHelper.WriteFailedStepToJson(functionName, "wit", arg, string.Empty);
MacLinuxHelper.DisplayMessageBoxAboutTheHelper();
}
if (functionName == "GCN")
{
//GET ROMCODE and change it
mvm.msg = "Trying to save rom code...";
//READ FIRST 4 BYTES
byte[] chars = new byte[4];
FileStream fstrm = new FileStream(Path.Combine(tempPath, "game.iso"), FileMode.Open);
fstrm.Read(chars, 0, 4);
fstrm.Close();
string procod = ByteArrayToString(chars);
string metaXml = Path.Combine(baseRomPath, "meta", "meta.xml");
XmlDocument doc = new XmlDocument();
doc.Load(metaXml);
doc.SelectSingleNode("menu/reserved_flag2").InnerText = procod.ToHex();
doc.Save(metaXml);
mvvm.Progress = 55;
}
Directory.Delete(Path.Combine(tempPath, "TempBase"), true);
foreach (string sFile in Directory.GetFiles(Path.Combine(baseRomPath, "code"), "rvlt.*"))
File.Delete(sFile);
File.Copy(Path.Combine(tempPath, "TIKTMD", "tmd.bin"), Path.Combine(baseRomPath, "code", "rvlt.tmd"));
File.Copy(Path.Combine(tempPath, "TIKTMD", "ticket.bin"), Path.Combine(baseRomPath, "code", "rvlt.tik"));
Directory.Delete(Path.Combine(tempPath, "TIKTMD"), true);
mvm.Progress = 60;
mvm.msg = "Injecting ROM...";
foreach (string sFile in Directory.GetFiles(Path.Combine(baseRomPath, "content"), "*.nfs"))
File.Delete(sFile);
File.Move(Path.Combine(tempPath, "game.iso"), Path.Combine(baseRomPath, "content", "game.iso"));
File.Copy(Path.Combine(toolsPath, "nfs2iso2nfs.exe"), Path.Combine(baseRomPath, "content", "nfs2iso2nfs.exe"));
Directory.SetCurrentDirectory(Path.Combine(baseRomPath, "content"));
using (Process iso2nfs = new Process())
{
if (!mvm.debug)
iso2nfs.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
iso2nfs.StartInfo.FileName = "nfs2iso2nfs.exe";
if (functionName != "GCN")
{
string pass = "-passthrough ";
string extra = "";
if (mvm.passtrough != true)
pass = "";
if (mvm.Index == 2)
extra = "-horizontal ";
if (mvm.Index == 3)
extra = "-wiimote ";
if (mvm.Index == 4)
extra = "-instantcc ";
if (mvm.Index == 5)
extra = "-nocc ";
if (mvm.LR)
extra += "-lrpatch ";
iso2nfs.StartInfo.Arguments = $"-enc -homebrew {extra}{pass}-iso game.iso";
}
else
iso2nfs.StartInfo.Arguments = $"-enc -homebrew -passthrough -iso game.iso";
iso2nfs.Start();
iso2nfs.WaitForExit();
File.Delete("nfs2iso2nfs.exe");
File.Delete("game.iso");
}
Directory.SetCurrentDirectory(savedir);
mvm.Progress = 80;
}
private static void WiiHomebrew(string romPath, MainViewModel mvm)
{
string savedir = Directory.GetCurrentDirectory();
mvvm.msg = "Extracting Homebrew Base...";
if (Directory.Exists(Path.Combine(tempPath, "TempBase")))
Directory.Delete(Path.Combine(tempPath, "TempBase"), true);
Directory.CreateDirectory(Path.Combine(tempPath, "TempBase"));
ZipFile.ExtractToDirectory(Path.Combine(toolsPath, "BASE.zip"), Path.Combine(tempPath));
DirectoryCopy(Path.Combine(tempPath, "BASE"), Path.Combine(tempPath, "TempBase"), true);
mvvm.Progress = 20;
mvvm.msg = "Injecting DOL...";
File.Copy(romPath, Path.Combine(tempPath, "TempBase", "sys", "main.dol"));
mvm.Progress = 30;
mvvm.msg = "Creating Injectable file...";
SharedWitAndNFS2ISO2NFS(savedir, mvm, "WiiHomebrew");
}
private static void PatchDol(string consoleName, string mainDolPath, MainViewModel mvm)
{
var filePaths = mvm.gctPath.Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries);
var convertedGctFiles = new List();
foreach (var path in filePaths)
{
string convertedPath = path;
if (Path.GetExtension(path).Equals(".txt", StringComparison.OrdinalIgnoreCase))
{
try
{
var (codes, gameId) = GctCode.ParseOcarinaOrDolphinTxtFile(path);
convertedPath = Path.ChangeExtension(path, ".gct");
GctCode.WriteGctFile(convertedPath, codes, gameId);
Logger.Log($"Converted {path} → {convertedPath} (Game ID: {gameId ?? "None"})");
}
catch (Exception ex)
{
Logger.Log($"ERROR: Failed to convert {path} - {ex.Message}");
continue;
}
}
convertedGctFiles.Add(convertedPath);
}
if (convertedGctFiles.Count == 0)
{
Logger.Log("ERROR: No valid GCT files available for patching.");
return;
}
if (consoleName == "Wii")
{
var stringBuilder = new StringBuilder();
foreach (var gctFile in convertedGctFiles)
stringBuilder.Append($" --add-section \"{gctFile}\"");
var witArgs = $"patch \"{mainDolPath}\"" + stringBuilder.ToString();
if (IsNativeWindows)
{
using var unpack = new Process();
unpack.StartInfo.FileName = Path.Combine(toolsPath, "wstrt.exe");
unpack.StartInfo.Arguments = witArgs;
unpack.Start();
unpack.WaitForExit();
}
else
{
MacLinuxHelper.PrepareAndInformUserOnUWUVCIHelper(consoleName, "wstrt", witArgs, toolsPath);
}
}
else
{
var dol = new Dol();
var allCodes = new List();
foreach (var filePath in convertedGctFiles)
allCodes.AddRange(GctCode.LoadFromFile(filePath));
dol.PatchDolFile(mainDolPath, allCodes);
}
}
private static void GctPatch(MainViewModel mvm, string consoleName, string isoPath)
{
if (string.IsNullOrEmpty(mvm.GctPath))
return;
;
var extraction = Path.Combine(tempPath, "temp");
mvm.msg = "Patching main.dol with gct file";
mvm.Progress = 27;
File.Delete(isoPath);
;
var mainDolPath = Directory.GetFiles(extraction, "main.dol", SearchOption.AllDirectories).FirstOrDefault();
PatchDol(consoleName, mainDolPath, mvm);
}
private static void WII(string romPath, MainViewModel mvm)
{
var witArgs = "";
var dolPatch = mvm.RemoveDeflicker || mvm.RemoveDithering || mvm.HalfVFilter;
string savedir = Directory.GetCurrentDirectory();
if (new FileInfo(romPath).Extension.Contains("iso"))
{
mvm.msg = "Copying ROM...";
File.Copy(romPath, Path.Combine(tempPath, "pre.iso"));
mvm.Progress = 15;
}
else if (mvm.NKITFLAG || romPath.Contains("nkit") || new FileInfo(romPath).Extension.Contains("wbfs"))
{
witArgs = $"copy --source \"{romPath}\" --dest \"{Path.Combine(tempPath, "pre.iso")}\" -I";
if (IsNativeWindows)
{
if (mvm.NKITFLAG || romPath.Contains("nkit"))
mvm.msg = "Converting NKIT to ISO";
else
mvm.msg = "Converting WBFS to ISO...";
using Process toiso = new Process();
if (!mvm.debug)
toiso.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
toiso.StartInfo.FileName = Path.Combine(toolsPath, "wit.exe");
toiso.StartInfo.Arguments = witArgs;
toiso.Start();
toiso.WaitForExit();
}
else
MacLinuxHelper.PrepareAndInformUserOnUWUVCIHelper("Wii", "wit", witArgs, toolsPath);
if (!new FileInfo(romPath).Extension.Contains("wbfs"))
if (!File.Exists(Path.Combine(toolsPath, "pre.iso")))
throw new Exception("nkit");
mvm.Progress = 15;
}
//GET ROMCODE and change it
mvm.msg = "Trying to change the Manual...";
//READ FIRST 4 BYTES
byte[] chars = new byte[4];
FileStream fstrm = new FileStream(Path.Combine(tempPath, "pre.iso"), FileMode.Open);
fstrm.Read(chars, 0, 4);
fstrm.Close();
string procod = ByteArrayToString(chars);
string neededformanual = procod.ToHex();
string metaXml = Path.Combine(baseRomPath, "meta", "meta.xml");
XmlDocument doc = new XmlDocument();
doc.Load(metaXml);
doc.SelectSingleNode("menu/reserved_flag2").InnerText = neededformanual;
doc.Save(metaXml);
//edit emta.xml
mvm.Progress = 25;
if (mvm.regionfrii)
{
using FileStream fs = new FileStream(Path.Combine(tempPath, "pre.iso"), FileMode.Open);
fs.Seek(0x4E003, SeekOrigin.Begin);
if (mvm.regionfriius)
{
fs.Write(new byte[] { 0x01 }, 0, 1);
fs.Seek(0x4E010, SeekOrigin.Begin);
fs.Write(new byte[] { 0x80, 0x06, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80 }, 0, 16);
}
else if (mvm.regionfriijp)
{
fs.Write(new byte[] { 0x00 }, 0, 1);
fs.Seek(0x4E010, SeekOrigin.Begin);
fs.Write(new byte[] { 0x00, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80 }, 0, 16);
}
else
{
fs.Write(new byte[] { 0x02 }, 0, 1);
fs.Seek(0x4E010, SeekOrigin.Begin);
fs.Write(new byte[] { 0x80, 0x80, 0x80, 0x00, 0x03, 0x03, 0x04, 0x03, 0x00, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80 }, 0, 16);
}
fs.Close();
}
var preIso = Path.Combine(tempPath, "pre.iso");
if (mvm.donttrim)
{
witArgs = $"extract \"{preIso}\" --DEST \"{Path.Combine(tempPath, "TEMP")}\" --psel data -vv1";
mvm.msg = "Prepping ROM...";
}
else
{
witArgs = $"extract \"{preIso}\" --DEST \"{Path.Combine(tempPath, "TEMP")}\" --psel WHOLE -vv1";
mvm.msg = "Trimming ROM...";
}
if (IsNativeWindows)
{
using Process trimm = new Process();
if (!mvm.debug)
trimm.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
trimm.StartInfo.FileName = Path.Combine(toolsPath, "wit.exe");
trimm.StartInfo.Arguments = witArgs;
trimm.Start();
trimm.WaitForExit();
mvm.Progress = 30;
}
else
MacLinuxHelper.PrepareAndInformUserOnUWUVCIHelper("Wii", "wit", witArgs, toolsPath);
GctPatch(mvm, "Wii", Path.Combine(tempPath, "pre.iso"));
if (dolPatch)
{
mvm.msg = "Patching main.dol file";
mvm.Progress = 33;
var extractionFolder = Path.Combine(tempPath, "TEMP");
var mainDolPath = Directory.GetFiles(extractionFolder, "main.dol", SearchOption.AllDirectories).FirstOrDefault();
var output = Path.Combine(Path.GetDirectoryName(mainDolPath), "patched.dol");
DeflickerDitheringRemover.ProcessFile(mainDolPath, output, mvm.RemoveDeflicker, mvm.RemoveDithering, mvm.HalfVFilter);
File.Delete(mainDolPath);
File.Move(output, mainDolPath);
}
if (mvm.Index == 4)
{
mvvm.msg = "Patching ROM (Force CC)...";
Console.WriteLine("Patching the ROM to force Classic Controller input");
using Process tik = new Process();
tik.StartInfo.FileName = Path.Combine(toolsPath, "GetExtTypePatcher.exe");
tik.StartInfo.Arguments = $"\"{Path.Combine(tempPath, "TEMP", "DATA", "sys", "main.dol")}\" -nc";
tik.StartInfo.UseShellExecute = false;
tik.StartInfo.CreateNoWindow = true;
tik.StartInfo.RedirectStandardOutput = true;
tik.StartInfo.RedirectStandardInput = true;
tik.Start();
Thread.Sleep(2000);
tik.StandardInput.WriteLine();
tik.WaitForExit();
mvm.Progress = 35;
}
if (mvm.Patch)
{
mvm.msg = "Video Patching ROM...";
using Process vmc = new Process();
File.Copy(Path.Combine(toolsPath, "wii-vmc.exe"), Path.Combine(tempPath, "TEMP", "DATA", "sys", "wii-vmc.exe"));
Directory.SetCurrentDirectory(Path.Combine(tempPath, "TEMP", "DATA", "sys"));
vmc.StartInfo.FileName = "wii-vmc.exe";
vmc.StartInfo.Arguments = "main.dol";
vmc.StartInfo.UseShellExecute = false;
vmc.StartInfo.CreateNoWindow = true;
vmc.StartInfo.RedirectStandardOutput = true;
vmc.StartInfo.RedirectStandardInput = true;
vmc.Start();
Thread.Sleep(1000);
vmc.StandardInput.WriteLine("a");
Thread.Sleep(2000);
if (mvm.toPal)
vmc.StandardInput.WriteLine("1");
else
vmc.StandardInput.WriteLine("2");
Thread.Sleep(2000);
vmc.StandardInput.WriteLine();
vmc.WaitForExit();
File.Delete("wii-vmc.exe");
Directory.SetCurrentDirectory(savedir);
mvm.Progress = 40;
}
var tempFolder = Path.Combine(tempPath, "TEMP");
if (mvm.donttrim)
{
mvm.msg = "Creating ISO from patched ROM...";
witArgs = $"copy \"{tempFolder}\" --DEST \"{Path.Combine(tempPath, "game.iso")}\" -ovv --psel WHOLE --iso";
}
else
{
mvm.msg = "Creating ISO from trimmed ROM...";
witArgs = $"copy \"{tempFolder}\" --DEST \"{Path.Combine(tempPath, "game.iso")}\" -ovv --links --iso";
}
if (IsNativeWindows)
{
using Process repack = new Process();
if (!mvm.debug)
repack.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
repack.StartInfo.FileName = Path.Combine(toolsPath, "wit.exe");
repack.StartInfo.Arguments = witArgs;
repack.Start();
repack.WaitForExit();
}
else
MacLinuxHelper.PrepareAndInformUserOnUWUVCIHelper("Wii", "wit", witArgs, toolsPath);
Directory.Delete(Path.Combine(tempPath, "TEMP"), true);
File.Delete(Path.Combine(tempPath, "pre.iso"));
mvm.Progress = 50;
mvm.msg = "Replacing TIK and TMD...";
var gameIso = Path.Combine(tempPath, "game.iso");
witArgs = $"extract \"{gameIso}\" --psel data --files +tmd.bin --files +ticket.bin --DEST \"{Path.Combine(tempPath, "TIKTMD")}\" -vv1";
if (IsNativeWindows)
{
using Process extract = new Process();
if (!mvm.debug)
extract.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
extract.StartInfo.FileName = Path.Combine(toolsPath, "wit.exe");
extract.StartInfo.Arguments = witArgs;
extract.Start();
extract.WaitForExit();
}
else
MacLinuxHelper.PrepareAndInformUserOnUWUVCIHelper("Wii", "wit", witArgs, toolsPath);
foreach (string sFile in Directory.GetFiles(Path.Combine(baseRomPath, "code"), "rvlt.*"))
File.Delete(sFile);
File.Copy(Path.Combine(tempPath, "TIKTMD", "tmd.bin"), Path.Combine(baseRomPath, "code", "rvlt.tmd"));
File.Copy(Path.Combine(tempPath, "TIKTMD", "ticket.bin"), Path.Combine(baseRomPath, "code", "rvlt.tik"));
Directory.Delete(Path.Combine(tempPath, "TIKTMD"), true);
mvm.Progress = 60;
mvm.msg = "Injecting ROM...";
foreach (string sFile in Directory.GetFiles(Path.Combine(baseRomPath, "content"), "*.nfs"))
File.Delete(sFile);
File.Move(Path.Combine(tempPath, "game.iso"), Path.Combine(baseRomPath, "content", "game.iso"));
File.Copy(Path.Combine(toolsPath, "nfs2iso2nfs.exe"), Path.Combine(baseRomPath, "content", "nfs2iso2nfs.exe"));
Directory.SetCurrentDirectory(Path.Combine(baseRomPath, "content"));
using (Process iso2nfs = new Process())
{
if (!mvm.debug)
iso2nfs.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
iso2nfs.StartInfo.FileName = "nfs2iso2nfs.exe";
string extra = "";
if (mvm.Index == 2) { extra = "-horizontal "; }
if (mvm.Index == 3) { extra = "-wiimote "; }
if (mvm.Index == 4) { extra = "-instantcc "; }
if (mvm.Index == 5) { extra = "-nocc "; }
if (mvm.LR) { extra += "-lrpatch "; }
iso2nfs.StartInfo.Arguments = $"-enc {extra}-iso game.iso";
iso2nfs.Start();
iso2nfs.WaitForExit();
File.Delete("nfs2iso2nfs.exe");
File.Delete("game.iso");
}
Directory.SetCurrentDirectory(savedir);
mvm.Progress = 80;
}
private static void ConvertToIso(string sourcePath, string outputFileName, bool debugMode)
{
using Process process = new Process();
if (!debugMode)
process.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
process.StartInfo.FileName = Path.Combine(toolsPath, "ConvertToIso.exe");
process.StartInfo.Arguments = $"\"{sourcePath}\"";
process.Start();
process.WaitForExit();
string isoPath = Path.Combine(toolsPath, outputFileName);
if (!File.Exists(isoPath))
throw new Exception("ISO conversion failed.");
File.Move(isoPath, Path.Combine(tempPath, "TempBase", "files", "game.iso"));
}
// Function to handle NKit conversion
private static void ConvertToNKit(string sourcePath, string outputFileName, bool debugMode)
{
using Process process = new Process();
if (!debugMode)
process.StartInfo.WindowStyle = ProcessWindowStyle.Hidden;
process.StartInfo.FileName = Path.Combine(toolsPath, "ConvertToNKit.exe");
process.StartInfo.Arguments = $"\"{sourcePath}\"";
process.Start();
process.WaitForExit();
string nkitIsoPath = Path.Combine(toolsPath, outputFileName);
if (!File.Exists(nkitIsoPath))
throw new Exception("NKit conversion failed.");
File.Move(nkitIsoPath, Path.Combine(tempPath, "TempBase", "files", outputFileName));
}
private static void GC(string romPath, MainViewModel mvm, bool force)
{
string savedir = Directory.GetCurrentDirectory();
mvvm.msg = "Extracting Nintendont Base...";
if (Directory.Exists(Path.Combine(tempPath, "TempBase")))
Directory.Delete(Path.Combine(tempPath, "TempBase"), true);
Directory.CreateDirectory(Path.Combine(tempPath, "TempBase"));
ZipFile.ExtractToDirectory(Path.Combine(toolsPath, "BASE.zip"), Path.Combine(tempPath));
DirectoryCopy(Path.Combine(tempPath, "BASE"), Path.Combine(tempPath, "TempBase"), true);
mvvm.Progress = 20;
mvvm.msg = "Applying Nintendont";
if (force)
{
mvvm.msg += " force 4:3...";
File.Copy(Path.Combine(toolsPath, "nintendont_force.dol"), Path.Combine(tempPath, "TempBase", "sys", "main.dol"));
}
else
{
mvvm.msg += "...";
File.Copy(Path.Combine(toolsPath, "nintendont.dol"), Path.Combine(tempPath, "TempBase", "sys", "main.dol"));
}
mvm.Progress = 40;
mvvm.msg = "Injecting GameCube Game into NintendontBase...";
if (mvm.donttrim)
{
if (romPath.ToLower().Contains("nkit.iso"))
{
using (Process wit = new Process())
{
if (!mvm.debug)
{
wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
}
wit.StartInfo.FileName = Path.Combine(toolsPath, "ConvertToIso.exe");
wit.StartInfo.Arguments = $"\"{romPath}\"";
wit.Start();
wit.WaitForExit();
if (!File.Exists(Path.Combine(toolsPath, "out.iso")))
{
throw new Exception("nkit");
}
File.Move(Path.Combine(toolsPath, "out.iso"), Path.Combine(tempPath, "TempBase", "files", "game.iso"));
}
}
else
{
if (romPath.ToLower().Contains("gcz"))
{
//Convert to nkit.iso
using (Process wit = new Process())
{
if (!mvm.debug)
{
wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
}
wit.StartInfo.FileName = Path.Combine(toolsPath, "ConvertToIso.exe");
wit.StartInfo.Arguments = $"\"{romPath}\"";
wit.Start();
wit.WaitForExit();
if (!File.Exists(Path.Combine(toolsPath, "out.iso")))
{
throw new Exception("nkit");
}
File.Move(Path.Combine(toolsPath, "out.iso"), Path.Combine(tempPath, "TempBase", "files", "game.iso"));
}
}
else
{
File.Copy(romPath, Path.Combine(tempPath, "TempBase", "files", "game.iso"));
}
}
}
else
{
if (romPath.ToLower().Contains("iso") || romPath.ToLower().Contains("gcm"))
{
//convert to nkit
using (Process wit = new Process())
{
if (!mvm.debug)
{
wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
}
wit.StartInfo.FileName = Path.Combine(toolsPath, "ConvertToNKit.exe");
wit.StartInfo.Arguments = $"\"{romPath}\"";
wit.Start();
wit.WaitForExit();
if (!File.Exists(Path.Combine(toolsPath, "out.nkit.iso")))
{
throw new Exception("nkit");
}
File.Move(Path.Combine(toolsPath, "out.nkit.iso"), Path.Combine(tempPath, "TempBase", "files", "game.iso"));
}
}
else
{
if (romPath.ToLower().Contains("gcz"))
{
//Convert to nkit.iso
using (Process wit = new Process())
{
if (!mvm.debug)
{
wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
}
wit.StartInfo.FileName = Path.Combine(toolsPath, "ConvertToNKit.exe");
wit.StartInfo.Arguments = $"\"{romPath}\"";
wit.Start();
wit.WaitForExit();
if (!File.Exists(Path.Combine(toolsPath, "out.nkit.iso")))
{
throw new Exception("nkit");
}
File.Move(Path.Combine(toolsPath, "out.nkit.iso"), Path.Combine(tempPath, "TempBase", "files", "game.iso"));
}
}
else
{
File.Copy(romPath, Path.Combine(tempPath, "TempBase", "files", "game.iso"));
}
}
}
if (mvm.gc2rom != "" && File.Exists(mvm.gc2rom))
{
if (mvm.donttrim)
{
if (mvm.gc2rom.Contains("nkit"))
{
using (Process wit = new Process())
{
if (!mvm.debug)
{
wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
}
wit.StartInfo.FileName = Path.Combine(toolsPath, "ConvertToIso.exe");
wit.StartInfo.Arguments = $"\"{mvm.gc2rom}\"";
wit.Start();
wit.WaitForExit();
if (!File.Exists(Path.Combine(toolsPath, "out(Disc 1).iso")))
{
throw new Exception("nkit");
}
File.Move(Path.Combine(toolsPath, "out(Disc 1).iso"), Path.Combine(tempPath, "TempBase", "files", "disc2.iso"));
}
}
else
{
File.Copy(mvm.gc2rom, Path.Combine(tempPath, "TempBase", "files", "disc2.iso"));
}
}
else{
if (mvm.gc2rom.ToLower().Contains("iso") || mvm.gc2rom.ToLower().Contains("gcm"))
{
//convert to nkit
using (Process wit = new Process())
{
if (!mvm.debug)
{
wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
}
wit.StartInfo.FileName = Path.Combine(toolsPath, "ConvertToNKit.exe");
wit.StartInfo.Arguments = $"\"{mvm.gc2rom}\"";
wit.Start();
wit.WaitForExit();
if (!File.Exists(Path.Combine(toolsPath, "out(Disc 1).nkit.iso")))
{
throw new Exception("nkit");
}
File.Move(Path.Combine(toolsPath, "out(Disc 1).nkit.iso"), Path.Combine(tempPath, "TempBase", "files", "disc2.iso"));
}
}
else
{
if (romPath.ToLower().Contains("gcz"))
{
//Convert to nkit.iso
using (Process wit = new Process())
{
if (!mvm.debug)
{
wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
}
wit.StartInfo.FileName = Path.Combine(toolsPath, "ConvertToNKit.exe");
wit.StartInfo.Arguments = $"\"{romPath}\"";
wit.Start();
wit.WaitForExit();
if (!File.Exists(Path.Combine(toolsPath, "out(Disc 1).nkit.iso")))
{
throw new Exception("nkit");
}
File.Move(Path.Combine(toolsPath, "out(Disc 1).nkit.iso"), Path.Combine(tempPath, "TempBase", "files", "disc2.iso"));
}
}
else
{
File.Copy(romPath, Path.Combine(tempPath, "TempBase", "files", "disc2.iso"));
}
}
}
}
var args = $"copy \"{Path.Combine(tempPath, "TempBase")}\" --DEST \"{Path.Combine(tempPath, "game.iso")}\" -ovv --links --iso";
if (IsNativeWindows)
{
using (Process wit = new Process())
{
if (!mvm.debug)
{
wit.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
}
wit.StartInfo.FileName = Path.Combine(toolsPath, "wit.exe");
wit.StartInfo.Arguments = args;
wit.Start();
wit.WaitForExit();
}
}
else
{
MacLinuxHelper.WriteFailedStepToJson("GCN","wit", args, string.Empty);
MacLinuxHelper.DisplayMessageBoxAboutTheHelper();
}
//Thread.Sleep(6000);
if (!File.Exists(Path.Combine(tempPath, "game.iso")))
{
Console.Clear();
throw new Exception("WII: An error occured while Creating the ISO");
}
//Directory.Delete(Path.Combine(tempPath, "TempBase"), true);
romPath = Path.Combine(tempPath, "game.iso");
mvvm.Progress = 50;
//GET ROMCODE and change it
mvm.msg = "Trying to save rom code...";
//READ FIRST 4 BYTES
byte[] chars = new byte[4];
FileStream fstrm = new FileStream(Path.Combine(tempPath, "TempBase", "files", "game.iso"), FileMode.Open);
fstrm.Read(chars, 0, 4);
fstrm.Close();
string procod = ByteArrayToString(chars);
string metaXml = Path.Combine(baseRomPath, "meta", "meta.xml");
XmlDocument doc = new XmlDocument();
doc.Load(metaXml);
doc.SelectSingleNode("menu/reserved_flag2").InnerText = procod.ToHex();
doc.Save(metaXml);
//edit emta.xml
Directory.Delete(Path.Combine(tempPath, "TempBase"), true);
mvvm.Progress = 55;
mvm.msg = "Replacing TIK and TMD...";
args = $"extract \"{Path.Combine(tempPath, "game.iso")}\" --psel data --files +tmd.bin --files +ticket.bin --DEST \"{Path.Combine(tempPath, "TIKTMD")}\" -vv1";
if (IsNativeWindows)
{
using (Process extract = new Process())
{
if (!mvm.debug)
{
extract.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
}
extract.StartInfo.FileName = Path.Combine(toolsPath, "wit.exe");
extract.StartInfo.Arguments = args;
extract.Start();
extract.WaitForExit();
}
}
else
{
MacLinuxHelper.WriteFailedStepToJson("GCN", "wit", args, string.Empty);
MacLinuxHelper.DisplayMessageBoxAboutTheHelper();
}
foreach (string sFile in Directory.GetFiles(Path.Combine(baseRomPath, "code"), "rvlt.*"))
{
File.Delete(sFile);
}
File.Copy(Path.Combine(tempPath, "TIKTMD", "tmd.bin"), Path.Combine(baseRomPath, "code", "rvlt.tmd"));
File.Copy(Path.Combine(tempPath, "TIKTMD", "ticket.bin"), Path.Combine(baseRomPath, "code", "rvlt.tik"));
Directory.Delete(Path.Combine(tempPath, "TIKTMD"), true);
mvm.Progress = 60;
mvm.msg = "Injecting ROM...";
foreach (string sFile in Directory.GetFiles(Path.Combine(baseRomPath, "content"), "*.nfs"))
{
File.Delete(sFile);
}
File.Move(Path.Combine(tempPath, "game.iso"), Path.Combine(baseRomPath, "content", "game.iso"));
File.Copy(Path.Combine(toolsPath, "nfs2iso2nfs.exe"), Path.Combine(baseRomPath, "content", "nfs2iso2nfs.exe"));
Directory.SetCurrentDirectory(Path.Combine(baseRomPath, "content"));
using (Process iso2nfs = new Process())
{
if (!mvm.debug)
{
iso2nfs.StartInfo.WindowStyle = System.Diagnostics.ProcessWindowStyle.Hidden;
}
iso2nfs.StartInfo.FileName = "nfs2iso2nfs.exe";
iso2nfs.StartInfo.Arguments = $"-enc -homebrew -passthrough -iso game.iso";
iso2nfs.Start();
iso2nfs.WaitForExit();
File.Delete("nfs2iso2nfs.exe");
File.Delete("game.iso");
}
Directory.SetCurrentDirectory(savedir);
mvm.Progress = 80;
}
private static void Zesty_GC(string romPath, MainViewModel mvm, bool force)
{
string savedir = Directory.GetCurrentDirectory();
mvvm.msg = "Extracting Nintendont Base...";
if (Directory.Exists(Path.Combine(tempPath, "TempBase")))
Directory.Delete(Path.Combine(tempPath, "TempBase"), true);
Directory.CreateDirectory(Path.Combine(tempPath, "TempBase"));
ZipFile.ExtractToDirectory(Path.Combine(toolsPath, "BASE.zip"), Path.Combine(tempPath));
DirectoryCopy(Path.Combine(tempPath, "BASE"), Path.Combine(tempPath, "TempBase"), true);
mvvm.Progress = 20;
mvvm.msg = "Applying Nintendont";
if (force)
{
mvvm.msg += " force 4:3...";
File.Copy(Path.Combine(toolsPath, "nintendont_force.dol"), Path.Combine(tempPath, "TempBase", "sys", "main.dol"));
}
else
{
mvvm.msg += "...";
File.Copy(Path.Combine(toolsPath, "nintendont.dol"), Path.Combine(tempPath, "TempBase", "sys", "main.dol"));
}
mvm.Progress = 25;
mvvm.msg = "Injecting GameCube Game into NintendontBase...";
var isoPath = Path.Combine(tempPath, "TempBase", "files");
if (mvm.donttrim)
{
if (romPath.ToLower().Contains("nkit.iso") || romPath.ToLower().Contains("gcz"))
ConvertToIso(romPath, "out.iso", mvm.debug);
else
File.Copy(romPath, Path.Combine(tempPath, "TempBase", "files", "game.iso"));
}
else
{
if (romPath.ToLower().Contains("iso") || romPath.ToLower().Contains("gcm") || romPath.ToLower().Contains("gcz"))
ConvertToNKit(romPath, "out.nkit.iso", mvm.debug);
else
File.Copy(romPath, Path.Combine(tempPath, "TempBase", "files", "game.iso"));
}
// Handle the second game (disc2.iso)
if (!string.IsNullOrEmpty(mvm.gc2rom) && File.Exists(mvm.gc2rom))
{
if (mvm.donttrim)
{
if (mvm.gc2rom.Contains("nkit"))
ConvertToIso(mvm.gc2rom, "out(Disc 1).iso", mvm.debug);
else
File.Copy(mvm.gc2rom, Path.Combine(tempPath, "TempBase", "files", "disc2.iso"));
}
else
{
if (mvm.gc2rom.ToLower().Contains("iso") || mvm.gc2rom.ToLower().Contains("gcm") || romPath.ToLower().Contains("gcz"))
ConvertToNKit(mvm.gc2rom, "out(Disc 1).nkit.iso", mvm.debug);
else
File.Copy(romPath, Path.Combine(tempPath, "TempBase", "files", "disc2.iso"));
}
}
SharedWitAndNFS2ISO2NFS(savedir, mvm, "GCN");
}
public static void MSX(string injectRomPath)
{
mvvm.msg = "Reading Header from Base...";
byte[] test = new byte[0x580B3];
using (var fs = new FileStream(Path.Combine(baseRomPath, "content" , "msx", "msx.pkg"),
FileMode.Open,
FileAccess.ReadWrite))
{
fs.Read(test, 0, 0x580B3);
fs.Close();
File.Delete(Path.Combine(baseRomPath, "content", "msx", "msx.pkg"));
}
mvvm.Progress = 20;
mvvm.msg = "Creating new PKG with read Header...";
using (var fs = new FileStream(Path.Combine(baseRomPath, "content", "msx", "msx.pkg"),
FileMode.OpenOrCreate,
FileAccess.ReadWrite))
{
fs.Write(test, 0, 0x580B3);
fs.Close();
}
mvvm.Progress = 30;
mvvm.msg = "Reading ROM content...";
using (var fs = new FileStream(injectRomPath,
FileMode.OpenOrCreate,
FileAccess.ReadWrite))
{
test = new byte[fs.Length];
fs.Read(test, 0, test.Length - 1);
}
mvvm.Progress = 50;
mvvm.msg = "Injecting ROM into new PKG...";
using (var fs = new FileStream(Path.Combine(baseRomPath, "content", "msx", "msx.pkg"),
FileMode.Append))
{
fs.Write(test, 0, test.Length);
}
mvvm.Progress = 80;
}
public static void DeleteDirectory(string path)
{
foreach (string directory in Directory.GetDirectories(path))
DeleteDirectory(directory);
try
{
Thread.Sleep(0);
Directory.Delete(path, true);
}
catch (IOException)
{
Directory.Delete(path, true);
}
catch (UnauthorizedAccessException)
{
Directory.Delete(path, true);
}
}
public static void Clean()
{
if (Directory.Exists(tempPath))
DeleteDirectory(tempPath);
}
[STAThread]
public static void Loadiine(string gameName, string gameConsole)
{
if (gameName == null || gameName == string.Empty) gameName = "NoName";
gameName = gameName.Replace("|", " ");
Regex reg = new Regex("[^a-zA-Z0-9 é -]");
//string outputPath = Path.Combine(JsonSettingsManager.Settings.InjectionPath, gameName);
string outputPath = Path.Combine(JsonSettingsManager.Settings.OutPath, $"[LOADIINE][{gameConsole}] {reg.Replace(gameName,"")} [{mvvm.prodcode}]");
mvvm.foldername = $"[LOADIINE][{gameConsole}] {reg.Replace(gameName, "")} [{mvvm.prodcode}]";
int i = 0;
while (Directory.Exists(outputPath))
{
outputPath = Path.Combine(JsonSettingsManager.Settings.OutPath, $"[LOADIINE][{gameConsole}] {reg.Replace(gameName, "")} [{mvvm.prodcode}]_{i}");
mvvm.foldername = $"[LOADIINE][{gameConsole}] {reg.Replace(gameName, "")} [{mvvm.prodcode}]_{i}";
i++;
}
DirectoryCopy(baseRomPath,outputPath, true);
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);
try
{
cm.Owner = mvvm.mw;
}catch(Exception )
{
}
cm.ShowDialog();
Clean();
}
[STAThread]
public static void Packing(string gameName, string gameConsole, MainViewModel mvm)
{
mvm.msg = "Checking Tools...";
mvm.InjcttoolCheck();
mvm.Progress = 20;
mvm.msg = "Creating Outputfolder...";
Regex reg = new Regex("[^a-zA-Z0-9 -]");
if (gameName == null || gameName == string.Empty) gameName = "NoName";
//string outputPath = Path.Combine(JsonSettingsManager.Settings.InjectionPath, gameName);
string outputPath = Path.Combine(JsonSettingsManager.Settings.OutPath, $"[WUP][{gameConsole}] {reg.Replace(gameName,"").Replace("|", " ")}");
outputPath = outputPath.Replace("|", " ");
mvvm.foldername = $"[WUP][{gameConsole}] {reg.Replace(gameName, "").Replace("|"," ")}";
int i = 0;
while (Directory.Exists(outputPath))
{
outputPath = Path.Combine(JsonSettingsManager.Settings.OutPath, $"[WUP][{gameConsole}] {reg.Replace(gameName,"").Replace("|", " ")}_{i}");
mvvm.foldername = $"[WUP][{gameConsole}] {reg.Replace(gameName, "").Replace("|", " ")}_{i}";
i++;
}
var oldpath = Directory.GetCurrentDirectory();
mvm.Progress = 40;
mvm.msg = "Packing...";
try
{
Directory.Delete(Environment.GetEnvironmentVariable("LocalAppData") + @"\temp\.net\CNUSPACKER", true);
}
catch { }
try
{
var cmdLine = $"-in \"{baseRomPath}\" -out \"{outputPath}\" -encryptKeyWith {JsonSettingsManager.Settings.Ckey}";
var regex = new Regex(@"(\"".+?\"")|(\S+)", RegexOptions.Compiled);
var args = new List();
foreach (Match match in regex.Matches(cmdLine))
args.Add(match.Value.Trim('\"'));
CNUSPACKER.Program.Main(args.ToArray());
Directory.SetCurrentDirectory(oldpath);
} catch(Exception ex )
{
Logger.Log(ex.Message);
throw ex;
}
mvm.Progress = 90;
mvm.msg = "Cleaning...";
Clean();
mvm.Progress = 100;
mvm.msg = "";
}
public static void Download(MainViewModel mvm)
{
var curdir = Directory.GetCurrentDirectory();
mvm.InjcttoolCheck();
GameBases b = mvm.getBasefromName(mvm.SelectedBaseAsString);
//GetKeyOfBase
TKeys key = mvm.getTkey(b);
if (mvm.GameConfiguration.Console == GameConsoles.WII || mvm.GameConfiguration.Console == GameConsoles.GCN)
{
if (Directory.Exists(tempPath))
Directory.Delete(tempPath, true);
Directory.CreateDirectory(tempPath);
// Call the download method with progress reporting
var downloader = new Downloader(null, null);
downloader.DownloadAsync(new TitleData(b.Tid, key.Tkey), Path.Combine(tempPath, "download")).GetAwaiter().GetResult();
CSharpDecrypt.CSharpDecrypt.Decrypt(new string[] { JsonSettingsManager.Settings.Ckey, Path.Combine(tempPath, "download", b.Tid), Path.Combine(JsonSettingsManager.Settings.BasePath, $"{b.Name.Replace(":", "")} [{b.Region}]") });
mvm.Progress = 99;
foreach (string sFile in Directory.GetFiles(Path.Combine(JsonSettingsManager.Settings.BasePath, $"{b.Name.Replace(":", "")} [{b.Region}]", "content"), "*.nfs"))
File.Delete(sFile);
mvm.Progress = 100;
}
else
{
if (Directory.Exists(tempPath))
Directory.Delete(tempPath, true);
Directory.CreateDirectory(tempPath);
// Call the download method with progress reporting
var downloader = new Downloader(null, null);
downloader.DownloadAsync(new TitleData(b.Tid, key.Tkey), Path.Combine(tempPath, "download")).GetAwaiter().GetResult();
mvm.Progress = 75;
CSharpDecrypt.CSharpDecrypt.Decrypt(new string[] { JsonSettingsManager.Settings.Ckey, Path.Combine(tempPath, "download", b.Tid), Path.Combine(JsonSettingsManager.Settings.BasePath, $"{b.Name.Replace(":", "")} [{b.Region}]") });
mvm.Progress = 100;
}
Directory.SetCurrentDirectory(curdir);
}
public static string ExtractBase(string path, GameConsoles console)
{
if(!Directory.Exists(Path.Combine(JsonSettingsManager.Settings.BasePath, "CustomBases")))
Directory.CreateDirectory(Path.Combine(JsonSettingsManager.Settings.BasePath, "CustomBases"));
string outputPath = Path.Combine(JsonSettingsManager.Settings.BasePath, "CustomBases", $"[{console}] Custom");
int i = 0;
while (Directory.Exists(outputPath))
{
outputPath = Path.Combine(JsonSettingsManager.Settings.BasePath, $"[{console}] Custom_{i}");
i++;
}
CSharpDecrypt.CSharpDecrypt.Decrypt(new string[] { JsonSettingsManager.Settings.Ckey, path, outputPath });
return outputPath;
}
// This function changes TitleID, ProductCode and GameName in app.xml (ID) and meta.xml (ID, ProductCode, Name)
private static void EditXML(string gameNameOr, int index, string code)
{
string gameName = string.Empty;
if(gameNameOr != null || !string.IsNullOrWhiteSpace(gameNameOr))
{
gameName = gameNameOr;
if (gameName.Contains('|'))
{
var split = gameName.Split('|');
gameName = split[0] + "," + split[1];
}
}
string metaXml = Path.Combine(baseRomPath, "meta", "meta.xml");
string appXml = Path.Combine(baseRomPath, "code", "app.xml");
Random random = new Random();
string ID = $"{random.Next(0x3000, 0x10000):X4}{random.Next(0x3000, 0x10000):X4}";
string ID2 = $"{random.Next(0x3000, 0x10000):X4}";
mvvm.prodcode = ID2;
XmlDocument doc = new XmlDocument();
try
{
doc.Load(metaXml);
if (gameName != null && gameName != string.Empty)
{
doc.SelectSingleNode("menu/longname_ja").InnerText = gameName.Replace(",", "\n" );
doc.SelectSingleNode("menu/longname_en").InnerText = gameName.Replace(",", "\n");
doc.SelectSingleNode("menu/longname_fr").InnerText = gameName.Replace(",", "\n");
doc.SelectSingleNode("menu/longname_de").InnerText = gameName.Replace(",", "\n");
doc.SelectSingleNode("menu/longname_it").InnerText = gameName.Replace(",", "\n");
doc.SelectSingleNode("menu/longname_es").InnerText = gameName.Replace(",", "\n");
doc.SelectSingleNode("menu/longname_zhs").InnerText = gameName.Replace(",", "\n");
doc.SelectSingleNode("menu/longname_ko").InnerText = gameName.Replace(",", "\n");
doc.SelectSingleNode("menu/longname_nl").InnerText = gameName.Replace(",", "\n");
doc.SelectSingleNode("menu/longname_pt").InnerText = gameName.Replace(",", "\n");
doc.SelectSingleNode("menu/longname_ru").InnerText = gameName.Replace(",", "\n");
doc.SelectSingleNode("menu/longname_zht").InnerText = gameName.Replace(",", "\n");
}
/* if(code != null)
{
doc.SelectSingleNode("menu/product_code").InnerText = $"WUP-N-{code}";
}
else
{*/
doc.SelectSingleNode("menu/product_code").InnerText = $"WUP-N-{ID2}";
//}
if (index > 0)
{
doc.SelectSingleNode("menu/drc_use").InnerText = "65537";
}
doc.SelectSingleNode("menu/title_id").InnerText = $"00050002{ID}";
doc.SelectSingleNode("menu/group_id").InnerText = $"0000{ID2}";
if (gameName != null && gameName != string.Empty)
{
doc.SelectSingleNode("menu/shortname_ja").InnerText = gameName.Split(',')[0];
doc.SelectSingleNode("menu/shortname_fr").InnerText = gameName.Split(',')[0];
doc.SelectSingleNode("menu/shortname_de").InnerText = gameName.Split(',')[0];
doc.SelectSingleNode("menu/shortname_en").InnerText = gameName.Split(',')[0];
doc.SelectSingleNode("menu/shortname_it").InnerText = gameName.Split(',')[0];
doc.SelectSingleNode("menu/shortname_es").InnerText = gameName.Split(',')[0];
doc.SelectSingleNode("menu/shortname_zhs").InnerText = gameName.Split(',')[0];
doc.SelectSingleNode("menu/shortname_ko").InnerText = gameName.Split(',')[0];
doc.SelectSingleNode("menu/shortname_nl").InnerText = gameName.Split(',')[0];
doc.SelectSingleNode("menu/shortname_pt").InnerText = gameName.Split(',')[0];
doc.SelectSingleNode("menu/shortname_ru").InnerText = gameName.Split(',')[0];
doc.SelectSingleNode("menu/shortname_zht").InnerText = gameName.Split(',')[0];
}
doc.Save(metaXml);
}
catch (NullReferenceException)
{
}
try
{
doc.Load(appXml);
doc.SelectSingleNode("app/title_id").InnerText = $"00050002{ID}";
//doc.SelectSingleNode("app/title_id").InnerText = $"0005000247414645";
doc.SelectSingleNode("app/group_id").InnerText = $"0000{ID2}";
doc.Save(appXml);
}
catch (NullReferenceException)
{
}
}
//This function copies the custom or normal Base to the working directory
private static void CopyBase(string baserom, string customPath)
{
if (Directory.Exists(baseRomPath)) // sanity check
Directory.Delete(baseRomPath, true);
if (baserom == "Custom")
DirectoryCopy(customPath, baseRomPath, true);
else
DirectoryCopy(Path.Combine(JsonSettingsManager.Settings.BasePath, baserom), baseRomPath, true);
}
private static void TG16(string injectRomPath)
{
//checking if folder
if (Directory.Exists(injectRomPath))
{
DirectoryCopy(injectRomPath, "test", true);
//TurboGrafCD
using (Process TurboInject = new Process())
{
mvvm.msg = "Creating TurboCD Pkg...";
TurboInject.StartInfo.UseShellExecute = false;
TurboInject.StartInfo.CreateNoWindow = true;
TurboInject.StartInfo.FileName = Path.Combine(toolsPath, "BuildTurboCDPcePkg.exe");
TurboInject.StartInfo.Arguments = $"test";
TurboInject.Start();
TurboInject.WaitForExit();
mvvm.Progress = 70;
}
Directory.Delete("test", true);
}
else
{
//creating pkg file including the TG16 rom
using Process TurboInject = new Process();
mvvm.msg = "Creating Turbo16 Pkg...";
TurboInject.StartInfo.UseShellExecute = false;
TurboInject.StartInfo.CreateNoWindow = true;
TurboInject.StartInfo.FileName = Path.Combine(toolsPath, "BuildPcePkg.exe");
TurboInject.StartInfo.Arguments = $"\"{injectRomPath}\"";
TurboInject.Start();
TurboInject.WaitForExit();
mvvm.Progress = 70;
}
mvvm.msg = "Injecting ROM...";
//replacing tg16 rom
File.Delete(Path.Combine(baseRomPath, "content", "pceemu", "pce.pkg"));
File.Copy("pce.pkg", Path.Combine(baseRomPath, "content", "pceemu", "pce.pkg"));
File.Delete("pce.pkg");
mvvm.Progress = 80;
}
private static void NESSNES(string injectRomPath)
{
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
mvvm.msg = "Decompressing RPX...";
RPXCompOrDecomp(rpxFile, false); //Decompresses the RPX to be able to write the game into it
mvvm.Progress = 20;
if (mvvm.pixelperfect)
{
using Process retroinject = new Process();
mvvm.msg = "Applying Pixel Perfect Patches...";
retroinject.StartInfo.UseShellExecute = false;
retroinject.StartInfo.CreateNoWindow = true;
retroinject.StartInfo.RedirectStandardOutput = true;
retroinject.StartInfo.RedirectStandardError = true;
retroinject.StartInfo.FileName = Path.Combine(toolsPath, "ChangeAspectRatio.exe");
retroinject.StartInfo.Arguments = $"\"{rpxFile}\"";
retroinject.Start();
retroinject.WaitForExit();
mvvm.Progress = 30;
}
using (Process retroinject = new Process())
{
mvvm.msg = "Injecting ROM...";
retroinject.StartInfo.UseShellExecute = false;
retroinject.StartInfo.CreateNoWindow = true;
retroinject.StartInfo.RedirectStandardOutput = true;
retroinject.StartInfo.RedirectStandardError = true;
retroinject.StartInfo.FileName = Path.Combine(toolsPath, "retroinject.exe");
retroinject.StartInfo.Arguments = $"\"{rpxFile}\" \"{injectRomPath}\" \"{rpxFile}\"";
retroinject.Start();
retroinject.WaitForExit();
mvvm.Progress = 70;
var s = retroinject.StandardOutput.ReadToEnd();
var e = retroinject.StandardError.ReadToEnd();
if (e.Contains("is too large") || s.Contains("is too large"))
{
mvvm.Progress = 100;
throw new Exception("retro");
}
}
mvvm.msg = "Compressing RPX...";
RPXCompOrDecomp(rpxFile, true); //Compresses the RPX
mvvm.Progress = 80;
}
private static void GBA(string injectRomPath, N64Conf config)
{
bool delete = false;
if (!new FileInfo(injectRomPath).Extension.Contains("gba"))
{
mvvm.msg = "Injecting GB/GBC ROM into goomba...";
// Concatenate goomba.gba and the ROM into goombamenu.gba
string goombaGbaPath = Path.Combine(toolsPath, "goomba.gba");
string goombaMenuPath = Path.Combine(toolsPath, "goombamenu.gba");
// Read both files and concatenate them
using (FileStream output = new FileStream(goombaMenuPath, FileMode.Create))
{
// Copy goomba.gba into goombamenu.gba
using (FileStream goombaGbaStream = new FileStream(goombaGbaPath, FileMode.Open))
goombaGbaStream.CopyTo(output);
// Append the injectRomPath (GB/GBC ROM) to goombamenu.gba
using FileStream injectRomStream = new FileStream(injectRomPath, FileMode.Open);
injectRomStream.CopyTo(output);
}
mvvm.Progress = 20;
mvvm.msg = "Padding goomba ROM...";
// Padding to 32MB (33554432 bytes)
byte[] rom = new byte[33554432];
FileStream fs = new FileStream(goombaMenuPath, FileMode.Open);
fs.Read(rom, 0, (int)fs.Length);
fs.Close();
// Write the padded ROM to goombaPadded.gba
string goombaPaddedPath = Path.Combine(toolsPath, "goombaPadded.gba");
File.WriteAllBytes(goombaPaddedPath, rom);
injectRomPath = goombaPaddedPath; // Set the injectRomPath to the padded ROM
delete = true;
mvvm.Progress = 40;
}
if (mvvm.PokePatch)
{
mvvm.msg = "Applying PokePatch";
File.Copy(injectRomPath, Path.Combine(tempPath, "rom.gba"));
injectRomPath = Path.Combine(tempPath, "rom.gba");
PokePatch(injectRomPath);
delete = true;
mvvm.PokePatch = false;
mvvm.Progress = 50;
}
using (Process psb = new Process())
{
mvvm.msg = "Injecting ROM...";
psb.StartInfo.UseShellExecute = false;
psb.StartInfo.CreateNoWindow = true;
psb.StartInfo.FileName = Path.Combine(toolsPath, "psb.exe");
psb.StartInfo.Arguments = $"\"{Path.Combine(baseRomPath, "content", "alldata.psb.m")}\" \"{injectRomPath}\" \"{Path.Combine(baseRomPath, "content", "alldata.psb.m")}\"";
//psb.StartInfo.RedirectStandardError = true;
//psb.StartInfo.RedirectStandardOutput = true;
psb.Start();
//var error = psb.StandardError.ReadToEndAsync();
//var output = psb.StandardOutput.ReadToEndAsync();
psb.WaitForExit();
//if (!string.IsNullOrEmpty(error.Result))
//throw new Exception(error.Result + "\nFile:" + new StackFrame(0, true).GetFileName() + "\nLine: " + new StackFrame(0, true).GetFileLineNumber());
mvvm.Progress = 50;
}
if (config.DarkFilter == false)
{
var mArchiveExePath = Path.Combine(toolsPath, "MArchiveBatchTool.exe");
var allDataPath = Path.Combine(baseRomPath, "content", "alldata.psb.m");
// Step 1: Extract all data (longer wait time)
RunProcess(mArchiveExePath, $"archive extract \"{allDataPath}\" --codec zlib --seed MX8wgGEJ2+M47 --keyLength 80", true);
mvvm.Progress += 5;
var lastModDirect = new DirectoryInfo(Path.Combine(baseRomPath, "content", "alldata.psb.m_extracted"))
.GetDirectories()
.OrderByDescending(d => d.LastWriteTimeUtc)
.LastOrDefault();
var titleprofPsbM = Path.Combine(lastModDirect.FullName, "config", "title_prof.psb.m");
// Step 2: Unpack title_prof.psb.m
RunProcess(mArchiveExePath, $"m unpack \"{titleprofPsbM}\" zlib MX8wgGEJ2+M47 80", true);
mvvm.Progress += 5;
var titleprofPsb = Path.Combine(lastModDirect.FullName, "config", "title_prof.psb");
// Step 3: Deserialize title_prof.psb
RunProcess(mArchiveExePath, $"psb deserialize \"{titleprofPsb}\"", true);
mvvm.Progress += 5;
var titleprofPsbJson = Path.Combine(lastModDirect.FullName, "config", "title_prof.psb.json");
var titleprofPsbJson_Modified = Path.Combine(lastModDirect.FullName, "config", "modified_title_prof.psb.json");
// Step 4: Modify the JSON
using (StreamReader sr = File.OpenText(titleprofPsbJson))
{
var json = sr.ReadToEnd();
dynamic jsonObj = JsonConvert.DeserializeObject(json);
jsonObj["root"]["m2epi"]["brightness"] = 1;
json = JsonConvert.SerializeObject(jsonObj, Newtonsoft.Json.Formatting.Indented);
File.WriteAllText(titleprofPsbJson_Modified, json);
sr.Close();
}
File.Delete(titleprofPsbJson);
File.Move(titleprofPsbJson_Modified, titleprofPsbJson);
// Step 5: Serialize the JSON back to PSB
RunProcess(mArchiveExePath, $"psb serialize \"{titleprofPsbJson}\"", true);
mvvm.Progress += 5;
// Step 6: Pack the modified PSB back to a file
RunProcess(mArchiveExePath, $"m pack \"{titleprofPsb}\" zlib MX8wgGEJ2+M47 80", true);
mvvm.Progress += 5;
File.Delete(titleprofPsbJson);
// Step 7: Rebuild the archive (longer wait time)
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);
mvvm.Progress += 15;
// Clean up extracted data
Directory.Delete(Path.Combine(baseRomPath, "content", "alldata.psb.m_extracted"), true);
File.Delete(Path.Combine(baseRomPath, "content", "alldata.psb"));
}
if (delete)
{
File.Delete(injectRomPath);
if (File.Exists(Path.Combine(toolsPath, "goombamenu.gba"))) File.Delete(Path.Combine(toolsPath, "goombamenu.gba"));
}
}
// Stupid me complaining, function to create and run the process
private static void RunProcess(string fileName, string arguments, bool indefiniteWait = false, int waitTime = 3000)
{
using var process = new Process();
var startInfo = new ProcessStartInfo
{
UseShellExecute = false,
CreateNoWindow = true,
Arguments = arguments,
FileName = fileName
};
process.StartInfo = startInfo;
process.Start();
if (indefiniteWait)
process.WaitForExit();
else
process.WaitForExit(waitTime);
}
private static void NDS(string injectRomPath)
{
try
{
string romName = GetRomNameFromZip();
mvvm.msg = "Removing BaseRom...";
ReplaceRomWithInjected(romName, injectRomPath);
if (mvvm.DSLayout)
{
mvvm.msg = "Adding additional DS layout screens...";
using (var zip = ZipFile.Open(Path.Combine(toolsPath, "DSLayoutScreens.zip"), ZipArchiveMode.Read))
zip.ExtractToDirectory(Path.Combine(tempPath, "DSLayoutScreens"));
// Yes this is a typo but it's becuase I fucked up when I uploaded the original file.
DirectoryCopy(Path.Combine(tempPath, "DSLayoutScreens", (mvvm.STLayout ? "Phatnom Hourglass" : "All")), baseRomPath, true);
}
if (mvvm.RendererScale || mvvm.Brightness != 80 || mvvm.PixelArtUpscaler != 0)
{
mvvm.msg = "Updating configuration_cafe.json...";
UpdateConfigurationCafeJson();
}
RecompressRom(romName);
mvvm.Progress = 80;
}
catch (Exception ex)
{
// Log the error
Console.WriteLine($"An error occurred in NDS method: {ex.Message}");
throw;
}
}
private static void UpdateConfigurationCafeJson()
{
var configurationCafe = Path.Combine(baseRomPath, "content", "0010", "configuration_cafe.json");
// Load the JSON file
string jsonContent = File.ReadAllText(configurationCafe);
// Parse the JSON content
var jsonObject = JObject.Parse(jsonContent);
// Update the values
jsonObject["configuration"]["3DRendering"]["RenderScale"] = (mvvm.RendererScale ? 0 : 1);
jsonObject["configuration"]["Display"]["Brightness"] = mvvm.Brightness;
jsonObject["configuration"]["Display"]["PixelArtUpscaler"] = mvvm.PixelArtUpscaler;
// Write the updated JSON back to the file
File.WriteAllText(configurationCafe, jsonObject.ToString());
}
private static string GetRomNameFromZip()
{
mvvm.msg = "Getting BaseRom Name...";
string zipLocation = Path.Combine(baseRomPath, "content", "0010", "rom.zip");
string romName = string.Empty;
using (var zip = ZipFile.Open(zipLocation, ZipArchiveMode.Read))
{
var entry = zip.Entries.FirstOrDefault(file => file.Name.Contains("WUP"));
if (entry != null)
romName = entry.Name;
}
mvvm.Progress = 15;
if (string.IsNullOrEmpty(romName))
throw new InvalidOperationException("ROM name not found in the zip archive.");
return romName;
}
private static void ReplaceRomWithInjected(string romName, string injectRomPath)
{
string romPath = Path.Combine(Directory.GetCurrentDirectory(), romName);
if (File.Exists(romPath))
File.Delete(romPath);
string zipLocation = Path.Combine(baseRomPath, "content", "0010", "rom.zip");
if (File.Exists(zipLocation))
File.Delete(zipLocation);
File.Copy(injectRomPath, romPath);
}
private static void RecompressRom(string romName)
{
string zipLocation = Path.Combine(baseRomPath, "content", "0010", "rom.zip");
string romPath = Path.Combine(Directory.GetCurrentDirectory(), romName);
using (var stream = new FileStream(zipLocation, FileMode.Create))
using (var archive = new ZipArchive(stream, ZipArchiveMode.Create))
archive.CreateEntryFromFile(romPath, Path.GetFileName(romPath));
File.Delete(romPath);
}
private static void N64(string injectRomPath, N64Conf config)
{
try
{
InjectRom(injectRomPath);
if (config.WideScreen || config.DarkFilter)
ApplyCustomSettings(config);
ApplyIniSettings(config);
mvvm.Progress = 80;
}
catch (Exception ex)
{
// Log the error
Console.WriteLine($"An error occurred in N64 method: {ex.Message}");
throw;
}
}
private static void InjectRom(string injectRomPath)
{
string mainRomPath = Directory.GetFiles(Path.Combine(baseRomPath, "content", "rom"))[0];
using Process n64convert = new Process();
mvvm.msg = "Injecting ROM...";
n64convert.StartInfo.UseShellExecute = false;
n64convert.StartInfo.CreateNoWindow = true;
n64convert.StartInfo.FileName = Path.Combine(toolsPath, "N64Converter.exe");
n64convert.StartInfo.Arguments = $"\"{injectRomPath}\" \"{mainRomPath}\"";
n64convert.Start();
n64convert.WaitForExit();
mvvm.Progress = 60;
}
private static void ApplyCustomSettings(N64Conf config)
{
string frameLayoutPath = Path.Combine(baseRomPath, "content", "FrameLayout.arc");
using (var fileStream = File.Open(frameLayoutPath, FileMode.Open))
{
// I would love to modularize this code, but idfk how it works exactly
uint offset = 0;
uint size = 0;
byte[] offsetB = new byte[4];
byte[] sizeB = new byte[4];
byte[] nameB = new byte[0x18];
var header = new byte[4];
byte[] oneOut = BitConverter.GetBytes((float)1);
byte[] zeroOut = BitConverter.GetBytes((float)0);
byte darkFilter = (byte)(config.DarkFilter ? 0 : 1);
byte[] wideScreen = config.WideScreen ? new byte[] { 0x44, 0xF0, 0, 0 } : new byte[] { 0x44, 0xB4, 0, 0 };
fileStream.Read(header, 0, 4);
if (header.SequenceEqual(new byte[] { (byte)'S', (byte)'A', (byte)'R', (byte)'C' }))
{
fileStream.Position = 0x0C;
fileStream.Read(offsetB, 0, 4);
offset = BitConverter.ToUInt32(offsetB.Reverse().ToArray(), 0);
fileStream.Position = 0x38;
fileStream.Read(offsetB, 0, 4);
offset += BitConverter.ToUInt32(offsetB.Reverse().ToArray(), 0);
fileStream.Position = offset;
fileStream.Read(header, 0, 4);
if (header.SequenceEqual(new byte[] { (byte)'F', (byte)'L', (byte)'Y', (byte)'T' }))
{
fileStream.Position = offset + 0x04;
fileStream.Read(offsetB, 0, 4);
offset += BitConverter.ToUInt32(offsetB.Skip(2).Reverse().ToArray(), 0);
fileStream.Position = offset;
while (offset < fileStream.Length)
{
fileStream.Read(header, 0, 4);
fileStream.Read(sizeB, 0, 4);
size = BitConverter.ToUInt32(sizeB.Reverse().ToArray(), 0);
fileStream.Read(nameB, 0, 0x18);
string name = Encoding.ASCII.GetString(nameB.TakeWhile(b => b != 0).ToArray());
if (name == "frame")
WriteFrameData(fileStream, offset, zeroOut, oneOut, wideScreen);
else if (name == "frame_mask")
WriteDarkFilterData(fileStream, offset, darkFilter);
else if (name == "power_save_bg")
break; // End the loop as the required modifications are done
offset += size;
fileStream.Position = offset;
}
}
}
}
mvvm.Progress = 70;
}
private static void WriteFrameData(FileStream fileStream, uint offset, byte[] zeroOut, byte[] oneOut, byte[] wideScreen)
{
fileStream.Position = offset + 0x2C;
fileStream.Write(zeroOut, 0, zeroOut.Length);
fileStream.Position = offset + 0x30; // TranslationX
fileStream.Write(zeroOut, 0, zeroOut.Length);
fileStream.Position = offset + 0x44; // ScaleX
fileStream.Write(oneOut, 0, oneOut.Length);
fileStream.Position = offset + 0x48; // ScaleY
fileStream.Write(oneOut, 0, oneOut.Length);
fileStream.Position = offset + 0x4C; // Widescreen
fileStream.Write(wideScreen, 0, wideScreen.Length);
}
private static void WriteDarkFilterData(FileStream fileStream, uint offset, byte darkFilter)
{
fileStream.Position = offset + 0x08; // Dark filter
fileStream.WriteByte(darkFilter);
}
private static void ApplyIniSettings(N64Conf config)
{
mvvm.msg = "Copying INI...";
string mainRomPath = Directory.GetFiles(Path.Combine(baseRomPath, "content", "rom"))[0];
string mainIni = Path.Combine(baseRomPath, "content", "config", $"{Path.GetFileName(mainRomPath)}.ini");
if (config.INIBin == null)
{
if (config.INIPath == null)
{
File.Delete(mainIni);
File.Copy(Path.Combine(toolsPath, "blank.ini"), mainIni);
}
else
{
File.Delete(mainIni);
File.Copy(config.INIPath, mainIni);
}
}
else
{
ReadFileFromBin(config.INIBin, "custom.ini");
File.Delete(mainIni);
File.Move("custom.ini", mainIni);
}
}
private static void RPXCompOrDecomp(string rpxpath, bool comp)
{
var prefix = comp ? "-c" : "-d";
using Process rpxtool = new Process();
rpxtool.StartInfo.UseShellExecute = false;
rpxtool.StartInfo.CreateNoWindow = true;
rpxtool.StartInfo.FileName = Path.Combine(toolsPath, "wiiurpxtool.exe");
rpxtool.StartInfo.Arguments = $"{prefix} \"{rpxpath}\"";
rpxtool.Start();
rpxtool.WaitForExit();
}
private static void ReadFileFromBin(byte[] bin, string output)
{
File.WriteAllBytes(output, bin);
}
private static void Images(GameConfig config)
{
bool usetemp = false;
bool readbin = false;
try
{
//is an image embedded? yes => export them and check for issues
//no => using path
if (Directory.Exists(imgPath)) // sanity check
Directory.Delete(imgPath, true);
Directory.CreateDirectory(imgPath);
//ICON
List Images = new List();
if (config.TGAIco.ImgBin == null)
{
//use path
if (config.TGAIco.ImgPath != null)
{
Images.Add(true);
CopyAndConvertImage(config.TGAIco.ImgPath, Path.Combine(imgPath), false, 128, 128, 32, "iconTex.tga");
}
else
{
if (File.Exists(Path.Combine(toolsPath, "iconTex.tga")))
{
CopyAndConvertImage(Path.Combine(toolsPath, "iconTex.tga"), Path.Combine(imgPath), false, 128, 128, 32, "iconTex.tga");
Images.Add(true);
}
else
Images.Add(false);
}
}
else
{
ReadFileFromBin(config.TGAIco.ImgBin, $"iconTex.{config.TGAIco.extension}");
CopyAndConvertImage($"iconTex.{config.TGAIco.extension}", Path.Combine(imgPath), true, 128, 128, 32, "iconTex.tga");
Images.Add(true);
}
if (config.TGATv.ImgBin == null)
{
//use path
if (config.TGATv.ImgPath != null)
{
Images.Add(true);
CopyAndConvertImage(config.TGATv.ImgPath, Path.Combine(imgPath), false, 1280, 720, 24, "bootTvTex.tga");
config.TGATv.ImgPath = Path.Combine(imgPath, "bootTvTex.tga");
}
else
{
if (File.Exists(Path.Combine(toolsPath, "bootTvTex.png")))
{
CopyAndConvertImage(Path.Combine(toolsPath, "bootTvTex.png"), Path.Combine(imgPath), false, 1280, 720, 24, "bootTvTex.tga");
usetemp = true;
Images.Add(true);
}
else
{
Images.Add(false);
}
}
}
else
{
ReadFileFromBin(config.TGATv.ImgBin, $"bootTvTex.{config.TGATv.extension}");
CopyAndConvertImage($"bootTvTex.{config.TGATv.extension}", Path.Combine(imgPath), true, 1280, 720, 24, "bootTvTex.tga");
config.TGATv.ImgPath = Path.Combine(imgPath, "bootTvTex.tga");
Images.Add(true);
readbin = true;
}
//Drc
if (config.TGADrc.ImgBin == null)
{
//use path
if (config.TGADrc.ImgPath != null)
{
Images.Add(true);
CopyAndConvertImage(config.TGADrc.ImgPath, Path.Combine(imgPath), false, 854, 480, 24, "bootDrcTex.tga");
}
else
{
if (Images[1])
{
using Process conv = new Process();
if (!mvvm.debug)
{
conv.StartInfo.UseShellExecute = false;
conv.StartInfo.CreateNoWindow = true;
}
if (usetemp)
File.Copy(Path.Combine(toolsPath, "bootTvTex.png"), Path.Combine(tempPath, "bootDrcTex.png"));
else
{
conv.StartInfo.FileName = Path.Combine(toolsPath, "tga2png.exe");
if (!readbin)
conv.StartInfo.Arguments = $"-i \"{config.TGATv.ImgPath}\" -o \"{Path.Combine(tempPath)}\"";
else
{
if (config.TGATv.extension.Contains("tga"))
{
ReadFileFromBin(config.TGATv.ImgBin, $"bootTvTex.{config.TGATv.extension}");
conv.StartInfo.Arguments = $"-i \"bootTvTex.{config.TGATv.extension}\" -o \"{Path.Combine(tempPath)}\"";
}
else
ReadFileFromBin(config.TGATv.ImgBin, Path.Combine(tempPath, "bootTvTex.png"));
}
if (!readbin || config.TGATv.extension.Contains("tga"))
{
conv.Start();
conv.WaitForExit();
}
File.Copy(Path.Combine(tempPath, "bootTvTex.png"), Path.Combine(tempPath, "bootDrcTex.png"));
if (File.Exists(Path.Combine(tempPath, "bootTvTex.png")))
File.Delete(Path.Combine(tempPath, "bootTvTex.png"));
if (File.Exists($"bootTvTex.{config.TGATv.extension}"))
File.Delete($"bootTvTex.{config.TGATv.extension}");
}
CopyAndConvertImage(Path.Combine(tempPath, "bootDrcTex.png"), Path.Combine(imgPath), false, 854, 480, 24, "bootDrcTex.tga");
Images.Add(true);
}
else
Images.Add(false);
}
}
else
{
ReadFileFromBin(config.TGADrc.ImgBin, $"bootDrcTex.{config.TGADrc.extension}");
CopyAndConvertImage($"bootDrcTex.{config.TGADrc.extension}", Path.Combine(imgPath), true, 854, 480, 24, "bootDrcTex.tga");
Images.Add(true);
}
//tv
//logo
if (config.TGALog.ImgBin == null)
//use path
if (config.TGALog.ImgPath != null)
{
Images.Add(true);
CopyAndConvertImage(config.TGALog.ImgPath, Path.Combine(imgPath), false, 170, 42, 32, "bootLogoTex.tga");
}
else
Images.Add(false);
else
{
ReadFileFromBin(config.TGALog.ImgBin, $"bootLogoTex.{config.TGALog.extension}");
CopyAndConvertImage($"bootLogoTex.{config.TGALog.extension}", Path.Combine(imgPath), true, 170, 42, 32, "bootLogoTex.tga");
Images.Add(true);
}
//Fixing Images + Injecting them
if (Images[0] || Images[1] || Images[2] || Images[3])
{
using (Process checkIfIssue = new Process())
{
checkIfIssue.StartInfo.UseShellExecute = false;
checkIfIssue.StartInfo.CreateNoWindow = false;
checkIfIssue.StartInfo.RedirectStandardOutput = true;
checkIfIssue.StartInfo.RedirectStandardError = true;
checkIfIssue.StartInfo.FileName = $"{Path.Combine(toolsPath, "tga_verify.exe")}";
Console.WriteLine(Directory.GetCurrentDirectory());
checkIfIssue.StartInfo.Arguments = $"\"{imgPath}\"";
checkIfIssue.Start();
checkIfIssue.WaitForExit();
var s = checkIfIssue.StandardOutput.ReadToEnd();
if (s.Contains("width") || s.Contains("height") || s.Contains("depth"))
throw new Exception("Size");
var e = checkIfIssue.StandardError.ReadToEnd();
if (e.Contains("width") || e.Contains("height") || e.Contains("depth"))
throw new Exception("Size");
if (e.Contains("TRUEVISION") || s.Contains("TRUEVISION"))
{
checkIfIssue.StartInfo.UseShellExecute = false;
checkIfIssue.StartInfo.CreateNoWindow = false;
checkIfIssue.StartInfo.RedirectStandardOutput = true;
checkIfIssue.StartInfo.RedirectStandardError = true;
checkIfIssue.StartInfo.FileName = $"{Path.Combine(toolsPath, "tga_verify.exe")}";
Console.WriteLine(Directory.GetCurrentDirectory());
checkIfIssue.StartInfo.Arguments = $"--fixup \"{imgPath}\"";
checkIfIssue.Start();
checkIfIssue.WaitForExit();
}
// Console.ReadLine();
}
if (Images[1])
{
File.Delete(Path.Combine(baseRomPath, "meta", "bootTvTex.tga"));
File.Move(Path.Combine(imgPath, "bootTvTex.tga"), Path.Combine(baseRomPath, "meta", "bootTvTex.tga"));
}
if (Images[2])
{
File.Delete(Path.Combine(baseRomPath, "meta", "bootDrcTex.tga"));
File.Move(Path.Combine(imgPath, "bootDrcTex.tga"), Path.Combine(baseRomPath, "meta", "bootDrcTex.tga"));
}
if (Images[0])
{
File.Delete(Path.Combine(baseRomPath, "meta", "iconTex.tga"));
File.Move(Path.Combine(imgPath, "iconTex.tga"), Path.Combine(baseRomPath, "meta", "iconTex.tga"));
}
if (Images[3])
{
File.Delete(Path.Combine(baseRomPath, "meta", "bootLogoTex.tga"));
File.Move(Path.Combine(imgPath, "bootLogoTex.tga"), Path.Combine(baseRomPath, "meta", "bootLogoTex.tga"));
}
}
}
catch (Exception e)
{
Logger.Log(e.Message);
if (e.Message.Contains("Size"))
throw e;
throw new Exception("Images");
}
}
private static void PrepareImageDirectory()
{
if (Directory.Exists(imgPath))
Directory.Delete(imgPath, true);
Directory.CreateDirectory(imgPath);
}
private static bool HandleImage(PNGTGA imgConfig, string fileName, string outputDir, int width, int height, int bitDepth)
{
if (imgConfig.ImgBin == null)
{
if (!string.IsNullOrEmpty(imgConfig.ImgPath))
{
CopyAndConvertImage(imgConfig.ImgPath, outputDir, false, width, height, bitDepth, $"{fileName}.tga");
return true;
}
else if (File.Exists(Path.Combine(toolsPath, $"{fileName}.tga")))
{
CopyAndConvertImage(Path.Combine(toolsPath, $"{fileName}.tga"), outputDir, false, width, height, bitDepth, $"{fileName}.tga");
return true;
}
}
else
{
ReadFileFromBin(imgConfig.ImgBin, $"{fileName}.{imgConfig.extension}");
CopyAndConvertImage($"{fileName}.{imgConfig.extension}", outputDir, true, width, height, bitDepth, $"{fileName}.tga");
return true;
}
// When tf would this ever return false?
return false;
}
private static bool HandleDrcImage(GameConfig config, bool hasTvImage)
{
if (config.TGADrc.ImgBin == null)
{
if (!string.IsNullOrEmpty(config.TGADrc.ImgPath))
{
CopyAndConvertImage(config.TGADrc.ImgPath, imgPath, false, 854, 480, 24, "bootDrcTex.tga");
return true;
}
else if (hasTvImage)
{
ConvertTvImageToDrc(config);
return true;
}
}
else
{
ReadFileFromBin(config.TGADrc.ImgBin, $"bootDrcTex.{config.TGADrc.extension}");
CopyAndConvertImage($"bootDrcTex.{config.TGADrc.extension}", imgPath, true, 854, 480, 24, "bootDrcTex.tga");
return true;
}
return false;
}
private static void ConvertTvImageToDrc(GameConfig config)
{
string tempFilePath = Path.Combine(tempPath, "bootDrcTex.png");
if (config.TGATv.extension.Contains("tga"))
using (var process = new Process())
{
if (!mvvm.debug)
{
process.StartInfo.UseShellExecute = false;
process.StartInfo.CreateNoWindow = true;
}
ReadFileFromBin(config.TGATv.ImgBin, $"bootTvTex.{config.TGATv.extension}");
process.StartInfo.Arguments = $"-i \"bootTvTex.{config.TGATv.extension}\" -o \"{tempFilePath}\"";
process.Start();
process.WaitForExit();
}
else
ReadFileFromBin(config.TGATv.ImgBin, Path.Combine(tempPath, "bootTvTex.png"));
CopyAndConvertImage(tempFilePath, imgPath, false, 854, 480, 24, "bootDrcTex.tga");
}
private static void VerifyAndInjectImages(bool hasIconImage, bool hasTvImage, bool hasDrcImage, bool hasLogoImage)
{
using (Process checkIfIssue = new Process())
{
checkIfIssue.StartInfo.UseShellExecute = false;
checkIfIssue.StartInfo.CreateNoWindow = true;
checkIfIssue.StartInfo.RedirectStandardOutput = true;
checkIfIssue.StartInfo.RedirectStandardError = true;
checkIfIssue.StartInfo.FileName = $"{Path.Combine(toolsPath, "tga_verify.exe")}";
checkIfIssue.StartInfo.Arguments = $"\"{imgPath}\"";
checkIfIssue.Start();
checkIfIssue.WaitForExit();
string output = checkIfIssue.StandardOutput.ReadToEnd();
string error = checkIfIssue.StandardError.ReadToEnd();
if (output.Contains("width") || output.Contains("height") || output.Contains("depth") ||
error.Contains("width") || error.Contains("height") || error.Contains("depth"))
{
throw new Exception("Size");
}
if (output.Contains("TRUEVISION") || error.Contains("TRUEVISION"))
{
checkIfIssue.StartInfo.Arguments = $"--fixup \"{imgPath}\"";
checkIfIssue.Start();
checkIfIssue.WaitForExit();
}
}
MoveProcessedImages(hasIconImage, hasTvImage, hasDrcImage, hasLogoImage);
}
private static void MoveProcessedImages(bool hasIconImage, bool hasTvImage, bool hasDrcImage, bool hasLogoImage)
{
if (hasTvImage)
{
string destPath = Path.Combine(baseRomPath, "meta", "bootTvTex.tga");
if (File.Exists(destPath))
File.Delete(destPath);
File.Move(Path.Combine(imgPath, "bootTvTex.tga"), destPath);
}
if (hasDrcImage)
{
string destPath = Path.Combine(baseRomPath, "meta", "bootDrcTex.tga");
if (File.Exists(destPath))
File.Delete(destPath);
File.Move(Path.Combine(imgPath, "bootDrcTex.tga"), destPath);
}
if (hasIconImage)
{
string destPath = Path.Combine(baseRomPath, "meta", "iconTex.tga");
if (File.Exists(destPath))
File.Delete(destPath);
File.Move(Path.Combine(imgPath, "iconTex.tga"), destPath);
}
if (hasLogoImage)
{
string destPath = Path.Combine(baseRomPath, "meta", "bootLogoTex.tga");
if (File.Exists(destPath))
File.Delete(destPath);
File.Move(Path.Combine(imgPath, "bootLogoTex.tga"), destPath);
}
}
private static void CopyAndConvertImage(string inputPath, string outputPath, bool delete, int widht, int height, int bit, string newname)
{
if (inputPath.EndsWith(".tga"))
File.Copy(inputPath, Path.Combine(outputPath,newname));
else
{
using (Process png2tga = new Process())
{
png2tga.StartInfo.UseShellExecute = false;
png2tga.StartInfo.CreateNoWindow = true;
var extension = new FileInfo(inputPath).Extension;
if (extension.Contains("png"))
png2tga.StartInfo.FileName = Path.Combine(toolsPath, "png2tga.exe");
else if (extension.Contains("jpg") || extension.Contains("jpeg"))
png2tga.StartInfo.FileName = Path.Combine(toolsPath, "jpg2tga.exe");
else if (extension.Contains("bmp"))
png2tga.StartInfo.FileName = Path.Combine(toolsPath, "bmp2tga.exe");
png2tga.StartInfo.Arguments = $"-i \"{inputPath}\" -o \"{outputPath}\" --width={widht} --height={height} --tga-bpp={bit} --tga-compression=none";
png2tga.Start();
png2tga.WaitForExit();
}
string name = Path.GetFileNameWithoutExtension(inputPath);
if(File.Exists(Path.Combine(outputPath , name + ".tga")))
File.Move(Path.Combine(outputPath, name + ".tga"), Path.Combine(outputPath, newname));
}
if (delete)
File.Delete(inputPath);
}
private static string RemoveHeader(string filePath)
{
// logic taken from snesROMUtil
using FileStream inStream = new FileStream(filePath, FileMode.Open);
byte[] header = new byte[512];
inStream.Read(header, 0, 512);
string string1 = BitConverter.ToString(header, 8, 3);
string string2 = Encoding.ASCII.GetString(header, 0, 11);
string string3 = BitConverter.ToString(header, 30, 16);
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")
return filePath;
string newFilePath = Path.Combine(tempPath, Path.GetFileName(filePath));
using (FileStream outStream = new FileStream(newFilePath, FileMode.OpenOrCreate))
{
inStream.CopyTo(outStream);
}
return newFilePath;
}
public static void DirectoryCopy(string sourceDirName, string destDirName, bool copySubDirs)
{
// Get the subdirectories for the specified directory.
DirectoryInfo dir = new DirectoryInfo(sourceDirName);
if (!dir.Exists)
{
Logger.Log($"Source directory does not exist or could not be found: {sourceDirName}");
throw new DirectoryNotFoundException($"Source directory does not exist or could not be found: {sourceDirName}");
}
// If the destination directory doesn't exist, create it.
if (!Directory.Exists(destDirName))
Directory.CreateDirectory(destDirName);
// Get the files in the directory and copy them to the new location.
foreach (FileInfo file in dir.EnumerateFiles())
file.CopyTo(Path.Combine(destDirName, file.Name), true);
// If copying subdirectories, copy them and their contents to new location.
if (copySubDirs)
foreach (DirectoryInfo subdir in dir.EnumerateDirectories())
DirectoryCopy(subdir.FullName, Path.Combine(destDirName, subdir.Name), copySubDirs);
}
}
}
================================================
FILE: UWUVCI AIO WPF/Classes/KeyFile.cs
================================================
using GameBaseClassLibrary;
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
using UWUVCI_AIO_WPF.Models;
namespace UWUVCI_AIO_WPF.Classes
{
class KeyFile
{
public static List ReadBasesFromKeyFile(string keyPath)
{
List result = new List();
try
{
FileInfo fileInfo = new FileInfo(keyPath);
if (fileInfo.Extension.Contains("vck"))
{
using (FileStream inputConfigStream = new FileStream(keyPath, FileMode.Open, FileAccess.Read))
using (GZipStream decompressedConfigStream = new GZipStream(inputConfigStream, CompressionMode.Decompress))
{
IFormatter formatter = new BinaryFormatter();
result = (List)formatter.Deserialize(decompressedConfigStream);
}
}
}
catch (Exception ex)
{
// Handle or log the error appropriately
Console.WriteLine($"An error occurred while reading the key file: {ex.Message}");
}
return result;
}
public static void ExportFile(List keys, GameConsoles console)
{
try
{
string folderPath = Path.Combine("bin", "keys");
CheckAndFixFolder(folderPath);
string filePath = Path.Combine(folderPath, $"{console.ToString().ToLower()}.vck");
using (FileStream createConfigStream = new FileStream(filePath, FileMode.Create, FileAccess.Write))
using (GZipStream compressedStream = new GZipStream(createConfigStream, CompressionMode.Compress))
{
IFormatter formatter = new BinaryFormatter();
formatter.Serialize(compressedStream, keys);
}
}
catch (Exception ex)
{
// Handle or log the error appropriately
Console.WriteLine($"An error occurred while exporting the key file: {ex.Message}");
}
}
private static void CheckAndFixFolder(string folderPath)
{
if (!Directory.Exists(folderPath))
Directory.CreateDirectory(folderPath);
}
}
}
================================================
FILE: UWUVCI AIO WPF/Classes/MenuIconImage - Kopieren.cs
================================================
using System;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Windows.Forms;
using System.Drawing.Text;
namespace UWUVCI_AIO_WPF.Classes
{
public class BootLogoImage : IDisposable
{
private bool disposed = false;
private Bitmap _frame;
private Bitmap _titleScreen;
private static readonly string FontPath = @"bin\Tools\font2.ttf";
private static readonly PrivateFontCollection PrivateFonts = new PrivateFontCollection();
static BootLogoImage()
{
PrivateFonts.AddFontFile(FontPath);
}
public Bitmap Frame
{
get => _frame;
set
{
_frame?.Dispose();
_frame = value;
}
}
public Bitmap TitleScreen
{
get => _titleScreen;
set
{
_titleScreen?.Dispose();
_titleScreen = value;
}
}
public BootLogoImage()
{
_frame = null;
_titleScreen = null;
}
public void Dispose()
{
Dispose(true);
GC.SuppressFinalize(this);
}
protected virtual void Dispose(bool disposing)
{
if (!disposed)
{
if (disposing)
{
_frame?.Dispose();
_titleScreen?.Dispose();
}
disposed = true;
}
}
public Bitmap Create(string text, float fontsize)
{
Bitmap img = new Bitmap(170, 42);
using (Graphics g = Graphics.FromImage(img))
{
StringFormat format1 = new StringFormat
{
Alignment = StringAlignment.Center,
LineAlignment = StringAlignment.Center
};
g.PixelOffsetMode = PixelOffsetMode.Half;
g.SmoothingMode = SmoothingMode.AntiAlias;
g.CompositingMode = CompositingMode.SourceOver;
g.CompositingQuality = CompositingQuality.HighQuality;
g.Clear(Color.FromArgb(30, 30, 30));
g.DrawImage(Frame, 0, 0, 170, 42);
Rectangle rectangletxt = new Rectangle(18, 5, 134, 32);
Font font = new Font(PrivateFonts.Families[0], fontsize, FontStyle.Bold, GraphicsUnit.Pixel);
TextRenderer.DrawText(g, text, font, rectangletxt, Color.FromArgb(180, 180, 180), Color.White,
TextFormatFlags.HorizontalCenter | TextFormatFlags.VerticalCenter | TextFormatFlags.GlyphOverhangPadding);
}
return img;
}
}
}
================================================
FILE: UWUVCI AIO WPF/Classes/MenuIconImage.cs
================================================
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
namespace UWUVCI_AIO_WPF.Classes
{
public class MenuIconImage : IDisposable
{
private bool disposed = false;
private Bitmap _frame;
private Bitmap _titleScreen;
private static readonly Dictionary ConsoleRectangles = new Dictionary
{
{ "GBA", new Rectangle(3, 17, 122, 81) },
{ "H4V3", new Rectangle(3, 9, 122, 92) },
{ "WII", new Rectangle(0, 23, 128, 94) }
};
public Bitmap Frame
{
get => _frame;
set
{
_frame?.Dispose();
_frame = value;
}
}
public Bitmap TitleScreen
{
get => _titleScreen;
set
{
_titleScreen?.Dispose();
_titleScreen = value;
}
}
public void Dispose()
{
Dispose(true);
GC.SuppressFinalize(this);
}
protected virtual void Dispose(bool disposing)
{
if (disposed) return;
if (disposing)
{
_frame?.Dispose();
_titleScreen?.Dispose();
}
disposed = true;
}
public Bitmap Create(string console)
{
Bitmap img = new Bitmap(128, 128);
using (Graphics g = Graphics.FromImage(img))
{
g.PixelOffsetMode = PixelOffsetMode.Half;
g.SmoothingMode = SmoothingMode.AntiAlias;
g.CompositingMode = CompositingMode.SourceOver;
g.CompositingQuality = CompositingQuality.HighQuality;
g.TextRenderingHint = System.Drawing.Text.TextRenderingHint.ClearTypeGridFit;
g.Clear(Color.FromArgb(30, 30, 30));
Rectangle rectangle = ConsoleRectangles.ContainsKey(console) ? ConsoleRectangles[console] : ConsoleRectangles["H4V3"];
if (TitleScreen != null)
g.DrawImage(TitleScreen, rectangle);
else
g.FillRectangle(Brushes.Black, rectangle);
if (Frame == null)
{
using (GraphicsPath vc = new GraphicsPath())
{
Font font = new Font("Arial", 10.0F, FontStyle.Regular, GraphicsUnit.Point);
StringFormat format = new StringFormat
{
Alignment = StringAlignment.Center,
LineAlignment = StringAlignment.Center
};
vc.AddString("Virtual Console", font.FontFamily, (int)(FontStyle.Bold | FontStyle.Italic),
g.DpiY * 9.2F / 72.0F, new Rectangle(0, 101, 128, 27), format);
g.DrawPath(Pens.Black, vc);
g.FillPath(new SolidBrush(Color.FromArgb(147, 149, 152)), vc);
}
}
else
{
g.DrawImage(Frame, new Rectangle(0, 0, 128, 128));
}
}
return img;
}
}
}
================================================
FILE: UWUVCI AIO WPF/Classes/ToolCheck.cs
================================================
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Net;
using System.Security.Cryptography;
using System.Threading;
namespace UWUVCI_AIO_WPF.Classes
{
class ToolCheck
{
static string FolderName = "bin\\Tools";
public static string backupulr = @"https://github.com/Hotbrawl20/UWUVCI-Tools/raw/master/";
public static string[] ToolNames =
{
"N64Converter.exe",
"png2tga.exe",
"psb.exe",
"RetroInject.exe",
"tga_verify.exe",
"wiiurpxtool.exe",
"INICreator.exe",
"blank.ini",
"FreeImage.dll",
"BuildPcePkg.exe",
"BuildTurboCdPcePkg.exe",
"goomba.gba",
"nfs2iso2nfs.exe",
"nintendont.dol",
"nintendont_force.dol",
"GetExtTypePatcher.exe",
"wit.exe",
"wstrt.exe",
"cygwin1.dll",
"cygz.dll",
"cyggcc_s-1.dll",
"NintendontConfig.exe",
"BASE.zip",
"tga2png.exe",
"iconTex.tga",
"wii-vmc.exe",
"bootTvTex.png",
"ConvertToISO.exe",
"NKit.dll",
"SharpCompress.dll",
"NKit.dll.config",
"sox.exe",
"jpg2tga.exe",
"bmp2tga.exe",
"ConvertToNKit.exe",
"wglp.exe",
"font.otf",
"ChangeAspectRatio.exe",
"font2.ttf",
"forwarder.dol",
"gba1.zip",
"gba2.zip",
"c2w_patcher.exe",
"DSLayoutScreens.zip",
"cygcrypto-1.1.dll",
"cygncursesw-10.dll"
};
public static bool DoesToolsFolderExist()
{
try
{
return Directory.Exists(FolderName);
}
catch
{
return false;
}
}
public static bool IsToolRight(string name)
{
bool ret = false;
var md5 = "";
try
{
using (WebClient client = new WebClient())
{
client.DownloadFile(backupulr + name + ".md5", name + ".md5");
}
using StreamReader sr = new StreamReader(name + ".md5");
md5 = sr.ReadLine();
}
catch (Exception ex)
{
Console.WriteLine($"Error downloading MD5 file for {name}: {ex.Message}");
return false; // Early return if MD5 file cannot be downloaded
}
ret = CalculateMD5(name) == md5;
File.Delete(name + ".md5");
return ret;
}
public static string CalculateMD5(string filename)
{
using var md5 = MD5.Create();
using var stream = File.OpenRead(filename);
string ret = BitConverter.ToString(md5.ComputeHash(stream)).Replace("-", "").ToLower();
stream.Close();
return ret;
}
public static List CheckForMissingTools()
{
List missingTools = new List();
foreach (string toolName in ToolNames)
{
string path = Path.Combine(FolderName, toolName);
// Check if the tool exists and has the right MD5 hash
if (!DoesToolExist(path))
missingTools.Add(new MissingTool(toolName, path));
}
return missingTools;
}
private static bool DoesToolExist(string path, int retryCount = 0)
{
const int MaxRetries = 3; // Define a maximum number of retries
if (!File.Exists(path))
return false;
if (path.ToLower().Contains("gba1.zip") || path.ToLower().Contains("gba2.zip"))
{
if (!File.Exists(Path.Combine(FolderName, "MArchiveBatchTool.exe")) || !File.Exists(Path.Combine(FolderName, "ucrtbase.dll")))
{
try
{
ZipFile.ExtractToDirectory(path, FolderName);
}
catch (Exception)
{
if (retryCount < MaxRetries)
{
Thread.Sleep(200);
return DoesToolExist(path, retryCount + 1); // Recursively retry
}
else
{
Console.WriteLine($"Failed to extract {path} after {MaxRetries} attempts.");
return false;
}
}
}
}
return true;
}
}
public class MissingTool
{
public string Name { get; set; }
public string Path { get; set; }
public MissingTool(string n, string p)
{
Name = n;
FileInfo f = new FileInfo(p);
Path = f.FullName;
}
}
}
================================================
FILE: UWUVCI AIO WPF/FodyWeavers.xml
================================================
================================================
FILE: UWUVCI AIO WPF/FodyWeavers.xsd
================================================
A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks
A list of assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks.
A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with line breaks
A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with line breaks.
Obsolete, use UnmanagedWinX86Assemblies instead
A list of unmanaged X86 (32 bit) assembly names to include, delimited with line breaks.
Obsolete, use UnmanagedWinX64Assemblies instead.
A list of unmanaged X64 (64 bit) assembly names to include, delimited with line breaks.
A list of unmanaged Arm64 (64 bit) assembly names to include, delimited with line breaks.
The order of preloaded assemblies, delimited with line breaks.
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.
Controls if .pdbs for reference assemblies are also embedded.
Controls if runtime assemblies are also embedded.
Controls whether the runtime assemblies are embedded with their full path or only with their assembly name.
Embedded assemblies are compressed by default, and uncompressed when they are loaded. You can turn compression off with this option.
As part of Costura, embedded assemblies are no longer included as part of the build. This cleanup can be turned off.
The attach method no longer subscribes to the `AppDomain.AssemblyResolve` (.NET 4.x) and `AssemblyLoadContext.Resolving` (.NET 6.0+) events.
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.
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.
A list of assembly names to exclude from the default action of "embed all Copy Local references", delimited with |
A list of assembly names to include from the default action of "embed all Copy Local references", delimited with |.
A list of runtime assembly names to exclude from the default action of "embed all Copy Local references", delimited with |
A list of runtime assembly names to include from the default action of "embed all Copy Local references", delimited with |.
Obsolete, use UnmanagedWinX86Assemblies instead
A list of unmanaged X86 (32 bit) assembly names to include, delimited with |.
Obsolete, use UnmanagedWinX64Assemblies instead
A list of unmanaged X64 (64 bit) assembly names to include, delimited with |.
A list of unmanaged Arm64 (64 bit) assembly names to include, delimited with |.
The order of preloaded assemblies, delimited with |.
'true' to run assembly verification (PEVerify) on the target assembly after all weavers have been executed.
A comma-separated list of error codes that can be safely ignored in assembly verification.
'false' to turn off automatic generation of the XML Schema file.
================================================
FILE: UWUVCI AIO WPF/Helpers/ConsoleLoggerWriter.cs
================================================
using System;
using System.IO;
using System.Text;
namespace UWUVCI_AIO_WPF.Helpers
{
public class ConsoleLoggerWriter : TextWriter
{
private TextWriter originalConsoleOut; // Keep track of the original console output
public ConsoleLoggerWriter()
{
originalConsoleOut = Console.Out; // Save the original Console output
}
public override Encoding Encoding => originalConsoleOut.Encoding; // Maintain the same encoding
public override void WriteLine(string message)
{
// Write to the original Console output
originalConsoleOut.WriteLine(message);
// Log the message
Logger.Log(message);
}
public override void WriteLine(string format, params object[] arg)
{
string formattedMessage = string.Format(format, arg);
// Write to the original Console output
originalConsoleOut.WriteLine(formattedMessage);
// Log the formatted message
Logger.Log(formattedMessage);
}
}
}
================================================
FILE: UWUVCI AIO WPF/Helpers/FileUtils.cs
================================================
namespace UWUVCI_AIO_WPF.Helpers
{
public static class FileUtils
{
public static int FindFreeSpace(byte[] fileData, int requiredSize)
{
Logger.Log($"Searching for {requiredSize} bytes of free space in the file.");
for (int i = 0; i < fileData.Length - requiredSize; i++)
{
bool isFree = true;
for (int j = 0; j < requiredSize; j++)
{
if (fileData[i + j] != 0x00)
{
isFree = false;
break;
}
}
if (isFree)
{
Logger.Log($"Found free space at offset {i}.");
return i;
}
}
Logger.Log("No free space found in the file.");
return -1; // No free space found
}
}
}
================================================
FILE: UWUVCI AIO WPF/Helpers/JsonSettingsManager.cs
================================================
using System;
using System.IO;
using Newtonsoft.Json;
using UWUVCI_AIO_WPF.Models;
namespace UWUVCI_AIO_WPF.Helpers
{
public class JsonSettingsManager
{
private static string AppDataPath = Path.Combine(
Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData),
"UWUVCI-V3");
private static string SettingsFile = Path.Combine(AppDataPath, "settings.json");
public static JsonAppSettings Settings { get; private set; } = new JsonAppSettings();
// Load settings with exception handling for invalid or missing files
public static void LoadSettings()
{
try
{
if (File.Exists(SettingsFile))
{
var json = File.ReadAllText(SettingsFile);
Settings = JsonConvert.DeserializeObject(json) ?? new JsonAppSettings();
Console.WriteLine("Settings loaded successfully.");
}
else
{
Console.WriteLine("Settings file not found. Creating default settings.");
SaveSettings(); // Create a new file with default values
}
}
catch (JsonException ex)
{
// Handle JSON parsing errors, e.g., malformed or corrupted file
Console.WriteLine($"Error parsing settings file: {ex.Message}. Reverting to default settings.");
Settings = new JsonAppSettings(); // Reset to default settings
SaveSettings(); // Save default settings to create a valid file
}
catch (Exception ex)
{
// Catch other exceptions (e.g., file I/O issues)
Console.WriteLine($"Error loading settings: {ex.Message}. Reverting to default settings.");
Settings = new JsonAppSettings(); // Reset to default
SaveSettings();
}
}
// Save settings with retry mechanism in case of temporary file access issues
public static void SaveSettings()
{
// Check if the settings file is writable
if (!IsFileWritable(SettingsFile))
{
Console.WriteLine("Settings file is not writable. Unable to save settings.");
return; // Exit early if the file is not writable
}
int retryCount = 0;
const int maxRetry = 3;
const int delayBetweenRetries = 1000; // 1 second
while (retryCount < maxRetry)
{
try
{
if (!Directory.Exists(AppDataPath))
Directory.CreateDirectory(AppDataPath);
var json = JsonConvert.SerializeObject(Settings, Formatting.Indented);
File.WriteAllText(SettingsFile, json);
Console.WriteLine("Settings saved successfully.");
break; // Success, exit loop
}
catch (IOException ex)
{
retryCount++;
Console.WriteLine($"Error saving settings (attempt {retryCount}/{maxRetry}): {ex.Message}");
if (retryCount < maxRetry)
System.Threading.Thread.Sleep(delayBetweenRetries); // Wait before retrying
else
Console.WriteLine("Failed to save settings after multiple attempts.");
}
catch (Exception ex)
{
Console.WriteLine($"Unexpected error saving settings: {ex.Message}");
break; // If it's not an IO exception, don't retry
}
}
}
// Utility to check if the file is writable
public static bool IsFileWritable(string path)
{
try
{
using FileStream fs = File.Open(path, FileMode.OpenOrCreate, FileAccess.ReadWrite);
return true;
}
catch (IOException)
{
return false;
}
}
}
}
================================================
FILE: UWUVCI AIO WPF/Helpers/Logger.cs
================================================
using System;
using System.IO;
namespace UWUVCI_AIO_WPF.Helpers
{
public static class Logger
{
private static readonly string logDirectory = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "UWUVCI-V3", "Logs");
private static readonly string logFilePath;
static Logger()
{
try
{
// Ensure log directory exists
if (!Directory.Exists(logDirectory))
Directory.CreateDirectory(logDirectory);
// Create a new log file with timestamp
string timestamp = DateTime.Now.ToString("yyyy-MM-dd_HH-mm-ss");
logFilePath = Path.Combine(logDirectory, $"log_{timestamp}.txt");
// Optional: Clean up old logs (e.g., older than 7 days)
CleanupOldLogs(7);
}
catch (Exception ex)
{
Console.WriteLine($"Logger initialization failed: {ex.Message}");
}
}
public static void Log(string message)
{
try
{
using StreamWriter sw = new StreamWriter(logFilePath, true);
sw.WriteLine($"{DateTime.Now:yyyy-MM-dd HH:mm:ss} - {message}");
}
catch (Exception)
{
// If logging fails, there's nothing more to do
}
}
private static void CleanupOldLogs(int daysToKeep)
{
try
{
var logFiles = Directory.GetFiles(logDirectory, "log_*.txt");
foreach (var file in logFiles)
{
FileInfo fi = new FileInfo(file);
if (fi.CreationTime < DateTime.Now.AddDays(-daysToKeep))
{
fi.Delete();
}
}
}
catch (Exception ex)
{
Console.WriteLine($"Failed to clean up old logs: {ex.Message}");
}
}
}
}
================================================
FILE: UWUVCI AIO WPF/Helpers/MacLinuxHelper.cs
================================================
using Microsoft.Win32;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Management;
using System.Windows;
using UWUVCI_AIO_WPF.Models;
namespace UWUVCI_AIO_WPF.Helpers
{
public class MacLinuxHelper
{
private static readonly string[] UWUVCIHelperMessage = {
"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\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." +
"\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\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!" +
"\nIf it's not clear, clicking 'OK' will continue with the Inject and clicking 'Cancel' will cancel out of the inject.",
"UWUVCI V3 Helper Program Required To Continue!" };
public static void WriteFailedStepToJson(string functionName, string toolName, string arguments, string currentDirectory)
{
// Get the base directory where the application is running
string basePath = AppDomain.CurrentDomain.BaseDirectory;
string toolsJsonPath = Path.Combine(basePath, "tools.json");
var step = new ToolStep
{
ToolName = toolName,
Arguments = arguments,
CurrentDirectory = currentDirectory,
Function = functionName
};
List steps;
if (File.Exists(toolsJsonPath))
steps = JsonConvert.DeserializeObject>(File.ReadAllText(toolsJsonPath)) ?? new List();
else
steps = new List();
steps.Add(step);
File.WriteAllText(toolsJsonPath, JsonConvert.SerializeObject(steps));
}
public static void DisplayMessageBoxAboutTheHelper()
{
var result = MessageBox.Show(UWUVCIHelperMessage[0], UWUVCIHelperMessage[1], MessageBoxButton.OKCancel, MessageBoxImage.Exclamation);
if (result != MessageBoxResult.OK)
{
string basePath = AppDomain.CurrentDomain.BaseDirectory;
string toolsJsonPath = Path.Combine(basePath, "tools.json");
if (File.Exists(toolsJsonPath))
File.Delete(toolsJsonPath);
MessageBox.Show("You have requested to cancel out of the inject.", "Cancel");
Logger.Log("User canceled Injection early");
throw new Exception("User canceled Injection early");
}
}
public static void PrepareAndInformUserOnUWUVCIHelper(string functionName, string toolName, string arguments, string realPath = "")
{
WriteFailedStepToJson(functionName, toolName, arguments, realPath);
DisplayMessageBoxAboutTheHelper();
}
public static bool IsRunningUnderWineOrSimilar()
{
try
{
// Check for Wine
using (RegistryKey key = Registry.CurrentUser.OpenSubKey(@"Software\Wine"))
{
if (key != null)
return true;
}
string winePrefix = Environment.GetEnvironmentVariable("WINEPREFIX");
if (!string.IsNullOrEmpty(winePrefix))
return true;
// Check for Proton
string protonPrefix = Environment.GetEnvironmentVariable("STEAM_COMPAT_DATA_PATH");
if (!string.IsNullOrEmpty(protonPrefix))
return true;
// Check for CrossOver
string crossoverPrefix = Environment.GetEnvironmentVariable("CROSSOVER_PREFIX");
if (!string.IsNullOrEmpty(crossoverPrefix))
return true;
// Check for BoxedWine
string boxedWinePrefix = Environment.GetEnvironmentVariable("BOXEDWINE_PATH");
if (!string.IsNullOrEmpty(boxedWinePrefix))
return true;
// Check for Lutris
string lutrisRuntime = Environment.GetEnvironmentVariable("LUTRIS_GAME_UUID");
if (!string.IsNullOrEmpty(lutrisRuntime))
return true;
// Check for PlayOnLinux
string playOnLinux = Environment.GetEnvironmentVariable("PLAYONLINUX");
if (!string.IsNullOrEmpty(playOnLinux))
return true;
// Check for DXVK
string dxvk = Environment.GetEnvironmentVariable("DXVK_LOG_LEVEL");
if (!string.IsNullOrEmpty(dxvk))
return true;
// Check for ReactOS
if (Environment.OSVersion.Platform == PlatformID.Win32NT &&
Environment.OSVersion.VersionString.Contains("ReactOS"))
return true;
// Check for Winetricks
string winetricks = Environment.GetEnvironmentVariable("WINETRICKS");
if (!string.IsNullOrEmpty(winetricks))
return true;
// Check for Cedega (WineX)
string cedega = Environment.GetEnvironmentVariable("CEDEGA_PATH");
if (!string.IsNullOrEmpty(cedega))
return true;
// Check for common Wine/Proton files
string[] wineFiles = { "/usr/bin/wine", "/usr/local/bin/wine", "/usr/bin/proton", "/usr/local/bin/proton" };
if (wineFiles.Any(File.Exists))
return true;
}
catch (Exception ex)
{
Console.WriteLine($"Exception while checking for Wine or similar: {ex.Message}");
}
return false;
}
public static bool IsRunningInVirtualMachine()
{
try
{
using (ManagementObjectSearcher searcher = new ManagementObjectSearcher("SELECT * FROM Win32_BIOS"))
foreach (var _ in from ManagementObject bios in searcher.Get()
let manufacturer = bios["Manufacturer"]?.ToString() ?? string.Empty
where manufacturer.Contains("VMware") || manufacturer.Contains("VirtualBox") || manufacturer.Contains("Parallels") || manufacturer.Contains("Xen") || manufacturer.Contains("KVM") || manufacturer.Contains("Bhyve")
select new { })
return true;
/*
using (ManagementObjectSearcher searcher = new ManagementObjectSearcher("SELECT * FROM Win32_ComputerSystem"))
foreach (var (manufacturer, model) in from ManagementObject cs in searcher.Get()
let manufacturer = cs["Manufacturer"]?.ToString() ?? string.Empty
let model = cs["Model"]?.ToString() ?? string.Empty
select (manufacturer, model))
{
if (manufacturer.Contains("Microsoft Corporation") && model.Contains("Virtual Machine"))
return true;
if (manufacturer.Contains("QEMU") || manufacturer.Contains("Bochs") || manufacturer.Contains("OpenStack"))
return true;
}
*/
string[] virtualizationIndicators = { "Parallels", "VMware", "VirtualBox", "QEMU", "Hyper-V", "Xen", "KVM", "Bhyve", "Bochs", "OpenStack", "ProxMox", "Virtuozzo" };
foreach (string indicator in virtualizationIndicators)
if (Environment.OSVersion.VersionString.Contains(indicator))
return true;
// Check for common VM files
string[] vmFiles = { "/usr/bin/vmware", "/usr/bin/virtualbox", "/usr/bin/qemu", "/usr/bin/kvm", "/usr/bin/hyperv" };
if (vmFiles.Any(File.Exists))
return true;
// Check for Docker
string dockerEnv = Environment.GetEnvironmentVariable("DOCKER_ENV");
if (!string.IsNullOrEmpty(dockerEnv) || File.Exists("/.dockerenv"))
return true;
// Check for common VM processes
string[] vmProcesses = { "vmware", "virtualbox", "qemu", "kvm", "hyperv" };
foreach (var processName in vmProcesses)
if (Process.GetProcessesByName(processName).Length > 0)
return true;
}
catch (Exception ex)
{
Console.WriteLine($"Exception while checking for virtual machine: {ex.Message}");
}
return false;
}
}
}
================================================
FILE: UWUVCI AIO WPF/ILLink/ILLink.Descriptors.LibraryBuild.xml
================================================
================================================
FILE: UWUVCI AIO WPF/Models/BaseModel.cs
================================================
using System;
using System.ComponentModel;
using System.Runtime.CompilerServices;
namespace UWUVCI_AIO_WPF
{
[Serializable]
public class BaseModel : INotifyPropertyChanged
{
// Declare the PropertyChanged event
public event PropertyChangedEventHandler PropertyChanged;
// OnPropertyChanged will raise the PropertyChanged event passing the
// source property that is being updated.
protected void OnPropertyChanged([CallerMemberName]string propertyName = "")
{
PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
}
}
}
================================================
FILE: UWUVCI AIO WPF/Models/DolSection.cs
================================================
using System.Collections.Generic;
using System.IO;
namespace UWUVCI_AIO_WPF.Models
{
public class DolSection
{
public uint MemoryAddress { get; set; }
public uint FileOffset { get; set; }
public uint Size { get; set; }
public static List ReadDolHeader(string dolFilePath)
{
var sections = new List();
if (!File.Exists(dolFilePath))
throw new FileNotFoundException($"The file '{dolFilePath}' was not found.");
using (FileStream fs = new FileStream(dolFilePath, FileMode.Open, FileAccess.Read))
using (BinaryReader br = new BinaryReader(fs))
{
if (fs.Length < 0x100) // Minimum header size
throw new InvalidDataException("The file is too small to be a valid DOL file.");
fs.Seek(0x00, SeekOrigin.Begin); // Start of DOL file header
for (int i = 0; i < 7; i++) // Text sections
{
uint offset = br.ReadUInt32();
uint addr = br.ReadUInt32();
uint size = br.ReadUInt32();
if (size > 0)
sections.Add(new DolSection { FileOffset = offset, MemoryAddress = addr, Size = size });
}
for (int i = 0; i < 11; i++) // Data sections
{
uint offset = br.ReadUInt32();
uint addr = br.ReadUInt32();
uint size = br.ReadUInt32();
if (size > 0)
sections.Add(new DolSection { FileOffset = offset, MemoryAddress = addr, Size = size });
}
}
return sections;
}
}
}
================================================
FILE: UWUVCI AIO WPF/Models/GctCode.cs
================================================
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using UWUVCI_AIO_WPF.Helpers;
namespace UWUVCI_AIO_WPF.Models
{
public class GctCode
{
public uint Address { get; set; }
public uint Value { get; set; }
public GctCode(uint address, uint value)
{
Address = address;
Value = value;
}
// Unified loader for GCT and TXT files
public static List LoadFromFile(string filePath)
{
string extension = Path.GetExtension(filePath).ToLower();
return extension switch
{
".gct" => ParseGctFile(filePath),
".txt" => ParseOcarinaOrDolphinTxtFile(filePath).Item1,
_ => throw new NotSupportedException($"Unsupported file format: {extension}")
};
}
// Parse binary GCT files
public static List ParseGctFile(string gctFilePath)
{
var codes = new List();
byte[] gctData = File.ReadAllBytes(gctFilePath);
for (int i = 0; i < gctData.Length - 8; i += 8)
{
uint address = BitConverter.ToUInt32(gctData, i);
uint value = BitConverter.ToUInt32(gctData, i + 4);
// Check for terminator
if (address == 0xF0000000 && value == 0x00000000)
break;
codes.Add(new GctCode(address, value));
}
Logger.Log($"Parsed {codes.Count} codes from GCT file.");
return codes;
}
// Parse textual codelists from Ocarina Manager or Dolphin Emulator
public static (List, string) ParseOcarinaOrDolphinTxtFile(string txtFilePath)
{
var codes = new List();
string[] lines = File.ReadAllLines(txtFilePath);
string gameId = null;
string currentCodeName = null;
bool insideGeckoSection = false;
var codeLines = new List();
foreach (var line in lines)
{
string trimmedLine = line.Trim();
// Ignore empty lines or comments
if (string.IsNullOrEmpty(trimmedLine) || trimmedLine.StartsWith("#"))
continue;
// Detect Game ID (Ocarina)
if (trimmedLine.StartsWith("[") && trimmedLine.EndsWith("]"))
{
if (!trimmedLine.Equals("[Gecko]", StringComparison.OrdinalIgnoreCase))
{
gameId = trimmedLine.Trim('[', ']');
Logger.Log($"Detected Game ID: {gameId}");
}
continue;
}
// Detect start of Gecko section (Dolphin)
if (trimmedLine.Equals("[Gecko]", StringComparison.OrdinalIgnoreCase))
{
insideGeckoSection = true;
continue;
}
// Detect new cheat code section
if (trimmedLine.StartsWith("$"))
{
// Process previous block if any
if (codeLines.Count > 0)
{
codes.AddRange(ParseCodeBlock(currentCodeName, codeLines));
codeLines.Clear();
}
currentCodeName = trimmedLine.Substring(1).Trim();
Logger.Log($"Detected Code Name: {currentCodeName}");
continue;
}
// Validate and collect cheat codes
if (Regex.IsMatch(trimmedLine, @"^[0-9A-Fa-f]{8}\s+[0-9A-Fa-f]{8}$"))
{
codeLines.Add(trimmedLine);
}
else if (insideGeckoSection)
{
Logger.Log($"WARNING: Ignoring unrecognized line in Gecko section: {trimmedLine}");
}
else
{
Logger.Log($"ERROR: Unrecognized line format in {txtFilePath}: {trimmedLine}");
throw new InvalidDataException($"Invalid format in {txtFilePath}: {trimmedLine}");
}
}
// Process last block
if (codeLines.Count > 0)
codes.AddRange(ParseCodeBlock(currentCodeName, codeLines));
if (codes.Count == 0)
throw new InvalidDataException($"No valid cheat codes found in {txtFilePath}");
return (codes, gameId);
}
// Helper method to parse a block of code lines into GctCode objects
private static List ParseCodeBlock(string codeName, List codeLines)
{
var parsedCodes = new List();
foreach (var line in codeLines)
{
var parts = line.Split(new[] { ' ', '\t' }, StringSplitOptions.RemoveEmptyEntries);
if (parts.Length != 2)
{
Logger.Log($"Invalid code line: {line}");
throw new InvalidDataException($"Invalid code line: {line}");
}
uint address = Convert.ToUInt32(parts[0], 16);
uint value = Convert.ToUInt32(parts[1], 16);
parsedCodes.Add(new GctCode(address, value));
}
Logger.Log($"Parsed {parsedCodes.Count} codes for {codeName}.");
return parsedCodes;
}
// Convert a list of GctCode to a GCT binary file
public static void WriteGctFile(string gctFilePath, List codes, string gameId = null)
{
if (codes == null || codes.Count == 0)
{
Logger.Log($"ERROR: No cheat codes available to write to {gctFilePath}");
throw new InvalidDataException($"Cannot create {gctFilePath}: No valid codes found.");
}
using var fs = new FileStream(gctFilePath, FileMode.Create, FileAccess.Write);
Logger.Log($"Writing {codes.Count} cheat codes to {gctFilePath}");
// Optionally write Game ID if provided
if (!string.IsNullOrEmpty(gameId))
{
byte[] gameIdBytes = Encoding.ASCII.GetBytes(gameId.PadRight(8, '\0')); // Ensure 8 bytes
fs.Write(gameIdBytes, 0, 8);
}
foreach (var code in codes)
{
byte[] addressBytes = BitConverter.GetBytes(code.Address);
byte[] valueBytes = BitConverter.GetBytes(code.Value);
if (BitConverter.IsLittleEndian)
{
Array.Reverse(addressBytes);
Array.Reverse(valueBytes);
}
fs.Write(addressBytes, 0, 4);
fs.Write(valueBytes, 0, 4);
}
// Write GCT terminator
fs.Write(BitConverter.GetBytes(0xF0000000), 0, 4);
fs.Write(BitConverter.GetBytes(0x00000000), 0, 4);
Logger.Log($"GCT file successfully written to {gctFilePath}");
}
}
}
================================================
FILE: UWUVCI AIO WPF/Models/JsonAppSettings.cs
================================================
namespace UWUVCI_AIO_WPF.Models
{
public class JsonAppSettings
{
public bool PathsSet { get; set; } = false;
public string BasePath { get; set; } = "";
public string OutPath { get; set; } = "";
public string Ckey { get; set; } = "";
public bool SetBaseOnce { get; set; } = false;
public bool SetOutOnce { get; set; } = false;
public bool UpgradeRequired { get; set; } = true;
public string SysKey { get; set; } = "";
public string SysKey1 { get; set; } = "";
public bool dont { get; set; } = false;
public bool ndsw { get; set; } = false;
public bool snesw { get; set; } = false;
public bool gczw { get; set; } = false;
public string Ancast { get; set; } = "";
public bool IsFirstLaunch { get; set; } = true;
public bool ShowZestyFork { get; set; } = true;
}
}
================================================
FILE: UWUVCI AIO WPF/Models/MainViewModel.cs
================================================
using GameBaseClassLibrary;
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Net;
using System.Runtime.Serialization;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Controls;
using System.Windows.Forms;
using UWUVCI_AIO_WPF.Classes;
using UWUVCI_AIO_WPF.Models;
using UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases;
using UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations;
using UWUVCI_AIO_WPF.UI.Windows;
using System.Threading;
using System.Windows.Threading;
using System.Diagnostics;
using Microsoft.WindowsAPICodePack.Dialogs;
using System.Text.RegularExpressions;
using NAudio.Wave;
using System.Timers;
using NAudio.Utils;
using System.Security.Cryptography;
using UWUVCI_AIO_WPF.Helpers;
namespace UWUVCI_AIO_WPF
{
public class MainViewModel : BaseModel
{
public bool saveworkaround = false;
private bool Injected2 = false;
public bool injected2
{
get { return Injected2; }
set
{
Injected2 = value;
OnPropertyChanged();
}
}
public string prodcode = "";
//public GameConfig GameConfiguration { get; set; }
private GameConfig gameConfiguration = new GameConfig();
public bool addi = false;
public GameConfig GameConfiguration
{
get { return gameConfiguration; }
set
{
gameConfiguration = value;
OnPropertyChanged();
}
}
private string romPath;
public bool regionfrii = false;
public bool regionfriius = false;
public bool regionfriijp = false;
public string RomPath
{
get { return romPath; }
set
{
romPath = value;
OnPropertyChanged();
}
}
public bool jppatch = false;
public bool pixelperfect = false;
private GameBases gbTemp;
public GameBases GbTemp
{
get { return gbTemp; }
set { gbTemp = value; }
}
private string selectedBaseAsString;
public string SelectedBaseAsString
{
get { return selectedBaseAsString; }
set { selectedBaseAsString = value; }
}
private List lGameBasesString = new List();
public List LGameBasesString
{
get { return lGameBasesString; }
set
{
lGameBasesString = value;
OnPropertyChanged();
}
}
private bool pathsSet { get; set; } = false;
public bool PathsSet
{
get { return pathsSet; }
set
{
pathsSet = value;
OnPropertyChanged();
}
}
private string baseStore;
public string BaseStore
{
get { return baseStore; }
set
{
baseStore = value;
OnPropertyChanged();
}
}
private string injectStore;
public string InjectStore
{
get { return injectStore; }
set
{
injectStore = value;
OnPropertyChanged();
}
}
private bool injected = false;
public bool Injected
{
get { return injected; }
set
{
injected = value;
OnPropertyChanged();
}
}
private Page thing;
public Page Thing
{
get { return thing; }
set { thing = value; }
}
public int OldIndex { get; set; }
public bool RomSet { get; set; }
private List lBases = new List();
public List LBases
{
get { return lBases; }
set
{
lBases = value;
OnPropertyChanged();
}
}
private int progress = 0;
public int Progress
{
get { return progress; }
set
{
progress = value;
OnPropertyChanged();
}
}
public BaseContainerFrame bcf = null;
#region TKLIST
private List lNDS = new List();
public List LNDS
{
get { return lNDS; }
set { lNDS = value; OnPropertyChanged(); }
}
private List lN64 = new List();
public List LN64
{
get { return lN64; }
set { lN64 = value; OnPropertyChanged(); }
}
private List lNES = new List();
public List LNES
{
get { return lNES; }
set { lNES = value; OnPropertyChanged(); }
}
private List lGBA = new List();
public List LGBA
{
get { return lGBA; }
set { lGBA = value; OnPropertyChanged(); }
}
private List lSNES = new List();
public List LSNES
{
get { return lSNES; }
set { lSNES = value; OnPropertyChanged(); }
}
private List lTG16 = new List();
public string ReadCkeyFromOtp()
{
string ret = "";
using (var dialog = new System.Windows.Forms.OpenFileDialog())
{
dialog.Filter = "OTP.bin | otp.bin";
DialogResult res = dialog.ShowDialog();
if (res == DialogResult.OK)
{
var filepath = dialog.FileName;
using (var fs = new FileStream(filepath,
FileMode.Open,
FileAccess.Read))
{
byte[] test = new byte[16];
fs.Seek(0xE0, SeekOrigin.Begin);
fs.Read(test, 0, 16);
fs.Close();
foreach (var b in test)
{
ret += string.Format("{0:X2}", b);
}
}
}
}
return ret;
}
public List LTG16
{
get { return lTG16; }
set { lTG16 = value; OnPropertyChanged(); }
}
private List lMSX = new List();
public List LMSX
{
get { return lMSX; }
set { lMSX = value; OnPropertyChanged(); }
}
public void RemoveCreatedIMG()
{
if (Directory.Exists(@"bin\createdIMG"))
Directory.Delete(@"bin\createdIMG", true);
}
private List lWii = new List();
public void IsIsoNkit()
{
using var fs = new FileStream(RomPath, FileMode.Open, FileAccess.Read);
byte[] procode = new byte[4];
fs.Seek(0x200, SeekOrigin.Begin);
fs.Read(procode, 0, 4);
var s = ByteArrayToString(procode);
fs.Close();
NKITFLAG = s.ToLower().Contains("nkit");
}
public bool CheckTime(DateTime creationTime)
{
DateTime curr = DateTime.Now;
// Calculate the time difference and return true if within 62 minutes, false otherwise
return (curr - creationTime).TotalMinutes >= 0 && (curr - creationTime).TotalMinutes <= 62;
}
public List LWII
{
get { return lWii; }
set { lWii = value; OnPropertyChanged(); }
}
private List ltemp = new List();
public List Ltemp
{
get { return ltemp; }
set { ltemp = value; OnPropertyChanged(); }
}
#endregion
public bool BaseDownloaded { get; set; } = false;
private bool removeDeflicker = false;
public bool RemoveDeflicker
{
get { return removeDeflicker; }
set
{
removeDeflicker = value;
OnPropertyChanged();
}
}
private bool rendererScale = false;
private int brightness = 80;
private int pixelArtUpscaler = 0;
private bool dsLayout = false;
private bool stLayout = false;
public bool RendererScale
{
get { return rendererScale; }
set
{
rendererScale = value;
OnPropertyChanged();
}
}
public bool DSLayout
{
get { return dsLayout; }
set
{
dsLayout = value;
OnPropertyChanged();
}
}
public bool STLayout
{
get { return stLayout; }
set
{
stLayout = value;
OnPropertyChanged();
}
}
public int Brightness
{
get { return brightness; }
set
{
brightness = value;
OnPropertyChanged();
}
}
public int PixelArtUpscaler
{
get { return pixelArtUpscaler; }
set
{
pixelArtUpscaler = value;
OnPropertyChanged();
}
}
private bool removeDithering = false;
public bool RemoveDithering
{
get { return removeDithering; }
set
{
removeDithering = value;
OnPropertyChanged();
}
}
private bool halfVFilter = false;
public bool HalfVFilter
{
get { return halfVFilter; }
set
{
halfVFilter = value;
OnPropertyChanged();
}
}
private bool canInject = false;
public bool CanInject
{
get { return canInject; }
set
{
canInject = value;
OnPropertyChanged();
}
}
private string cBasePath;
public string CBasePath
{
get { return cBasePath; }
set
{
cBasePath = value;
OnPropertyChanged();
}
}
public int Index = -1;
public bool LR = false;
public bool GC = false;
public bool debug = false;
public string doing = "";
public bool Patch = false;
public bool toPal = false;
public string GctPath = "";
private string Msg;
private string Gc2rom = "";
public string gctPath
{
get { return GctPath; }
set
{
GctPath = value;
OnPropertyChanged();
}
}
public string gc2rom
{
get { return Gc2rom; }
set
{
Gc2rom = value;
OnPropertyChanged();
}
}
public string foldername = "";
public string msg
{
get { return Msg; }
set
{
Msg = value;
OnPropertyChanged();
}
}
private string bootsound;
public string BootSound
{
get { return bootsound; }
set
{
bootsound = value;
OnPropertyChanged();
}
}
public System.Windows.Controls.ListViewItem curr = null;
private bool ckeys;
public bool Ckeys
{
get { return ckeys; }
set
{
ckeys = value;
OnPropertyChanged();
}
}
public bool NKITFLAG { get; set; } = false;
public MainWindow mw;
private CustomBaseFrame cb = null;
DispatcherTimer timer = new DispatcherTimer();
public bool PokePatch = false;
public void Update(bool button)
{
if (CheckForInternetConnection())
{
System.Reflection.Assembly assembly = System.Reflection.Assembly.GetExecutingAssembly();
FileVersionInfo fvi = FileVersionInfo.GetVersionInfo(assembly.Location);
string version = fvi.FileVersion;
if (button)
{
var client = new Octokit.GitHubClient(new Octokit.ProductHeaderValue("UWUVCI-AIO-WPF"));
var releases = Task.Run(() => client.Repository.Release.GetAll("stuff-by-3-random-dudes", "UWUVCI-AIO-WPF")).GetAwaiter().GetResult();
int comparison;
try
{
var latestString = Regex.Replace(releases[0].TagName, "[^0-9.]", "");
var latestLength = latestString.Split('.').Length;
var localLength = version.Split('.').Length;
for (var i = 0; i < localLength - latestLength; i++)
latestString += ".0";
var latestVersion = new Version(latestString);
var localVersion = new Version(version);
comparison = localVersion.CompareTo(latestVersion);
}
catch
{
//Someone messed up versioning, so eff it just don't even bother then
return;
}
//You idiot, when tf did you flip this back?
if (comparison < 0)
{
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");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
else
{
var cm = new Custom_Message("No Update Available", "This is currently the latest version.");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
}
}
}
private int GetNewVersion()
{
try
{
WebRequest request;
//get download link from uwuvciapi
request = WebRequest.Create("https://uwuvciapi.azurewebsites.net/GetVersionNum");
var response = request.GetResponse();
using Stream dataStream = response.GetResponseStream();
// Open the stream using a StreamReader for easy access.
StreamReader reader = new StreamReader(dataStream);
// Read the content.
string responseFromServer = reader.ReadToEnd();
// Display the content.
return Convert.ToInt32(responseFromServer);
}
catch (Exception)
{
return 100000;
}
}
public bool ConfirmRiffWave(string path)
{
using var reader = new BinaryReader(File.OpenRead(path));
reader.BaseStream.Position = 0x00;
long WAVHeader1 = reader.ReadInt32();
reader.BaseStream.Position = 0x08;
long WAVHeader2 = reader.ReadInt32();
return WAVHeader1 == 1179011410 & WAVHeader2 == 1163280727;
}
public void OpenDialog(string title, string msg)
{
Custom_Message cm = new Custom_Message(title, msg);
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
public MainViewModel()
{
if (!Environment.Is64BitOperatingSystem)
{
List Tools = ToolCheck.ToolNames.ToList();
Tools.Add("NUSPacker.jar");
ToolCheck.ToolNames = Tools.ToArray();
}
// Clean up unnecessary folders
CleanUpFolders();
// Ensure settings paths are initialized properly
InitializePaths();
JsonSettingsManager.SaveSettings();
ArePathsSet();
Update(false);
toolCheck();
BaseCheck();
GameConfiguration = new GameConfig();
if (!ValidatePathsStillExist() && JsonSettingsManager.Settings.SetBaseOnce && JsonSettingsManager.Settings.SetOutOnce)
{
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! ");
try
{
cm.Owner = mw;
}
catch (Exception)
{
}
cm.ShowDialog();
}
UpdatePathSet();
GetAllBases();
}
private void CleanUpFolders()
{
if (Directory.Exists(@"bases")) Directory.Delete(@"bases", true);
if (Directory.Exists(@"temp")) Directory.Delete(@"temp", true);
if (Directory.Exists(@"keys"))
{
if (Directory.Exists(@"bin\keys")) Directory.Delete(@"bin\keys", true);
Injection.DirectoryCopy("keys", "bin/keys", true);
Directory.Delete("keys", true);
}
if (!Directory.Exists("InjectedGames"))
Directory.CreateDirectory("InjectedGames");
if (!Directory.Exists("SourceFiles"))
Directory.CreateDirectory("SourceFiles");
if (!Directory.Exists("bin\\BaseGames"))
Directory.CreateDirectory("bin\\BaseGames");
}
private void InitializePaths()
{
if (string.IsNullOrEmpty(JsonSettingsManager.Settings.OutPath))
JsonSettingsManager.Settings.OutPath = Path.Combine(Directory.GetCurrentDirectory(), "InjectedGames");
if (string.IsNullOrEmpty(JsonSettingsManager.Settings.BasePath))
JsonSettingsManager.Settings.BasePath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "BaseGames");
}
public string turbocd()
{
string ret = string.Empty;
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! ");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
using (var dialog = new CommonOpenFileDialog())
{
dialog.IsFolderPicker = true;
CommonFileDialogResult result = dialog.ShowDialog();
if (result == CommonFileDialogResult.Ok)
{
try
{
if (DirectoryIsEmpty(dialog.FileName))
{
cm = new Custom_Message("Issue", " The folder is Empty. Please choose another folder ");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
else
{
if (Directory.GetDirectories(dialog.FileName).Length > 0)
{
cm = new Custom_Message("Issue", " This folder mustn't contain any subfolders. ");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
else
{
//WUP
if (Directory.GetFiles(dialog.FileName, "*.hcd").Length == 1 && Directory.GetFiles(dialog.FileName, "*.ogg").Length > 0 && Directory.GetFiles(dialog.FileName, "*.bin").Length > 0)
ret = dialog.FileName;
else
{
cm = new Custom_Message("Issue", " This Folder does not contain needed minimum of Files ");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
}
}
}
catch (Exception)
{
}
}
}
return ret;
}
public GameConfig saveconf = null;
public void resetCBASE()
{
cb?.Reset();
}
public void removeCBASE()
{
cb = null;
}
public void setThing(Page T)
{
Thing = T;
}
public void SetCBASE(CustomBaseFrame cbs)
{
cb = cbs;
}
public void setMW(MainWindow mwi)
{
mw = mwi;
}
public bool cd = false;
public void ExportFile()
{
string drcp = null;
string tvcp = null;
string iccp = null;
string lgcp = null;
string incp = null;
if (GameConfiguration.TGADrc.ImgPath != null || GameConfiguration.TGADrc.ImgPath == "") drcp = string.Copy(GameConfiguration.TGADrc.ImgPath);
if (GameConfiguration.TGATv.ImgPath != null || GameConfiguration.TGATv.ImgPath == "") tvcp = string.Copy(GameConfiguration.TGATv.ImgPath);
if (GameConfiguration.TGAIco.ImgPath != null || GameConfiguration.TGAIco.ImgPath == "") iccp = string.Copy(GameConfiguration.TGAIco.ImgPath);
if (GameConfiguration.TGALog.ImgPath != null || GameConfiguration.TGALog.ImgPath == "") lgcp = string.Copy(GameConfiguration.TGALog.ImgPath);
GameConfiguration.pixelperfect = pixelperfect;
GameConfiguration.lr = LR;
GameConfiguration.pokepatch = PokePatch;
GameConfiguration.tgcd = cd;
GameConfiguration.donttrim = donttrim;
GameConfiguration.motepass = passtrough;
GameConfiguration.jppatch = jppatch;
GameConfiguration.vm = Patch;
GameConfiguration.vmtopal = toPal;
GameConfiguration.rf = regionfrii;
GameConfiguration.rfjp = regionfriijp;
GameConfiguration.rfus = regionfriius;
if (Index != -1)
{
GameConfiguration.disgamepad = false;
}
else
{
GameConfiguration.disgamepad = true;
}
GameConfiguration.fourbythree = cd;
if (GameConfiguration.N64Stuff.INIPath != null || GameConfiguration.N64Stuff.INIPath == "") incp = string.Copy(GameConfiguration.N64Stuff.INIPath);
ReadBootSoundIntoConfig();
ReadImagesIntoConfig();
if (GameConfiguration.Console == GameConsoles.N64)
{
ReadIniIntoConfig();
}
GameConfig backup = GameConfiguration;
if (test == GameConsoles.GCN) backup.Console = GameConsoles.GCN;
if (GameConfiguration.TGADrc.ImgBin != null && GameConfiguration.TGADrc.ImgBin.Length > 0) backup.TGADrc.ImgPath = "Added via Config";
if (GameConfiguration.TGATv.ImgBin != null && GameConfiguration.TGATv.ImgBin.Length > 0) backup.TGATv.ImgPath = "Added via Config";
if (GameConfiguration.TGALog.ImgBin != null && GameConfiguration.TGALog.ImgBin.Length > 0) backup.TGALog.ImgPath = "Added via Config";
if (GameConfiguration.TGAIco.ImgBin != null && GameConfiguration.TGAIco.ImgBin.Length > 0) backup.TGAIco.ImgPath = "Added via Config";
if (GameConfiguration.N64Stuff.INIBin != null && GameConfiguration.N64Stuff.INIBin.Length > 0) backup.N64Stuff.INIPath = "Added via Config";
if (GameConfiguration.GameName == "" || GameConfiguration.GameName == null) backup.GameName = "NoName";
GameConfiguration.Index = Index;
CheckAndFixConfigFolder();
var sanitizedGameName = backup.GameName;
Array.ForEach(Path.GetInvalidFileNameChars(),
c => sanitizedGameName = sanitizedGameName.Replace(c.ToString(), string.Empty));
string outputPath = $@"configs\[{backup.Console}]{sanitizedGameName}.uwuvci";
int i = 1;
while (File.Exists(outputPath))
{
outputPath = $@"configs\[{backup.Console}]{sanitizedGameName}_{i}.uwuvci";
i++;
}
Stream createConfigStream = new FileStream(outputPath, FileMode.Create, FileAccess.Write);
GZipStream compressedStream = new GZipStream(createConfigStream, CompressionMode.Compress);
IFormatter formatter = new BinaryFormatter();
formatter.Serialize(compressedStream, backup);
compressedStream.Close();
createConfigStream.Close();
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));
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
GameConfiguration.TGADrc.ImgPath = drcp;
GameConfiguration.TGATv.ImgPath = tvcp;
GameConfiguration.TGAIco.ImgPath = iccp;
GameConfiguration.TGALog.ImgPath = lgcp;
GameConfiguration.TGADrc.ImgBin = null;
GameConfiguration.TGATv.ImgBin = null;
GameConfiguration.TGAIco.ImgBin = null;
GameConfiguration.TGALog.ImgBin = null;
if (incp != null)
{
GameConfiguration.N64Stuff.INIBin = null;
GameConfiguration.N64Stuff.INIPath = incp;
}
/*if (GameConfiguration.Console == GameConsoles.N64)
{
(thing as N64Config).reset();
}
else if (gameConfiguration.Console == GameConsoles.TG16)
{
(thing as TurboGrafX).reset();
}
else if (gameConfiguration.Console == GameConsoles.WII && test != GameConsoles.GCN)
{
(thing as WiiConfig).reset();
}
else if (test == GameConsoles.GCN)
{
(thing as GCConfig).reset();
}
else
{
try
{
(thing as OtherConfigs).reset();
}
catch (Exception e)
{
(thing as GCConfig).reset();
}
}*/
}
public void ImportConfig(string configPath)
{
FileInfo fn = new FileInfo(configPath);
if (Directory.Exists(@"bin\cfgBoot"))
{
Directory.Delete(@"bin\cfgBoot", true);
}
if (fn.Extension.Contains("uwuvci"))
{
FileStream inputConfigStream = new FileStream(configPath, FileMode.Open, FileAccess.Read);
GZipStream decompressedConfigStream = new GZipStream(inputConfigStream, CompressionMode.Decompress);
IFormatter formatter = new BinaryFormatter();
GameConfiguration = (GameConfig)formatter.Deserialize(decompressedConfigStream);
pixelperfect = GameConfiguration.pixelperfect;
LR = GameConfiguration.lr;
cd = GameConfiguration.tgcd;
PokePatch = GameConfiguration.pokepatch;
passtrough = GameConfiguration.motepass;
jppatch = GameConfiguration.jppatch;
Patch = GameConfiguration.vm;
toPal = GameConfiguration.vmtopal;
regionfrii = GameConfiguration.rf;
regionfriijp = GameConfiguration.rfjp;
regionfriius = GameConfiguration.rfus;
}
if (GameConfiguration.Console == GameConsoles.N64)
{
(thing as N64Config).getInfoFromConfig();
}
else if (gameConfiguration.Console == GameConsoles.TG16)
{
(thing as TurboGrafX).getInfoFromConfig();
}
else if (gameConfiguration.Console == GameConsoles.WII && test != GameConsoles.GCN)
{
(thing as WiiConfig).getInfoFromConfig();
}
else if (test == GameConsoles.GCN)
{
(thing as GCConfig).getInfoFromConfig();
}
else if (gameConfiguration.Console == GameConsoles.GBA)
{
(thing as GBA).getInfoFromConfig();
}
else
{
try
{
(thing as OtherConfigs).getInfoFromConfig();
}
catch (Exception)
{
(thing as GCConfig).getInfoFromConfig();
}
}
}
public void ReadBootSoundIntoConfig()
{
ReadFileAsBin(GameConfiguration, bootsound, 6);
}
public void ReadImagesIntoConfig()
{
ReadFileAsBin(GameConfiguration, GameConfiguration.TGAIco.ImgPath, 1);
ReadFileAsBin(GameConfiguration, GameConfiguration.TGADrc.ImgPath, 2);
ReadFileAsBin(GameConfiguration, GameConfiguration.TGATv.ImgPath, 3);
ReadFileAsBin(GameConfiguration, GameConfiguration.TGALog.ImgPath, 4);
}
public void ReadIniIntoConfig()
{
ReadFileAsBin(GameConfiguration, GameConfiguration.N64Stuff.INIPath, 5);
}
private void ReadFileAsBin(GameConfig file, string FilePath, int scase)
{
if (FilePath != null)
{
try
{
var filedata = new FileStream(FilePath, FileMode.Open);
var len = (int)filedata.Length;
switch (scase)
{
case 1:
file.TGAIco.ImgBin = new byte[len];
filedata.Read(file.TGAIco.ImgBin, 0, len);
break;
case 2:
file.TGADrc.ImgBin = new byte[len];
filedata.Read(file.TGADrc.ImgBin, 0, len);
break;
case 3:
file.TGATv.ImgBin = new byte[len];
filedata.Read(file.TGATv.ImgBin, 0, len);
break;
case 4:
file.TGALog.ImgBin = new byte[len];
filedata.Read(file.TGALog.ImgBin, 0, len);
break;
case 5:
file.N64Stuff.INIBin = new byte[len];
filedata.Read(file.N64Stuff.INIBin, 0, len);
break;
case 6:
file.bootsound = new byte[len];
filedata.Read(file.bootsound, 0, len);
file.extension = new FileInfo(FilePath).Extension.Replace(".", "");
break;
}
filedata.Close();
}
catch (Exception)
{
switch (scase)
{
case 1:
file.TGAIco.ImgBin = null;
break;
case 2:
file.TGADrc.ImgBin = null;
break;
case 3:
file.TGATv.ImgBin = null;
break;
case 4:
file.TGALog.ImgBin = null;
break;
case 5:
file.N64Stuff.INIBin = null;
break;
}
}
}
}
public bool donttrim = false;
private static void CheckAndFixConfigFolder()
{
if (!Directory.Exists(@"configs"))
Directory.CreateDirectory(@"configs");
}
public void Pack(bool loadiine)
{
string consoleName = GameConfiguration.Console.ToString();
if (GC)
consoleName = GameConsoles.GCN.ToString();
ValidatePathsStillExist();
if (loadiine)
Injection.Loadiine(GameConfiguration.GameName, consoleName);
else
{
if (gameConfiguration.GameName != null)
{
Regex reg = new Regex("[^a-zA-Z0-9 é -]");
gameConfiguration.GameName = gameConfiguration.GameName.Replace("|", " ");
gameConfiguration.GameName = reg.Replace(gameConfiguration.GameName, "");
}
Task.Run(() => { Injection.Packing(GameConfiguration.GameName, consoleName, this); });
DownloadWait dw = new DownloadWait("Packing Inject - Please Wait", "", this);
try
{
dw.changeOwner(mw);
}
catch (Exception) { }
dw.ShowDialog();
Progress = 0;
string extra = "";
string names = "Copy to SD";
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.";
if (GameConfiguration.Console == GameConsoles.WII && romPath.ToLower().Contains(".wad")) extra += "\n Make sure that the chosen WAD is installed in your vWii!";
if (GC)
{
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. ";
names = "SD Setup";
}
gc2rom = "";
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
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
LGameBasesString.Clear();
CanInject = false;
RomSet = false;
RomPath = null;
Injected = false;
GameConfiguration.CBasePath = null;
GC = false;
bootsound = "";
NKITFLAG = false;
CBasePath = null;
prodcode = "";
ClearImage();
foldername = "";
mw.ListView_Click(mw.listCONS, null);
}
private void ClearImage()
{
switch (GameConfiguration.Console)
{
case GameConsoles.NDS:
(thing as OtherConfigs).icoIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).tvIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).drcIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).logIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).Injection.IsEnabled = false;
break;
case GameConsoles.GBA:
(thing as GBA).icoIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as GBA).tvIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as GBA).drcIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as GBA).logIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as GBA).Injection.IsEnabled = false;
break;
case GameConsoles.N64:
(thing as N64Config).icoIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as N64Config).tvIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as N64Config).drcIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as N64Config).logIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as N64Config).Injection.IsEnabled = false;
break;
case GameConsoles.NES:
(thing as OtherConfigs).icoIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).tvIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).drcIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).logIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).Injection.IsEnabled = false;
break;
case GameConsoles.SNES:
(thing as OtherConfigs).icoIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).tvIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).drcIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).logIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).Injection.IsEnabled = false;
break;
case GameConsoles.TG16:
(thing as TurboGrafX).icoIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as TurboGrafX).tvIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as TurboGrafX).drcIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as TurboGrafX).logIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as TurboGrafX).Injection.IsEnabled = false;
break;
case GameConsoles.MSX:
(thing as OtherConfigs).icoIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).tvIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).drcIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).logIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as OtherConfigs).Injection.IsEnabled = false;
break;
case GameConsoles.WII:
if (test == GameConsoles.GCN)
{
(thing as GCConfig).icoIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as GCConfig).tvIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as GCConfig).drcIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as GCConfig).logIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as GCConfig).Injection.IsEnabled = false;
}
else
{
(thing as WiiConfig).icoIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as WiiConfig).tvIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as WiiConfig).drcIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as WiiConfig).logIMG.Visibility = System.Windows.Visibility.Hidden;
(thing as WiiConfig).Injection.IsEnabled = false;
}
break;
}
}
DownloadWait Injectwait;
public void runInjectThread(bool force)
{
timer.Interval = TimeSpan.FromSeconds(1);
timer.Tick += timer_Tick2;
timer.Start();
var thread = new Thread(() =>
{
Injectwait = new DownloadWait("Injecting Game - Please Wait", "", this);
try
{
Injectwait.changeOwner(mw);
}
catch (Exception) { }
Injectwait.Topmost = true;
Injectwait.ShowDialog();
});
thread.SetApartmentState(ApartmentState.STA);
thread.Start();
}
public bool failed = false;
public void Inject(bool force)
{
ValidatePathsStillExist();
/* var task = new Task(() => runInjectThread(true));
task.Start();*/
Task.Run(() =>
{
if (Injection.Inject(GameConfiguration, RomPath, this, force))
{
Injected = true;
injected2 = true;
if (GameConfiguration.Console == GameConsoles.WII || GameConfiguration.Console == GameConsoles.GCN)
injected2 = false;
}
else { Injected = false; injected2 = false; }
});
DownloadWait dw = new DownloadWait("Injecting Game - Please Wait", "", this);
try
{
dw.changeOwner(mw);
}
catch (Exception) { }
dw.ShowDialog();
Progress = 0;
if (Injected)
{
Custom_Message cm = new Custom_Message("Finished Injection Part", " Injection Finished, please choose how you want to export the Inject next. ");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
else
{
if (failed)
{
MessageBox.Show("In here");
mw.allowBypass();
if (debug)
{
mw.setDebug(true);
}
Inject(force);
}
}
}
private void BaseCheck()
{
if (Directory.Exists(@"bin\bases"))
{
var test = GetMissingVCBs();
if (test.Count > 0)
{
if (CheckForInternetConnection())
{
Progress = 0;
Task.Run(() =>
{
double stuff = 100 / test.Count;
foreach (string s in test)
{
DownloadBase(s, this);
Progress += Convert.ToInt32(stuff);
}
Progress = 100;
});
DownloadWait dw = new DownloadWait("Downloading needed Data - Please Wait", "", this);
try
{
dw.changeOwner(mw);
}
catch (Exception) { }
dw.ShowDialog();
BaseCheck();
}
else
{
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 ");
try
{
dw.Owner = mw;
}
catch (Exception) { }
dw.ShowDialog();
Environment.Exit(1);
}
}
}
else
{
if (CheckForInternetConnection())
{
Directory.CreateDirectory(@"bin\bases");
var test = GetMissingVCBs();
Progress = 0;
Task.Run(() =>
{
double stuff = 100 / test.Count;
foreach (string s in test)
{
DownloadBase(s, this);
Progress += Convert.ToInt32(stuff);
}
Progress = 100;
});
DownloadWait dw = new DownloadWait("Downloading needed Data - Please Wait", "", this);
try
{
dw.changeOwner(mw);
}
catch (Exception) { }
dw.ShowDialog();
Progress = 0;
BaseCheck();
}
else
{
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 ");
try
{
dw.Owner = mw;
}
catch (Exception) { }
dw.ShowDialog();
Environment.Exit(1);
}
}
}
public void UpdateTools()
{
if (CheckForInternetConnection())
{
string[] bases = ToolCheck.ToolNames;
Task.Run(() =>
{
Progress = 0;
double l = 100 / bases.Length;
foreach (string s in bases)
{
DeleteTool(s);
DownloadTool(s, this);
Progress += Convert.ToInt32(l);
}
Progress = 100;
});
DownloadWait dw = new DownloadWait("Updating Tools - Please Wait", "", this);
try
{
dw.changeOwner(mw);
}
catch (Exception)
{
}
dw.ShowDialog();
toolCheck();
Custom_Message cm = new Custom_Message("Finished Update", " Finished Updating Tools! Restarting UWUVCI AIO ");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
Process p = new Process();
p.StartInfo.FileName = System.Windows.Application.ResourceAssembly.Location;
if (debug)
{
if (saveworkaround)
{
p.StartInfo.Arguments = "--debug --skip --spacebypass";
}
else
{
p.StartInfo.Arguments = "--debug --skip";
}
}
else
{
if (saveworkaround)
{
p.StartInfo.Arguments = "--skip --spacebypass";
}
else
{
p.StartInfo.Arguments = "--skip";
}
}
p.Start();
Environment.Exit(0);
}
}
public void ResetTKQuest()
{
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?");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
cm.Close();
}
public void ResetTitleKeys()
{
File.Delete("bin/keys/gba.vck");
File.Delete("bin/keys/nds.vck");
File.Delete("bin/keys/nes.vck");
File.Delete("bin/keys/n64.vck");
File.Delete("bin/keys/msx.vck");
File.Delete("bin/keys/tg16.vck");
File.Delete("bin/keys/snes.vck");
File.Delete("bin/keys/wii.vck");
Custom_Message cm = new Custom_Message("Reset Successful", " The TitleKeys are now reset. \n The Program will now restart.");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
mw.Close();
Process p = new Process();
p.StartInfo.FileName = System.Windows.Application.ResourceAssembly.Location;
if (debug)
{
p.StartInfo.Arguments = "--debug --skip";
}
else
{
p.StartInfo.Arguments = "--skip";
}
p.Start();
Environment.Exit(0);
}
public void UpdateBases()
{
if (CheckForInternetConnection())
{
string[] bases = { "bases.vcbnds", "bases.vcbn64", "bases.vcbgba", "bases.vcbsnes", "bases.vcbnes", "bases.vcbtg16", "bases.vcbmsx", "bases.vcbwii" };
Task.Run(() => {
Progress = 0;
double l = 100 / bases.Length;
foreach (string s in bases)
{
DeleteBase(s);
DownloadBase(s, this);
GameConsoles g = new GameConsoles();
if (s.Contains("nds")) g = GameConsoles.NDS;
if (s.Contains("nes")) g = GameConsoles.NES;
if (s.Contains("snes")) g = GameConsoles.SNES;
if (s.Contains("n64")) g = GameConsoles.N64;
if (s.Contains("gba")) g = GameConsoles.GBA;
if (s.Contains("tg16")) g = GameConsoles.TG16;
if (s.Contains("msx")) g = GameConsoles.MSX;
if (s.Contains("wii")) g = GameConsoles.WII;
UpdateKeyFile(VCBTool.ReadBasesFromVCB($@"bin/bases/{s}"), g);
Progress += Convert.ToInt32(l);
}
Progress = 100;
});
DownloadWait dw = new DownloadWait("Updating Base Files - Please Wait", "", this);
try
{
dw.changeOwner(mw);
}
catch (Exception)
{
}
dw.ShowDialog();
Custom_Message cm = new Custom_Message("Finished Updating", " Finished Updating Bases! Restarting UWUVCI AIO ");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
Process p = new Process();
p.StartInfo.FileName = System.Windows.Application.ResourceAssembly.Location;
if (debug)
{
p.StartInfo.Arguments = "--debug --skip";
}
else
{
p.StartInfo.Arguments = "--skip";
}
p.Start();
Environment.Exit(0);
}
}
public static int GetDeterministicHashCode(string str)
{
unchecked
{
int hash1 = (5381 << 16) + 5381;
int hash2 = hash1;
for (int i = 0; i < str.Length; i += 2)
{
hash1 = ((hash1 << 5) + hash1) ^ str[i];
if (i == str.Length - 1)
break;
hash2 = ((hash2 << 5) + hash2) ^ str[i + 1];
}
return hash1 + (hash2 * 1566083941);
}
}
public bool checkSysKey(string key)
{
if (key.GetHashCode() == -589797700 || GetDeterministicHashCode(key) == -589797700)
{
JsonSettingsManager.Settings.SysKey = key;
JsonSettingsManager.SaveSettings();
return true;
}
return false;
}
public bool SysKey1set()
{
return checkSysKey1(JsonSettingsManager.Settings.SysKey1);
}
public bool checkSysKey1(string key)
{
if (key.GetHashCode() == -1230232583 || (GetDeterministicHashCode(key) == -1230232583))
{
JsonSettingsManager.Settings.SysKey1 = key;
JsonSettingsManager.SaveSettings();
return true;
}
return false;
}
public bool SysKeyset()
{
return checkSysKey(JsonSettingsManager.Settings.SysKey);
}
public bool GetConsoleOfConfig(string configPath, GameConsoles console)
{
FileInfo fn = new FileInfo(configPath);
if (fn.Extension.Contains("uwuvci"))
{
FileStream inputConfigStream = new FileStream(configPath, FileMode.Open, FileAccess.Read);
GZipStream decompressedConfigStream = new GZipStream(inputConfigStream, CompressionMode.Decompress);
IFormatter formatter = new BinaryFormatter();
GameConfig check = (GameConfig)formatter.Deserialize(decompressedConfigStream);
if (check.Console == console) return true;
}
return false;
}
public void selectConfig(GameConsoles console)
{
string ret = string.Empty;
using (var dialog = new System.Windows.Forms.OpenFileDialog())
{
dialog.InitialDirectory = Path.Combine(Directory.GetCurrentDirectory(), "configs");
dialog.Filter = "UWUVCI Config (*.uwuvci) | *.uwuvci";
DialogResult res = dialog.ShowDialog();
if (res == DialogResult.OK)
{
ret = dialog.FileName;
if (GetConsoleOfConfig(ret, console))
{
ImportConfig(ret);
Custom_Message cm = new Custom_Message("Import Complete", " Importing of Config completed. \n Please reselect a Base!");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
else
{
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");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
}
}
}
private bool RemoteFileExists(string url)
{
try
{
HttpWebRequest request = WebRequest.Create(url) as HttpWebRequest;
request.Method = "HEAD";
HttpWebResponse response = request.GetResponse() as HttpWebResponse;
response.Close();
return (response.StatusCode == HttpStatusCode.OK);
}
catch
{
return false;
}
}
public string GetFilePath(bool ROM, bool INI)
{
Custom_Message cm;
string ret = string.Empty;
if (ROM && !INI)
{
switch (GameConfiguration.Console)
{
case GameConsoles.NDS:
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. ");
try
{
cm.Owner = mw;
}
catch (Exception) { }
if (!JsonSettingsManager.Settings.ndsw)
{
cm.ShowDialog();
}
break;
case GameConsoles.SNES:
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. ");
try
{
cm.Owner = mw;
}
catch (Exception) { }
if (!JsonSettingsManager.Settings.snesw)
{
cm.ShowDialog();
}
break;
}
}
using (var dialog = new System.Windows.Forms.OpenFileDialog())
{
if (ROM)
{
if (INI)
{
dialog.Filter = "BootSound Files (*.mp3; *.wav; *.btsnd) | *.mp3;*.wav;*.btsnd";
}
else if (GC)
{
dialog.Filter = "GCN ROM (*.iso; *.gcm) | *.iso; *.gcm";
}
else
{
switch (GameConfiguration.Console)
{
case GameConsoles.NDS:
dialog.Filter = "Nintendo DS ROM (*.nds; *.srl) | *.nds;*.srl";
break;
case GameConsoles.N64:
dialog.Filter = "Nintendo 64 ROM (*.n64; *.v64; *.z64) | *.n64;*.v64;*.z64";
break;
case GameConsoles.GBA:
dialog.Filter = "GameBoy Series ROM (*.gba;*.gbc;*.gb) | *.gba;*.gbc;*.gb";
break;
case GameConsoles.NES:
dialog.Filter = "Nintendo Entertainment System ROM (*.nes) | *.nes";
break;
case GameConsoles.SNES:
dialog.Filter = "Super Nintendo Entertainment System ROM (*.sfc; *.smc) | *.sfc;*.smc";
break;
case GameConsoles.TG16:
dialog.Filter = "TurboGrafX-16 ROM (*.pce) | *.pce";
break;
case GameConsoles.MSX:
dialog.Filter = "MSX/MSX2 ROM (*.ROM) | *.ROM";
break;
case GameConsoles.WII:
if (test == GameConsoles.GCN)
dialog.Filter = "GC ROM (*.iso; *.gcm; *.nkit.iso; *.nkit.gcz) | *.iso; *.gcm; *.nkit.iso; *.nkit.gcz";
else
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";
// dialog.Filter = "Wii ROM (*.iso; *.wbfs; *.nkit.gcz; *.nkit.iso) | *.iso; *.wbfs; *.nkit.gcz; *.nkit.iso|Wii Homebrew (*.dol) | *.dol|Wii Channel (*.wad) | *.wad";
break;
case GameConsoles.GCN:
dialog.Filter = "GC ROM (*.iso; *.gcm; *.nkit.iso; *.nkit.gcz) | *.iso; *.gcm; *.nkit.iso; *.nkit.gcz";
break;
}
}
}
else if (!INI)
dialog.Filter = "Images (*.png; *.jpg; *.bmp; *.tga; *jpeg) | *.png;*.jpg;*.bmp;*.tga;*jpeg";
else if (INI)
dialog.Filter = "N64 VC Configuration (*.ini) | *.ini";
if (Directory.Exists("SourceFiles"))
dialog.InitialDirectory = "SourceFiles";
DialogResult res = dialog.ShowDialog();
if (res == DialogResult.OK)
{
if (dialog.FileName.ToLower().Contains(".gcz"))
{
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. ");
try
{
cm1.Owner = mw;
}
catch (Exception)
{
}
if (!JsonSettingsManager.Settings.gczw)
cm1.ShowDialog();
}
ret = dialog.FileName;
}
else
if (dialog.Filter.Contains("BootImages") || dialog.Filter.Contains("BootSound") || dialog.Filter.Contains("GCT"))
ret = "";
}
return ret;
}
public GameConsoles test;
private static void CopyBase(string console)
{
File.Copy(console, $@"bin\bases\{console}");
File.Delete(console);
}
private static void DeleteTool(string tool)
{
try {
File.Delete($@"bin\Tools\{tool}");
}
catch
{
//why does that try break everything? wtf
}
}
private static void DeleteBase(string console)
{
File.Delete($@"bin\bases\{console}");
}
public static List GetMissingVCBs()
{
List ret = new List();
string path = @"bin\bases\bases.vcb";
if (!File.Exists(path + "nds"))
ret.Add(path + "nds");
if (!File.Exists(path + "nes"))
ret.Add(path + "nes");
if (!File.Exists(path + "n64"))
ret.Add(path + "n64");
if (!File.Exists(path + "snes"))
ret.Add(path + "snes");
if (!File.Exists(path + "gba"))
ret.Add(path + "gba");
if (!File.Exists(path + "tg16"))
ret.Add(path + "tg16");
if (!File.Exists(path + "msx"))
ret.Add(path + "msx");
if (!File.Exists(path + "wii"))
ret.Add(path + "wii");
return ret;
}
public static void DownloadBase(string name, MainViewModel mvm)
{
string olddir = Directory.GetCurrentDirectory();
try
{
string basePath = $@"bin\bases\";
Directory.SetCurrentDirectory(basePath);
using var client = new WebClient();
var fixname = name.Split('\\');
if (MacLinuxHelper.IsRunningInVirtualMachine() || MacLinuxHelper.IsRunningUnderWineOrSimilar())
name = "Net6/" + name;
client.DownloadFile(getDownloadLink(name, false), fixname[fixname.Length - 1]);
}
catch (Exception e)
{
Console.WriteLine(e.Message);
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.");
try
{
cm.Owner = mvm.mw;
}
catch (Exception) { }
cm.ShowDialog();
Environment.Exit(1);
}
Directory.SetCurrentDirectory(olddir);
}
public static void DownloadTool(string name, MainViewModel mvm)
{
string olddir = Directory.GetCurrentDirectory();
try
{
if (Directory.GetCurrentDirectory().Contains("bin") && Directory.GetCurrentDirectory().Contains("Tools"))
olddir = Directory.GetCurrentDirectory().Replace("bin\\Tools", "");
else
{
string basePath = $@"bin\Tools\";
Directory.SetCurrentDirectory(basePath);
}
do
{
if (File.Exists(name))
File.Delete(name);
using var client = new WebClient();
client.DownloadFile(getDownloadLink(name, true), name);
} while (!ToolCheck.IsToolRight(name));
}
catch (Exception e)
{
Console.WriteLine(e.Message);
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.");
try
{
cm.Owner = mvm.mw;
}
catch (Exception) { }
cm.ShowDialog();
Environment.Exit(1);
}
Directory.SetCurrentDirectory(olddir);
}
private static string getDownloadLink(string toolname, bool tool)
{
try
{
bool ok = false;
try
{
using (WebClient client = new WebClient())
{
string result = client.DownloadString("https://uwuvciapi.azurewebsites.net/api/values");
}
ok = true;
}
catch (WebException)
{
}
if (ok)
{
WebRequest request;
//get download link from uwuvciapi
request = WebRequest.Create("https://uwuvciapi.azurewebsites.net/GetToolLink?" + (tool ? "tool=" : "vcb=") + toolname);
var response = request.GetResponse();
using Stream dataStream = response.GetResponseStream();
// Open the stream using a StreamReader for easy access.
StreamReader reader = new StreamReader(dataStream);
// Read the content.
string responseFromServer = reader.ReadToEnd();
// Display the content.
if (responseFromServer == "")
if (tool)
return $"{ToolCheck.backupulr}{toolname}";
else
return $@"https://github.com/Hotbrawl20/UWUVCI-VCB/raw/master/" + toolname;
return responseFromServer;
}
else
{
if (tool)
return $"{ToolCheck.backupulr}{toolname}";
else
return $@"https://github.com/Hotbrawl20/UWUVCI-VCB/raw/master/" + toolname.Replace("bin\\bases\\", "");
}
}
catch (Exception)
{
if (tool)
return $"{ToolCheck.backupulr}{toolname}";
else
return $@"https://github.com/Hotbrawl20/UWUVCI-VCB/raw/master/" + toolname.Replace("bin\\bases\\", "");
}
}
public void InjcttoolCheck()
{
if (ToolCheck.DoesToolsFolderExist())
{
List missingTools = new List();
missingTools = ToolCheck.CheckForMissingTools();
if (missingTools.Count > 0)
{
foreach (MissingTool m in missingTools)
DownloadTool(m.Name, this);
InjcttoolCheck();
}
}
else
{
Directory.CreateDirectory($@"{Directory.GetCurrentDirectory()}bin\\Tools");
InjcttoolCheck();
}
}
private void ThreadDownload(List missingTools)
{
var thread = new Thread(() =>
{
double l = 100 / missingTools.Count;
foreach (MissingTool m in missingTools)
{
if (m.Name == "blank.ini")
{
StreamWriter sw = new StreamWriter(Path.Combine(Directory.GetCurrentDirectory(), "bin", "Tools", "blank.ini"));
sw.Close();
}
else
DownloadTool(m.Name, this);
Progress += Convert.ToInt32(l);
}
Progress = 100;
});
thread.SetApartmentState(ApartmentState.STA);
thread.Start();
}
private void timer_Tick2(object sender, EventArgs e)
{
if (Progress == 100)
{
Injectwait.Close();
timer.Stop();
Progress = 0;
}
}
private void toolCheck(int currentRetry = 0)
{
int maxRetries = 3;
if (ToolCheck.DoesToolsFolderExist())
{
List missingTools = ToolCheck.CheckForMissingTools();
if (missingTools.Count > 0)
{
Logger.Log("Missing tools detected.");
if (CheckForInternetConnection())
{
Task.Run(() => ThreadDownload(missingTools));
ShowDownloadWaitDialog();
// Retry logic after downloading
if (currentRetry < maxRetries)
toolCheck(currentRetry + 1);
else
{
Logger.Log($"Failed to download {missingTools} after retries.");
ShowMessage("Error", "Tool download failed after multiple attempts.");
}
}
else
{
ShowMessage("No Internet connection", "You have files missing, which need to be downloaded but there is no Internet Connection. The program will now terminate.");
Environment.Exit(1);
}
}
}
else
{
try
{
Directory.CreateDirectory("bin/Tools");
Logger.Log("Created Tools folder.");
toolCheck(); // Retry once after creating the directory
}
catch (Exception ex)
{
ShowMessage("Error", $"Failed to create tools directory: {ex.Message}");
Logger.Log($"Failed to create Tools folder: {ex.Message}");
}
}
}
private void ShowDownloadWaitDialog()
{
DownloadWait dw = new DownloadWait("Downloading Tools - Please Wait", "", this);
try
{
dw.changeOwner(mw);
}
catch (Exception)
{
Logger.Log("Failed to set DownloadWait owner.");
}
dw.ShowDialog();
Thread.Sleep(200); // Pause after showing dialog
}
private void ShowMessage(string title, string message)
{
Custom_Message cm = new Custom_Message(title, message);
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
public void UpdatePathSet()
{
PathsSet = JsonSettingsManager.Settings.PathsSet;
if (BaseStore != JsonSettingsManager.Settings.BasePath)
BaseStore = JsonSettingsManager.Settings.BasePath;
if (InjectStore != JsonSettingsManager.Settings.BasePath)
InjectStore = JsonSettingsManager.Settings.OutPath;
}
public bool ValidatePathsStillExist()
{
string basePath = JsonSettingsManager.Settings.BasePath;
string outPath = JsonSettingsManager.Settings.OutPath;
bool baseExists = EnsureDirectoryExists(ref basePath, "bin/BaseGames");
bool injectExists = EnsureDirectoryExists(ref outPath, "InjectedGames");
if (baseExists && injectExists)
{
JsonSettingsManager.Settings.BasePath = basePath;
JsonSettingsManager.Settings.OutPath = outPath;
JsonSettingsManager.Settings.PathsSet = true;
JsonSettingsManager.SaveSettings();
return true;
}
return false;
}
private bool EnsureDirectoryExists(ref string path, string defaultSubDir)
{
if (Directory.Exists(path))
return true;
string fullPath = Path.Combine(Directory.GetCurrentDirectory(), defaultSubDir);
Directory.CreateDirectory(fullPath);
path = fullPath;
return false;
}
public void GetBases(GameConsoles console)
{
string baseFilePath = $@"bin/bases/bases.vcb{console.ToString().ToLower()}";
var tempBases = VCBTool.ReadBasesFromVCB(baseFilePath);
LBases.Clear();
LBases.Add(new GameBases { Name = "Custom", Region = Regions.EU });
LBases.AddRange(tempBases);
LGameBasesString.Clear();
LGameBasesString.AddRange(LBases.Select(b => b.Name == "Custom" ? b.Name : $"{b.Name} {b.Region}"));
}
public GameBases getBasefromName(string name)
{
string nameWithoutRegion = name.Substring(0, name.Length - 3);
string region = name.Substring(name.Length - 2);
return LNDS.Concat(LN64).Concat(LNES).Concat(LSNES).Concat(LGBA).Concat(LTG16).Concat(LMSX).Concat(LWII)
.FirstOrDefault(b => b.Name == nameWithoutRegion && b.Region.ToString() == region);
}
private void GetAllBases()
{
LN64.Clear();
LNDS.Clear();
LNES.Clear();
LSNES.Clear();
LGBA.Clear();
LTG16.Clear();
LMSX.Clear();
LWII.Clear();
lNDS = VCBTool.ReadBasesFromVCB($@"bin/bases/bases.vcbnds");
lNES = VCBTool.ReadBasesFromVCB($@"bin/bases/bases.vcbnes");
lSNES = VCBTool.ReadBasesFromVCB($@"bin/bases/bases.vcbsnes");
lN64 = VCBTool.ReadBasesFromVCB($@"bin/bases/bases.vcbn64");
lGBA = VCBTool.ReadBasesFromVCB($@"bin/bases/bases.vcbgba");
lTG16 = VCBTool.ReadBasesFromVCB($@"bin/bases/bases.vcbtg16");
lMSX = VCBTool.ReadBasesFromVCB($@"bin/bases/bases.vcbmsx");
lWii = VCBTool.ReadBasesFromVCB($@"bin/bases/bases.vcbwii");
CreateSettingIfNotExist(lNDS, GameConsoles.NDS);
CreateSettingIfNotExist(lNES, GameConsoles.NES);
CreateSettingIfNotExist(lSNES, GameConsoles.SNES);
CreateSettingIfNotExist(lGBA, GameConsoles.GBA);
CreateSettingIfNotExist(lN64, GameConsoles.N64);
CreateSettingIfNotExist(lTG16, GameConsoles.TG16);
CreateSettingIfNotExist(lMSX, GameConsoles.MSX);
CreateSettingIfNotExist(lWii, GameConsoles.WII);
}
private void CreateSettingIfNotExist(List basesList, GameConsoles console)
{
string keyFilePath = $@"bin\keys\{console.ToString().ToLower()}.vck";
if (!File.Exists(keyFilePath))
{
var keyList = basesList.Select(baseGame => new TKeys { Base = baseGame }).ToList();
KeyFile.ExportFile(keyList, console);
}
else
FixupKeys(basesList, console);
}
private void FixupKeys(List basesList, GameConsoles console)
{
string keyFilePath = $@"bin\keys\{console.ToString().ToLower()}.vck";
var savedKeys = KeyFile.ReadBasesFromKeyFile(keyFilePath);
var updatedKeys = savedKeys.Concat(
basesList.Where(baseGame => !savedKeys.Any(savedKey => savedKey.Base.Name == baseGame.Name && savedKey.Base.Region == baseGame.Region))
.Select(baseGame => new TKeys { Base = baseGame })
).ToList();
File.Delete(keyFilePath);
KeyFile.ExportFile(updatedKeys, console);
}
private void UpdateKeyFile(List basesList, GameConsoles console)
{
string keyFilePath = $@"bin\keys\{console.ToString().ToLower()}.vck";
if (File.Exists(keyFilePath))
{
var savedKeys = KeyFile.ReadBasesFromKeyFile(keyFilePath);
var updatedKeys = basesList.Select(baseGame =>
{
var existingKey = savedKeys.FirstOrDefault(savedKey => savedKey.Base.Name == baseGame.Name && savedKey.Base.Region == baseGame.Region);
return existingKey ?? new TKeys { Base = baseGame, Tkey = null };
}).ToList();
File.Delete(keyFilePath);
KeyFile.ExportFile(updatedKeys, console);
}
}
public void getTempList(GameConsoles console)
{
Ltemp = console switch
{
GameConsoles.NDS => LNDS,
GameConsoles.N64 => LN64,
GameConsoles.GBA => LGBA,
GameConsoles.NES => LNES,
GameConsoles.SNES => LSNES,
GameConsoles.TG16 => LTG16,
GameConsoles.MSX => LMSX,
GameConsoles.WII => LWII,
_ => throw new ArgumentOutOfRangeException(nameof(console), console, null)
};
}
public void EnterKey(bool ck)
{
EnterKey ek = new EnterKey(ck);
try
{
ek.Owner = mw;
}
catch (Exception) { }
ek.ShowDialog();
}
public bool checkcKey(string key)
{
string lowerKey = key.ToLower();
int keyHash = lowerKey.GetHashCode();
if (keyHash == 1274359530 || GetDeterministicHashCode(lowerKey) == -485504051)
{
JsonSettingsManager.Settings.Ckey = lowerKey;
ckeys = true;
JsonSettingsManager.SaveSettings();
return true;
}
ckeys = false;
return false;
}
public bool isCkeySet()
{
string lowerCKey = JsonSettingsManager.Settings.Ckey.ToLower();
ckeys = lowerCKey.GetHashCode() == 1274359530 || GetDeterministicHashCode(lowerCKey) == -485504051;
return ckeys;
}
public bool checkKey(string key)
{
string lowerKey = key.ToLower();
if (GbTemp.KeyHash == lowerKey.GetHashCode() || GbTemp.KeyHash == GetDeterministicHashCode(lowerKey))
{
string consoleName = GetConsoleOfBase(gbTemp).ToString().ToLower();
string keyFilePath = $@"bin\keys\{consoleName}.vck";
UpdateKeyInFile(lowerKey, keyFilePath, GbTemp, GetConsoleOfBase(gbTemp));
return true;
}
return false;
}
public void UpdateKeyInFile(string key, string file, GameBases baseGame, GameConsoles console)
{
if (File.Exists(file))
{
var keyEntries = KeyFile.ReadBasesFromKeyFile(file);
foreach (var entry in keyEntries)
if (entry.Base.Name == baseGame.Name && entry.Base.Region == baseGame.Region)
entry.Tkey = key;
File.Delete(file);
KeyFile.ExportFile(keyEntries, console);
}
}
public bool isKeySet(GameBases baseGame)
{
var keyEntries = KeyFile.ReadBasesFromKeyFile($@"bin\keys\{GetConsoleOfBase(baseGame).ToString().ToLower()}.vck");
return keyEntries.Any(entry => entry.Base.Name == baseGame.Name && entry.Base.Region == baseGame.Region && entry.Tkey != null);
}
public void ImageWarning()
{
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.");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
public bool choosefolder = false;
public bool CBaseConvertInfo()
{
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?");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
if (choosefolder)
{
choosefolder = false;
return true;
}
return false;
}
public TKeys getTkey(GameBases baseGame)
{
var keyEntries = KeyFile.ReadBasesFromKeyFile($@"bin\keys\{GetConsoleOfBase(baseGame).ToString().ToLower()}.vck");
return keyEntries.FirstOrDefault(entry => entry.Base.Name == baseGame.Name && entry.Base.Region == baseGame.Region && entry.Tkey != null);
}
public void Download()
{
ValidatePathsStillExist();
if (CheckForInternetConnection())
{
DownloadWait dw;
if (GameConfiguration.Console == GameConsoles.WII || GameConfiguration.Console == GameConsoles.GCN)
{
double speed = TestDownloadSpeed(); // in MB/s
TimeSpan estimatedTime = CalculateEstimatedTime(speed);
// Start the actual download
Task.Run(() => { Injection.Download(this); });
// Display the waiting dialog with the estimated time
dw = new DownloadWait("Downloading Base - Please Wait", estimatedTime, this);
}
else
{
Task.Run(() => { Injection.Download(this); });
dw = new DownloadWait("Downloading Base - Please Wait", "", this);
}
try
{
dw.changeOwner(mw);
}
catch (Exception) { }
dw.ShowDialog();
Progress = 0;
}
}
private double TestDownloadSpeed()
{
Stopwatch sw = Stopwatch.StartNew();
//Using this file as a test file, it's about 16MB which should be small enough to not impact anything.
string url = "https://github.com/NicoAICP/UWUVCI-Tools/raw/master/gba2.zip";
byte[] data;
try
{
using var webClient = new WebClient();
data = webClient.DownloadData(url);
}
catch
{
return 0;
}
sw.Stop();
double timeTaken = sw.Elapsed.TotalSeconds;
double sizeOfData = data.Length / (1024.0 * 1024.0); // size in MB
return sizeOfData / timeTaken; // returns speed in MB/s
}
private TimeSpan CalculateEstimatedTime(double speedInMBps)
{
const double fileSize = 8.5 * 1024; // file size in MB
if (speedInMBps <= 0)
return TimeSpan.MaxValue;
double estimatedTimeInSec = fileSize / speedInMBps;
return TimeSpan.FromSeconds(estimatedTimeInSec);
}
public GameConsoles GetConsoleOfBase(GameBases gb)
{
var consoleMappings = new Dictionary>
{
{ GameConsoles.NDS, lNDS },
{ GameConsoles.N64, lN64 },
{ GameConsoles.NES, lNES },
{ GameConsoles.SNES, lSNES },
{ GameConsoles.GBA, lGBA },
{ GameConsoles.TG16, lTG16 },
{ GameConsoles.MSX, lMSX },
{ GameConsoles.WII, lWii }
};
foreach (var mapping in consoleMappings)
if (mapping.Value.Any(b => b.Name == gb.Name && b.Region == gb.Region))
return mapping.Key;
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}");
throw new Exception("Console of base is not one of the listed ones to work with UWUVCI, what you do?");
}
public List getInfoOfBase(GameBases gb)
{
string basePath = $@"{JsonSettingsManager.Settings.BasePath}\{gb.Name.Replace(":", "")} [{gb.Region}]";
return new List
{
Directory.Exists(basePath),
isKeySet(gb),
isCkeySet()
};
}
public void SetInjectPath()
{
SetFolderPath(
folderPath => JsonSettingsManager.Settings.OutPath = folderPath,
JsonSettingsManager.Settings.SetOutOnce,
"Inject Folder");
}
private void SetFolderPath(Action setPathAction, bool setOnceFlag, string folderDescription)
{
using (var dialog = new CommonOpenFileDialog { IsFolderPicker = true })
{
if (dialog.ShowDialog() == CommonFileDialogResult.Ok)
try
{
if (DirectoryIsEmpty(dialog.FileName))
{
setPathAction(dialog.FileName);
setOnceFlag = true;
JsonSettingsManager.SaveSettings();
UpdatePathSet();
}
else
PromptUserForFolderSelection(dialog.FileName, setPathAction, setOnceFlag, folderDescription);
}
catch (Exception e)
{
HandleError(e);
}
}
ArePathsSet();
}
private void PromptUserForFolderSelection(string folderPath, Action setPathAction, bool setOnceFlag, string folderDescription)
{
Custom_Message cm = new Custom_Message("Information", $" Folder contains Files or Subfolders, do you really want to use this folder as the {folderDescription}? ");
try { cm.Owner = mw; } catch (Exception) { }
cm.ShowDialog();
if (choosefolder)
{
choosefolder = false;
setPathAction(folderPath);
setOnceFlag = true;
JsonSettingsManager.SaveSettings();
UpdatePathSet();
}
else
{
SetFolderPath(setPathAction, setOnceFlag, folderDescription);
}
}
private void HandleError(Exception e)
{
Console.WriteLine(e.Message);
Custom_Message cm = new Custom_Message("Error", " An Error occured, please try again! ");
try { cm.Owner = mw; } catch (Exception) { }
cm.ShowDialog();
}
public void SetBasePath()
{
SetFolderPath(
folderPath => JsonSettingsManager.Settings.BasePath = folderPath,
JsonSettingsManager.Settings.SetBaseOnce,
"Bases Folder");
}
public void ArePathsSet()
{
if (ValidatePathsStillExist())
{
JsonSettingsManager.Settings.PathsSet = true;
JsonSettingsManager.SaveSettings();
}
UpdatePathSet();
}
public bool DirectoryIsEmpty(string path)
{
return !Directory.EnumerateFileSystemEntries(path).Any();
}
public void getBootIMGGBA(string rom)
{
try
{
string repoid = "";
string SystemType = "gba/";
using (var fs = new FileStream(rom,
FileMode.Open,
FileAccess.Read))
{
byte[] procode = new byte[4];
fs.Seek(0xAC, SeekOrigin.Begin);
fs.Read(procode, 0, 4);
repoid = ByteArrayToString(procode);
Regex rgx = new Regex("[^a-zA-Z0-9 -]");
repoid = rgx.Replace(repoid, "");
Console.WriteLine("prodcode before scramble: " + repoid);
fs.Close();
Console.WriteLine("prodcode after scramble: " + repoid);
}
List repoids = new List
{
SystemType + repoid,
SystemType + repoid.Substring(0, 3) + "E",
SystemType + repoid.Substring(0, 3) + "P",
SystemType + repoid.Substring(0, 3) + "J"
};
FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.GBA);
}
catch (Exception e)
{
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);
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
}
public void getBootIMGSNES(string rom)
{
try
{
string SystemType = "snes/";
var repoid = GetFakeSNESProdcode(rom);
List repoids = new List
{
SystemType + repoid
};
FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.SNES);
}
catch (Exception e)
{
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);
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
}
public void getBootIMGMSX(string rom)
{
try
{
string SystemType = "msx/";
var repoid = GetFakeMSXTGProdcode(rom, true);
List repoids = new List
{
SystemType + repoid
};
FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.MSX);
}
catch (Exception e)
{
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);
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
}
public void getBootIMGTG(string rom)
{
try
{
string SystemType = "tg16/";
var repoid = GetFakeMSXTGProdcode(rom, false);
List repoids = new List
{
SystemType + repoid
};
FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.TG16);
}
catch (Exception e)
{
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);
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
}
private string GetFakeMSXTGProdcode(string v, bool msx)
{
Regex rgx = new Regex("[^a-zA-Z0-9 -]");
Regex rgx2 = new Regex("[^0-9]");
byte[] procode = new byte[0x210];
using var md5 = MD5.Create();
using (var fs = new FileStream(v,
FileMode.Open,
FileAccess.Read))
{
fs.Read(procode, 0, 0x210);
fs.Close();
}
string hash = GetMd5Hash(md5, procode);
//var number = /*hash.GetHashCode();*/ gamename.GetHashCode();
if (msx) Console.Write("MSX");
else Console.Write("TG16");
Console.WriteLine(" PRODCODE:");
Console.WriteLine("File Name: " + new FileInfo(v).Name);
Console.WriteLine("MD5 of Code Snippet: " + hash);
string hashonlynumbers = rgx2.Replace(hash, "");
do
{
if (hashonlynumbers.Length < 10)
hashonlynumbers += 0;
} while (hashonlynumbers.Length < 10);
string first10 = new string(new char[] { hashonlynumbers[0], hashonlynumbers[1], hashonlynumbers[2], hashonlynumbers[3], hashonlynumbers[4], hashonlynumbers[5], hashonlynumbers[6], hashonlynumbers[7], hashonlynumbers[8] });
string prodcode = getCodeOfNumbers(Convert.ToInt32(first10));
if (msx) prodcode += "SX";
else prodcode += "TG";
//Console.WriteLine("NumberHash of GameName: "+ number);
Console.WriteLine("Fake ProdCode: " + prodcode);
Console.WriteLine("---------------------------------------------------");
return prodcode;
}
private string GetFakeSNESProdcode(string path)
{
Regex rgx = new Regex("[^a-zA-Z0-9 -]");
Regex rgx2 = new Regex("[^0-9]");
using var md5 = MD5.Create();
var name = new byte[] { };
using (var fs = new FileStream(path,
FileMode.Open,
FileAccess.Read))
{
byte[] procode = new byte[4];
fs.Seek(0x7FB2, SeekOrigin.Begin);
fs.Read(procode, 0, 4);
string repoid = ByteArrayToString(procode);
repoid = rgx.Replace(repoid, "");
if (repoid.Length < 4)
{
fs.Seek(0xFFC0, SeekOrigin.Begin);
procode = new byte[21];
fs.Read(procode, 0, 21);
name = procode;
repoid = ByteArrayToString(procode);
repoid = rgx.Replace(repoid, "");
}
if (repoid.Length < 4)
{
fs.Seek(0x7FC0, SeekOrigin.Begin);
procode = new byte[21];
fs.Read(procode, 0, 21);
name = procode;
}
}
string gamenameo = ByteArrayToString(name);
string gamename = rgx.Replace(gamenameo, "");
string hash = GetMd5Hash(md5, gamename);
//var number = /*hash.GetHashCode();*/ gamename.GetHashCode();
Console.WriteLine("SNES PRODCODE:");
Console.WriteLine("GameName: " + gamename);
Console.WriteLine("MD5 of Name: " + hash);
string hashonlynumbers = rgx2.Replace(hash, "");
do
{
if (hashonlynumbers.Length < 10)
hashonlynumbers += 0;
} while (hashonlynumbers.Length < 10);
string first10 = new string(new char[] { hashonlynumbers[0], hashonlynumbers[1], hashonlynumbers[2], hashonlynumbers[3], hashonlynumbers[4], hashonlynumbers[5], hashonlynumbers[6], hashonlynumbers[7], hashonlynumbers[8] });
//Console.WriteLine("NumberHash of GameName: "+ number);
Console.WriteLine("Fake ProdCode: " + getCodeOfNumbers(Convert.ToInt32(first10)));
Console.WriteLine("---------------------------------------------------");
return getCodeOfNumbers(Convert.ToInt32(first10));
// Console.WriteLine(md5.ComputeHash(name));
// Console.WriteLine("NumberCode: "+hash.GetHashCode());
}
private string GetFakeNESProdcode(string path)
{
Regex rgx = new Regex("[^a-zA-Z0-9 -]");
Regex rgx2 = new Regex("[^0-9]");
byte[] procode = new byte[0xB0];
using var md5 = MD5.Create();
using (var fs = new FileStream(path,
FileMode.Open,
FileAccess.Read))
{
fs.Seek(0x8000, SeekOrigin.Begin);
fs.Read(procode, 0, 0xB0);
fs.Close();
}
string hash = GetMd5Hash(md5, procode);
//var number = /*hash.GetHashCode();*/ gamename.GetHashCode();
Console.WriteLine("NES PRODCODE:");
Console.WriteLine("File Name: " + new FileInfo(path).Name);
Console.WriteLine("MD5 of Code Snippet: " + hash);
string hashonlynumbers = rgx2.Replace(hash, "");
do
{
if (hashonlynumbers.Length < 10)
hashonlynumbers += 0;
} while (hashonlynumbers.Length < 10);
string first10 = new string(new char[] { hashonlynumbers[0], hashonlynumbers[1], hashonlynumbers[2], hashonlynumbers[3], hashonlynumbers[4], hashonlynumbers[5], hashonlynumbers[6], hashonlynumbers[7], hashonlynumbers[8] });
//Console.WriteLine("NumberHash of GameName: "+ number);
Console.WriteLine("Fake ProdCode: " + getCodeOfNumbers(Convert.ToInt32(first10)));
Console.WriteLine("---------------------------------------------------");
return getCodeOfNumbers(Convert.ToInt32(first10));
}
private void FetchAndProcessRepoImages(string systemType, string repoid, List repoids, GameConsoles console)
{
if (CheckForInternetConnectionWOWarning())
{
GetRepoImages(systemType, repoid, repoids);
checkForAdditionalFiles(console, repoids);
}
}
public void getBootIMGNES(string rom)
{
try
{
string SystemType = "nes/";
string repoid = GetFakeNESProdcode(rom);
List repoids = new List { SystemType + repoid };
FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.NES);
}
catch (Exception e)
{
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);
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
}
public void getBootIMGNDS(string rom)
{
try
{
string repoid = "";
string SystemType = "nds/";
using (var fs = new FileStream(rom,
FileMode.Open,
FileAccess.Read))
{
byte[] procode = new byte[4];
fs.Seek(0xC, SeekOrigin.Begin);
fs.Read(procode, 0, 4);
repoid = ByteArrayToString(procode);
Regex rgx = new Regex("[^a-zA-Z0-9 -]");
repoid = rgx.Replace(repoid, "");
Console.WriteLine("prodcode before scramble: " + repoid);
fs.Close();
Console.WriteLine("prodcode after scramble: " + repoid);
}
List repoids = new List
{
SystemType + repoid,
SystemType + repoid.Substring(0, 3) + "E",
SystemType + repoid.Substring(0, 3) + "P",
SystemType + repoid.Substring(0, 3) + "J"
};
FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.NDS);
}
catch (Exception e)
{
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);
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
}
public void getBootIMGN64(string rom)
{
try
{
string repoid = "";
string SystemType = "n64/";
List repoids = new List();
using var fs = new FileStream(rom,
FileMode.Open,
FileAccess.Read);
byte[] procode = new byte[6];
fs.Seek(0x3A, SeekOrigin.Begin);
fs.Read(procode, 0, 6);
repoid = ByteArrayToString(procode);
Regex rgx = new Regex("[^a-zA-Z0-9 -]");
repoid = rgx.Replace(repoid, "");
Console.WriteLine("prodcode before scramble: " + repoid);
fs.Close();
Console.WriteLine("prodcode after scramble: " + repoid);
repoids.Add(SystemType + repoid);
repoids.Add(SystemType + new string(new char[] { repoid[0], repoid[2], repoid[1], repoid[3] }));
FetchAndProcessRepoImages(SystemType, repoid, repoids, GameConsoles.N64);
}
catch (Exception e)
{
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);
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
}
static string GetMd5Hash(MD5 md5Hash, byte[] input)
{
// Compute the hash from the byte array input.
byte[] hashData = md5Hash.ComputeHash(input);
// Convert the byte array to a hexadecimal string.
return ConvertByteArrayToHexString(hashData);
}
static string GetMd5Hash(MD5 md5Hash, string input)
{
// Compute the hash from the string input.
byte[] hashData = md5Hash.ComputeHash(Encoding.UTF8.GetBytes(input));
// Convert the byte array to a hexadecimal string.
return ConvertByteArrayToHexString(hashData);
}
private static string ConvertByteArrayToHexString(byte[] data)
{
StringBuilder hexString = new StringBuilder(data.Length * 2);
// Loop through each byte of the hashed data
// and format each one as a hexadecimal string.
foreach (byte b in data)
hexString.Append(b.ToString("x2"));
return hexString.ToString();
}
static string getCodeOfNumbers(int number)
{
string ts = number.ToString();
int n1 = Convert.ToInt32(ts[0] + ts[1]);
int n2 = Convert.ToInt32(ts[2] + ts[3]);
int n3 = Convert.ToInt32(ts[4] + ts[5]);
int n4;
try
{
n4 = Convert.ToInt32(ts[6] + ts[7]);
}
catch (Exception)
{
n4 = Convert.ToInt32(ts[6]);
}
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' };
while (n1 > 23)
{
n1 -= 23;
}
while (n2 > 23)
{
n2 -= 23;
}
while (n3 > 23)
{
n3 -= 23;
}
while (n4 > 23)
{
n4 -= 23;
}
var toret = new char[] { letters[n1], letters[n2], letters[n3], letters[n4] };
return new string(toret).ToUpper();
}
private string ByteArrayToString(byte[] arr)
{
return new ASCIIEncoding().GetString(arr);
}
public string getInternalWIIGCNName(string OpenGame, bool gc)
{
string ret = "";
try
{
string TempString = "";
string SystemType = (gc ? "gcn" : "wii") + "/";
var repoid = "";
char TempChar;
//WBFS Check
List repoids = new List();
using (var reader = new BinaryReader(File.OpenRead(OpenGame)))
{
reader.BaseStream.Position = 0x00;
if (new FileInfo(OpenGame).Extension.Contains("wbfs")) //Performs actions if the header indicates a WBFS file
{
reader.BaseStream.Position = 0x200;
reader.BaseStream.Position = 0x218;
reader.BaseStream.Position = 0x220;
while ((TempChar = reader.ReadChar()) != 0) ret += TempChar;
reader.BaseStream.Position = 0x200;
while ((TempChar = reader.ReadChar()) != 0) TempString += TempChar;
repoid = TempString;
}
else
{
reader.BaseStream.Position = 0x18;
reader.BaseStream.Position = 0x20;
while ((TempChar = reader.ReadChar()) != 0) ret += TempChar;
reader.BaseStream.Position = 0x00;
while ((TempChar = reader.ReadChar()) != 0) TempString += TempChar;
repoid = TempString;
}
}
repoids.Add(SystemType + repoid);
repoids.Add(SystemType + repoid.Substring(0, 3) + "E" + repoid.Substring(4, 2));
repoids.Add(SystemType + repoid.Substring(0, 3) + "P" + repoid.Substring(4, 2));
repoids.Add(SystemType + repoid.Substring(0, 3) + "J" + repoid.Substring(4, 2));
FetchAndProcessRepoImages(SystemType, repoid, repoids, gc ? GameConsoles.GCN : GameConsoles.WII);
}
catch (Exception)
{
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!");
try
{
cm.Owner = mw;
}
catch (Exception) { }
cm.ShowDialog();
}
return ret;
}
public bool CheckForInternetConnection()
{
try
{
using (var client = new WebClient())
{
client.Proxy = null;
client.CachePolicy = new System.Net.Cache.RequestCachePolicy(System.Net.Cache.RequestCacheLevel.BypassCache);
client.DownloadString("http://google.com/generate_204");
}
return true;
}
catch (WebException)
{
ShowNoInternetConnectionMessage();
Environment.Exit(1);
return false;
}
catch (Exception ex)
{
// Optionally log the unexpected exception
Console.WriteLine($"Unexpected error: {ex.Message}");
ShowNoInternetConnectionMessage();
Environment.Exit(1);
return false;
}
}
private void ShowNoInternetConnectionMessage()
{
var cm = new Custom_Message("No Internet Connection",
"To download tools, bases, or required files, you need to be connected to the Internet. The program will now terminate.");
try
{
cm.Owner = mw;
}
catch (Exception ex)
{
// Optionally log the exception if setting the owner fails
Console.WriteLine($"Failed to set message owner: {ex.Message}");
}
cm.ShowDialog();
}
public bool CheckForInternetConnectionWOWarning()
{
try
{
using var client = new WebClient();
client.Proxy = null;
client.CachePolicy = new System.Net.Cache.RequestCachePolicy(System.Net.Cache.RequestCacheLevel.BypassCache);
client.DownloadString("http://google.com/generate_204");
return true;
}
catch (WebException)
{
return false;
}
catch (Exception ex)
{
// Optionally log the unexpected exception
Console.WriteLine($"Unexpected error: {ex.Message}");
return false;
}
}
///
/// Checks for additional files like INI and BootSound for the given console and repository IDs.
///
/// The game console type.
/// List of repository IDs to check for additional files.
private void checkForAdditionalFiles(GameConsoles console, List repoids)
{
string repoPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo");
if (!Directory.Exists(repoPath))
Directory.CreateDirectory(repoPath);
string linkbase = "https://raw.githubusercontent.com/UWUVCI-PRIME/UWUVCI-IMAGES/master/";
bool iniFound = false;
bool bootSoundFound = false;
string iniUrl = "";
string bootSoundUrl = "";
string bootSoundExtension = "btsnd";
// Check for INI file
if (console == GameConsoles.N64)
{
iniFound = TryFindFileInRepo(repoids, linkbase, "/game.ini", out iniUrl);
}
// Check for BootSound file
bootSoundFound = TryFindFileInRepo(repoids, linkbase, $"/BootSound.{bootSoundExtension}", out bootSoundUrl);
// Prompt user and download additional files if found
if (iniFound || bootSoundFound)
{
string message = GetAdditionalFilesMessage(iniFound, bootSoundFound);
var customMessage = new Custom_Message("Found additional Files", message);
SetWindowOwner(customMessage);
customMessage.ShowDialog();
if (addi)
{
DownloadAdditionalFiles(iniFound, iniUrl, bootSoundFound, bootSoundUrl, console, bootSoundExtension);
addi = false;
}
}
}
///
/// Tries to find a specific file in the repository.
///
/// List of repository IDs to search.
/// Base URL for the repository.
/// Specific file path to look for.
/// The found file URL.
/// True if the file is found, otherwise false.
private bool TryFindFileInRepo(List repoids, string linkbase, string filePath, out string fileUrl)
{
foreach (var repoid in repoids)
{
fileUrl = linkbase + repoid + filePath;
if (RemoteFileExists(fileUrl))
return true;
}
fileUrl = string.Empty;
return false;
}
///
/// Generates the appropriate message for additional files found.
///
/// Whether an INI file was found.
/// Whether a BootSound file was found.
/// A message string detailing the additional files found.
private string GetAdditionalFilesMessage(bool iniFound, bool bootSoundFound)
{
if (iniFound && bootSoundFound)
return "There is an additional INI and BootSound file available for download. Do you want to download those?";
if (iniFound)
return "There is an additional INI file available for download. Do you want to download it?";
if (bootSoundFound)
return "There is an additional BootSound file available for download. Do you want to download it?";
return "There are more additional files found. Do you want to download those?";
}
///
/// Sets the owner of the window to the main window if possible.
///
/// The window to set the owner for.
private void SetWindowOwner(Custom_Message window)
{
try
{
window.Owner = mw;
}
catch (Exception)
{
// Suppress exception when setting owner fails
}
}
///
/// Downloads additional files (INI and BootSound) if they exist.
///
/// Whether an INI file was found.
/// The URL of the INI file.
/// Whether a BootSound file was found.
/// The URL of the BootSound file.
/// The game console type.
/// The file extension for BootSound.
private void DownloadAdditionalFiles(bool iniFound, string iniUrl, bool bootSoundFound, string bootSoundUrl, GameConsoles console, string bootSoundExtension)
{
var client = new WebClient();
string repoPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo");
if (iniFound)
{
string iniFilePath = Path.Combine(repoPath, "game.ini");
client.DownloadFile(iniUrl, iniFilePath);
(Thing as N64Config).ini.Text = iniFilePath;
GameConfiguration.N64Stuff.INIPath = iniFilePath;
}
if (bootSoundFound)
{
string bootSoundFilePath = Path.Combine(repoPath, $"bootSound.{bootSoundExtension}");
client.DownloadFile(bootSoundUrl, bootSoundFilePath);
BootSound = bootSoundFilePath;
switch (console)
{
case GameConsoles.NDS:
case GameConsoles.NES:
case GameConsoles.SNES:
case GameConsoles.MSX:
(Thing as OtherConfigs).sound.Text = bootSoundFilePath;
break;
case GameConsoles.GBA:
(Thing as GBA).sound.Text = bootSoundFilePath;
break;
case GameConsoles.N64:
(Thing as N64Config).sound.Text = bootSoundFilePath;
break;
case GameConsoles.WII:
if (test == GameConsoles.GCN)
(Thing as GCConfig).sound.Text = bootSoundFilePath;
else
(Thing as WiiConfig).sound.Text = bootSoundFilePath;
break;
case GameConsoles.TG16:
(Thing as TurboGrafX).sound.Text = bootSoundFilePath;
break;
}
}
}
public string GetURL(string console)
{
string lowerConsole = console.ToLowerInvariant();
string formattedConsole = (lowerConsole == "tg16" || lowerConsole == "tgcd") ? "tgfx" : lowerConsole;
return $"https://uwuvci-prime.github.io/UWUVCI-Resources/{formattedConsole}/{formattedConsole}.html";
}
WaveOutEvent waveOutEvent = new WaveOutEvent();
AudioFileReader audioFileReader;
public System.Timers.Timer t;
public bool passtrough = true;
internal bool enableWii = true;
internal bool backupenableWii = true;
public void PlaySound()
{
try
{
t = new System.Timers.Timer(200);
t.Elapsed += isDone;
audioFileReader = new AudioFileReader(BootSound);
waveOutEvent.Init(audioFileReader);
t.Start();
Console.WriteLine("Playing file...");
waveOutEvent.Play();
}
catch (Exception ex)
{
Console.WriteLine($"Error playing sound: {ex.Message}");
}
}
public void isDoneMW()
{
try
{
waveOutEvent?.Stop();
waveOutEvent?.Dispose();
audioFileReader?.Dispose();
t?.Stop();
}
catch (Exception ex)
{
Console.WriteLine($"Error during sound cleanup: {ex.Message}");
}
}
public void isDone(object source, ElapsedEventArgs e)
{
try
{
if (waveOutEvent.PlaybackState == PlaybackState.Stopped ||
waveOutEvent.GetPositionTimeSpan() > TimeSpan.FromSeconds(6))
{
waveOutEvent.Stop();
waveOutEvent.Dispose();
audioFileReader.Dispose();
t.Stop();
}
}
catch (Exception ex)
{
Console.WriteLine($"Error during playback check: {ex.Message}");
}
}
public void RestartIntoBypass()
{
using (Process p = new Process())
{
p.StartInfo.FileName = System.Windows.Application.ResourceAssembly.Location;
p.StartInfo.Arguments = $"{(debug ? "--debug " : string.Empty)}--skip{(saveworkaround ? " --spacebypass" : string.Empty)}";
p.Start();
}
Environment.Exit(0);
}
/// The type of system (e.g., "Wii", "N64").
/// The repository ID for the image.
/// An optional list of repository IDs to check for images.
private void GetRepoImages(string SystemType, string repoid, List repoids = null)
{
string linkbase = "https://raw.githubusercontent.com/UWUVCI-PRIME/UWUVCI-IMAGES/master/";
string[] extensions = { "png", "jpg", "jpeg", "tga" };
// If no specific repoids are provided, generate possible repoids based on the given repoid
if (repoids == null || repoids?.Count == 0)
repoids = GenerateRepoIds(SystemType, repoid);
// Iterate through all combinations of repoids and extensions to find an existing image
foreach (string extension in extensions)
foreach (string id in repoids)
{
string imageUrl = $"{linkbase}{id}/iconTex.{extension}";
if (RemoteFileExists(imageUrl))
{
HandleImageLoading(imageUrl, extension, id);
return;
}
}
}
///
/// Generates a list of possible repository IDs based on the system type and the provided repository ID.
///
/// The type of system (e.g., "Wii", "N64").
/// The repository ID for the image.
/// A list of possible repository IDs.
private List GenerateRepoIds(string SystemType, string repoid)
{
string fakeId = new string(new char[] { repoid[0], repoid[2], repoid[1], repoid[3] });
return new List
{
SystemType + repoid,
SystemType + repoid.Substring(0, 3) + "E",
SystemType + repoid.Substring(0, 3) + "P",
SystemType + repoid.Substring(0, 3) + "J",
SystemType + fakeId,
SystemType + fakeId.Substring(0, 3) + "E",
SystemType + fakeId.Substring(0, 3) + "P",
SystemType + fakeId.Substring(0, 3) + "J"
};
}
///
/// Handles the image loading process and displays any necessary messages to the user.
///
/// The URL of the image to load.
/// The file extension of the image.
/// The repository ID associated with the image.
private void HandleImageLoading(string imageUrl, string extension, string repoid)
{
if (extension.Equals("tga", StringComparison.OrdinalIgnoreCase))
ShowTgaWarning();
var imgMessage = new IMG_Message(imageUrl, imageUrl.Replace("iconTex", "bootTvTex"), repoid);
try
{
imgMessage.Owner = mw;
}
catch (Exception)
{
// Swallow exception to prevent crashing when setting the owner fails
}
imgMessage.ShowDialog();
}
///
/// Displays a warning message when a TGA image is detected.
///
private void ShowTgaWarning()
{
var message = new Custom_Message("TGA Extension Warning",
"TGA files can't natively be rendered in UWUVCI. Instead, the image may show an error. This is normal behavior.\n\n" +
"If there are actual errors, please download the files from \"https://github.com/UWUVCI-PRIME/UWUVCI-IMAGES\", convert them to PNG, " +
"and then manually insert them.");
try
{
message.Owner = mw;
}
catch (Exception)
{
// Swallow exception to prevent crashing when setting the owner fails
}
message.ShowDialog();
}
}
}
================================================
FILE: UWUVCI AIO WPF/Models/N64Conf.cs
================================================
using System;
namespace UWUVCI_AIO_WPF.Models
{
[Serializable]
public class N64Conf
{
private string iniPath = null;
public string INIPath
{
get { return iniPath; }
set { iniPath = value;
}
}
private bool darkFilter = false;
public bool DarkFilter
{
get { return darkFilter; }
set { darkFilter = value;
}
}
private bool wideScreen = false;
public bool WideScreen
{
get { return wideScreen; }
set { wideScreen = value; }
}
public byte[] INIBin { get; set; }
}
}
================================================
FILE: UWUVCI AIO WPF/Models/PNGTGA.cs
================================================
using System;
namespace UWUVCI_AIO_WPF.Models
{
[Serializable]
public class PNGTGA
{
private string imgPath = null;
public string ImgPath
{
get { return imgPath; }
set { imgPath = value;
}
}
public byte[] ImgBin { get; set; } = null;
public string extension { get; set; }
}
}
================================================
FILE: UWUVCI AIO WPF/Models/TKeys.cs
================================================
using GameBaseClassLibrary;
using System;
namespace UWUVCI_AIO_WPF.Models
{
[Serializable]
public class TKeys
{
public GameBases Base { get; set; }
public string Tkey { get; set; } = null;
}
}
================================================
FILE: UWUVCI AIO WPF/Models/ToolStep.cs
================================================
namespace UWUVCI_AIO_WPF.Models
{
public class ToolStep
{
public string ToolName { get; set; } // The name of the tool to run (e.g., wit, nfs2iso2nfs)
public string Arguments { get; set; } // The arguments to pass to the tool
public string CurrentDirectory { get; set; } // The directory where the tool should be run
public string Function { get; set; } // The function in UWUVCI where the step originated
}
}
================================================
FILE: UWUVCI AIO WPF/Properties/AssemblyInfo.cs
================================================
using System.Reflection;
using System.Runtime.InteropServices;
using System.Windows;
// Allgemeine Informationen über eine Assembly werden über die folgenden
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die einer Assembly zugeordnet sind.
[assembly: AssemblyTitle("UWUVCI AIO")]
[assembly: AssemblyDescription("Ultimate Wii U Virtual Console Injector")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("NicoAICP, ZestyTS")]
[assembly: AssemblyProduct("UWUVCI AIO")]
[assembly: AssemblyCopyright("Copyright © 2025")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Durch Festlegen von ComVisible auf FALSE werden die Typen in dieser Assembly
// für COM-Komponenten unsichtbar. Wenn Sie auf einen Typ in dieser Assembly von
// COM aus zugreifen müssen, sollten Sie das ComVisible-Attribut für diesen Typ auf "True" festlegen.
[assembly: ComVisible(false)]
//Um mit dem Erstellen lokalisierbarer Anwendungen zu beginnen, legen Sie
//ImCodeVerwendeteKultur in der .csproj-Datei
//in einer fest. Wenn Sie in den Quelldateien beispielsweise Deutsch
//(Deutschland) verwenden, legen Sie auf \"de-DE\" fest. Heben Sie dann die Auskommentierung
//des nachstehenden NeutralResourceLanguage-Attributs auf. Aktualisieren Sie "en-US" in der nachstehenden Zeile,
//sodass es mit der UICulture-Einstellung in der Projektdatei übereinstimmt.
//[assembly: NeutralResourcesLanguage("en-US", UltimateResourceFallbackLocation.Satellite)]
[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //Speicherort der designspezifischen Ressourcenwörterbücher
//(wird verwendet, wenn eine Ressource auf der Seite nicht gefunden wird,
// oder in den Anwendungsressourcen-Wörterbüchern nicht gefunden werden kann.)
ResourceDictionaryLocation.SourceAssembly //Speicherort des generischen Ressourcenwörterbuchs
//(wird verwendet, wenn eine Ressource auf der Seite nicht gefunden wird,
// designspezifischen Ressourcenwörterbuch nicht gefunden werden kann.)
)]
// Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
//
// Hauptversion
// Nebenversion
// Buildnummer
// Revision
//
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.100.1")]
[assembly: AssemblyFileVersion("3.100.1")]
================================================
FILE: UWUVCI AIO WPF/Properties/Resources.Designer.cs
================================================
//------------------------------------------------------------------------------
//
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
//
//------------------------------------------------------------------------------
namespace UWUVCI_AIO_WPF.Properties {
using System;
///
/// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
///
// Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
// -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
// Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
// mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
///
/// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("UWUVCI_AIO_WPF.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
/// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap bootLogoTex {
get {
object obj = ResourceManager.GetObject("bootLogoTex", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap GB_alt1 {
get {
object obj = ResourceManager.GetObject("GB_alt1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap GB_alt2 {
get {
object obj = ResourceManager.GetObject("GB_alt2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap GBA {
get {
object obj = ResourceManager.GetObject("GBA", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap GBA_alt1 {
get {
object obj = ResourceManager.GetObject("GBA_alt1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap GBA_alt2 {
get {
object obj = ResourceManager.GetObject("GBA_alt2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap GBC {
get {
object obj = ResourceManager.GetObject("GBC", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap GBC_alt1 {
get {
object obj = ResourceManager.GetObject("GBC_alt1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap GBC_alt2 {
get {
object obj = ResourceManager.GetObject("GBC_alt2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap GCN {
get {
object obj = ResourceManager.GetObject("GCN", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap GCN_ICON2 {
get {
object obj = ResourceManager.GetObject("GCN_ICON2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap GCN_ICON3 {
get {
object obj = ResourceManager.GetObject("GCN_ICON3", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap HBICON {
get {
object obj = ResourceManager.GetObject("HBICON", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap homebrew3 {
get {
object obj = ResourceManager.GetObject("homebrew3", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap Icon {
get {
object obj = ResourceManager.GetObject("Icon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Byte[].
///
internal static byte[] mario {
get {
object obj = ResourceManager.GetObject("mario", resourceCulture);
return ((byte[])(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap MSX {
get {
object obj = ResourceManager.GetObject("MSX", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap MSX_alt1 {
get {
object obj = ResourceManager.GetObject("MSX_alt1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap MSX_alt2 {
get {
object obj = ResourceManager.GetObject("MSX_alt2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap N64 {
get {
object obj = ResourceManager.GetObject("N64", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap N64_alt1 {
get {
object obj = ResourceManager.GetObject("N64_alt1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap N64_alt2 {
get {
object obj = ResourceManager.GetObject("N64_alt2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap NDS {
get {
object obj = ResourceManager.GetObject("NDS", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap NDS_Alt1 {
get {
object obj = ResourceManager.GetObject("NDS_Alt1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap NDS_Alt2 {
get {
object obj = ResourceManager.GetObject("NDS_Alt2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap NES {
get {
object obj = ResourceManager.GetObject("NES", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap NES_alt1 {
get {
object obj = ResourceManager.GetObject("NES_alt1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap NES_alt2 {
get {
object obj = ResourceManager.GetObject("NES_alt2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap newgameboy {
get {
object obj = ResourceManager.GetObject("newgameboy", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap SFAM {
get {
object obj = ResourceManager.GetObject("SFAM", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap SNES_alt1 {
get {
object obj = ResourceManager.GetObject("SNES_alt1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap SNES_alt2 {
get {
object obj = ResourceManager.GetObject("SNES_alt2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap SNES_PAL {
get {
object obj = ResourceManager.GetObject("SNES_PAL", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap SNES_USA {
get {
object obj = ResourceManager.GetObject("SNES_USA", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap TG16 {
get {
object obj = ResourceManager.GetObject("TG16", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap TGCD {
get {
object obj = ResourceManager.GetObject("TGCD", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap TGFX_alt1 {
get {
object obj = ResourceManager.GetObject("TGFX_alt1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap TGFX_alt2 {
get {
object obj = ResourceManager.GetObject("TGFX_alt2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap WII {
get {
object obj = ResourceManager.GetObject("WII", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap Wii2 {
get {
object obj = ResourceManager.GetObject("Wii2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap wii3New {
get {
object obj = ResourceManager.GetObject("wii3New", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap WiiIcon {
get {
object obj = ResourceManager.GetObject("WiiIcon", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
///
/// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap.
///
internal static System.Drawing.Bitmap WIIWARE {
get {
object obj = ResourceManager.GetObject("WIIWARE", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
}
}
================================================
FILE: UWUVCI AIO WPF/Properties/Resources.resx
================================================
text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
..\Resources\bootLogoTex.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\GBA.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\GBA alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\GBA alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\GBC.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\GBC alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\GBC alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\GB alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\GB alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\GCN.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\GCN ICON2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\GCN ICON3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\HBICON.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\homebrew3.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\mario.mp3;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
..\Resources\MSX.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\MSX alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\MSX alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\N64.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\N64 alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\N64 alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\NDS.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\NDS Alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\NDS Alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\NES.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\NES alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\NES alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\newgameboy.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\SFAM.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\SNES alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\SNES alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\SNES-PAL.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\SNES-USA.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\TG16.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\TGCD.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\TGFX alt1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\TGFX alt2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\WII.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\Wii2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\wii3New.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\WiiIcon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
..\Resources\WIIWARE.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
================================================
FILE: UWUVCI AIO WPF/Properties/Settings.Designer.cs
================================================
//------------------------------------------------------------------------------
//
// Dieser Code wurde von einem Tool generiert.
// Laufzeitversion:4.0.30319.42000
//
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
// der Code erneut generiert wird.
//
//------------------------------------------------------------------------------
namespace UWUVCI_AIO_WPF.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.13.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool PathsSet {
get {
return ((bool)(this["PathsSet"]));
}
set {
this["PathsSet"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string BasePath {
get {
return ((string)(this["BasePath"]));
}
set {
this["BasePath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string OutPath {
get {
return ((string)(this["OutPath"]));
}
set {
this["OutPath"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string Ckey {
get {
return ((string)(this["Ckey"]));
}
set {
this["Ckey"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SetBaseOnce {
get {
return ((bool)(this["SetBaseOnce"]));
}
set {
this["SetBaseOnce"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool SetOutOnce {
get {
return ((bool)(this["SetOutOnce"]));
}
set {
this["SetOutOnce"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool UpgradeRequired {
get {
return ((bool)(this["UpgradeRequired"]));
}
set {
this["UpgradeRequired"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string SysKey {
get {
return ((string)(this["SysKey"]));
}
set {
this["SysKey"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string SysKey1 {
get {
return ((string)(this["SysKey1"]));
}
set {
this["SysKey1"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool dont {
get {
return ((bool)(this["dont"]));
}
set {
this["dont"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool ndsw {
get {
return ((bool)(this["ndsw"]));
}
set {
this["ndsw"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool snesw {
get {
return ((bool)(this["snesw"]));
}
set {
this["snesw"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool gczw {
get {
return ((bool)(this["gczw"]));
}
set {
this["gczw"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("")]
public string Ancast {
get {
return ((string)(this["Ancast"]));
}
set {
this["Ancast"] = value;
}
}
}
}
================================================
FILE: UWUVCI AIO WPF/Properties/Settings.settings
================================================
False
False
False
True
False
False
False
False
================================================
FILE: UWUVCI AIO WPF/Settings.cs
================================================
namespace UWUVCI_AIO_WPF.Properties {
// Diese Klasse ermöglicht die Behandlung bestimmter Ereignisse der Einstellungsklasse:
// Das SettingChanging-Ereignis wird ausgelöst, bevor der Wert einer Einstellung geändert wird.
// Das PropertyChanged-Ereignis wird ausgelöst, nachdem der Wert einer Einstellung geändert wurde.
// Das SettingsLoaded-Ereignis wird ausgelöst, nachdem die Einstellungswerte geladen wurden.
// Das SettingsSaving-Ereignis wird ausgelöst, bevor die Einstellungswerte gespeichert werden.
internal sealed partial class Settings {
public Settings() {
// // Heben Sie die Auskommentierung der unten angezeigten Zeilen auf, um Ereignishandler zum Speichern und Ändern von Einstellungen hinzuzufügen:
//
// this.SettingChanging += this.SettingChangingEventHandler;
//
// this.SettingsSaving += this.SettingsSavingEventHandler;
//
}
private void SettingChangingEventHandler(object sender, System.Configuration.SettingChangingEventArgs e) {
// Fügen Sie hier Code zum Behandeln des SettingChangingEvent-Ereignisses hinzu.
}
private void SettingsSavingEventHandler(object sender, System.ComponentModel.CancelEventArgs e) {
// Fügen Sie hier Code zum Behandeln des SettingsSaving-Ereignisses hinzu.
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Done.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Done.xaml.cs
================================================
using System.Windows.Controls;
namespace UWUVCI_AIO_WPF.UI
{
///
/// Interaktionslogik für Done.xaml
///
public partial class Done : Page
{
public Done()
{
InitializeComponent();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrame.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrame.xaml.cs
================================================
using GameBaseClassLibrary;
using System;
using System.Windows;
using System.Windows.Controls;
namespace UWUVCI_AIO_WPF.UI.Frames
{
///
/// Interaktionslogik für NDSFrame.xaml
///
public partial class INJECTFRAME : Page, IDisposable
{
MainViewModel mvm;
GameConsoles console;
public INJECTFRAME(GameConsoles console)
{
mvm = FindResource("mvm") as MainViewModel;
mvm.GameConfiguration.Console = console;
InitializeComponent();
this.console = console;
if(console == GameConsoles.N64)
{
fLoadConfig.Content = new InjectFrames.Configurations.N64Config();
} else if (console == GameConsoles.TG16)
{
fLoadConfig.Content = new InjectFrames.Configurations.TurboGrafX();
}
else if (console == GameConsoles.GBA)
{
fLoadConfig.Content = new InjectFrames.Configurations.GBA();
}
else if (console == GameConsoles.WII)
{
fLoadConfig.Content = new InjectFrames.Configurations.WiiConfig();
}
else if (console == GameConsoles.GCN)
{
fLoadConfig.Content = new InjectFrames.Configurations.GCConfig();
}
else
{
fLoadConfig.Content = new InjectFrames.Configurations.OtherConfigs();
}
mvm.injected2 = false;
Console.WriteLine("GameConfig : " + mvm.GameConfiguration.Console.ToString());
fBaseFrame.Content = new InjectFrames.Bases.BaseContainerFrame(console);
}
public INJECTFRAME(GameConsoles console, GameConfig c)
{
mvm = FindResource("mvm") as MainViewModel;
mvm.GameConfiguration.Console = console;
InitializeComponent();
this.console = console;
if (console == GameConsoles.N64)
{
fLoadConfig.Content = new InjectFrames.Configurations.N64Config(c);
}
else if (console == GameConsoles.TG16)
{
fLoadConfig.Content = new InjectFrames.Configurations.TurboGrafX(c);
}
else if (console == GameConsoles.GBA)
{
fLoadConfig.Content = new InjectFrames.Configurations.GBA(c);
}
else if (console == GameConsoles.WII)
{
fLoadConfig.Content = new InjectFrames.Configurations.WiiConfig(c);
}
else if (console == GameConsoles.GCN)
{
fLoadConfig.Content = new InjectFrames.Configurations.GCConfig(c);
}
else
{
fLoadConfig.Content = new InjectFrames.Configurations.OtherConfigs(c);
}
fBaseFrame.Content = new InjectFrames.Bases.BaseContainerFrame(console);
}
public void Dispose()
{
}
private void Button_Click(object sender, RoutedEventArgs e)
{
//import config
mvm.selectConfig(console);
}
private void Button_Click_1(object sender, RoutedEventArgs e)
{
//Export config
mvm.ExportFile();
}
private void Button_Click_2(object sender, RoutedEventArgs e)
{
mvm.Pack(true);
mvm.resetCBASE();
}
private void Button_Click_3(object sender, RoutedEventArgs e)
{
mvm.Pack(false);
mvm.resetCBASE();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Bases/BaseContainerFrame.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Bases/BaseContainerFrame.xaml.cs
================================================
using GameBaseClassLibrary;
using System;
using System.Windows;
using System.Windows.Controls;
namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases
{
///
/// Interaktionslogik für BaseContainerFrame.xaml
///
public partial class BaseContainerFrame : Page
{
private GameConsoles console;
MainViewModel mvm;
bool insertedConfig = false;
public BaseContainerFrame(GameConsoles console)
{
InitializeComponent();
mvm = (MainViewModel)FindResource("mvm");
mvm.GameConfiguration.Console = console;
this.console = console == GameConsoles.GCN ? GameConsoles.WII : console;
mvm.GetBases(this.console);
mvm.bcf = this;
if (console == GameConsoles.NES)
{
cbCombo.ToolTip = "We recommend Metal Slader Glory for NES Injection!";
}
else if (console == GameConsoles.GBA)
{
cbCombo.ToolTip = "For RTC use RockMan EXE 4.5 as base";
}
else if (console == GameConsoles.SNES)
{
cbCombo.ToolTip = "We recommend Kirby's Dream Land 3 for SNES Injection!";
}
else if(console == GameConsoles.MSX)
{
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";
}
}
private void ComboBox_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
try
{
mvm = FindResource("mvm") as MainViewModel;
mvm.removeCBASE();
if (cbCombo.SelectedIndex != -1)
{
if (cbCombo.SelectedIndex == 0)
{
id.Visibility = Visibility.Hidden;
idtxt.Visibility = Visibility.Hidden;
fLoadFrame.Content = new CustomBaseFrame(mvm.LBases[cbCombo.SelectedIndex], console, insertedConfig);
}
else
{
id.Visibility = Visibility.Visible;
idtxt.Visibility = Visibility.Visible;
fLoadFrame.Content = new NonCustomBaseFrame(mvm.LBases[cbCombo.SelectedIndex], console, insertedConfig, this);
idtxt.Content = mvm.GameConfiguration.BaseRom.Tid;
}
mvm.OldIndex = cbCombo.SelectedIndex;
}
}
catch (Exception)
{
//left blank on purpose
}
}
private void id_Click(object sender, RoutedEventArgs e)
{
Clipboard.SetText(mvm.GameConfiguration.BaseRom.Tid);
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Bases/CustomBaseFrame.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Bases/CustomBaseFrame.xaml.cs
================================================
using System;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using GameBaseClassLibrary;
using System.IO;
using UWUVCI_AIO_WPF.UI.Windows;
using Microsoft.WindowsAPICodePack.Dialogs;
namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases
{
///
/// Interaktionslogik für CustomBaseFrame.xaml
///
public partial class CustomBaseFrame : Page
{
GameConsoles console;
GameBases bases;
bool existing;
MainViewModel mvm;
public CustomBaseFrame(GameBases Base, GameConsoles console, bool existing)
{
InitializeComponent();
tbCode.Text = "Code Folder not found";
tbCode.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));
tbContent.Text = "Content Folder not found";
tbContent.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));
tbMeta.Text = "Meta Folder not found";
tbMeta.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));
mvm = (MainViewModel)FindResource("mvm");
bases = Base;
mvm.isCkeySet();
this.existing = existing;
this.console = console;
mvm.SetCBASE(this);
if (mvm.Ckeys)
{
CK.Visibility = Visibility.Hidden;
path.IsEnabled = true;
}
}
private void Button_Click(object sender, RoutedEventArgs e)
{
tbCode.Text = "Code Folder not found";
tbCode.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));
tbContent.Text = "Content Folder not found";
tbContent.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));
tbMeta.Text = "Meta Folder not found";
tbMeta.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));
mvm.BaseDownloaded = false;
mvm.CBasePath = null;
//warning if using custom bases program may crash
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");
try {
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
if(mvm.choosefolder)
{
mvm.choosefolder = false; //get folder
using (var dialog = new CommonOpenFileDialog())
{
dialog.IsFolderPicker = true;
CommonFileDialogResult result = dialog.ShowDialog();
if (result == CommonFileDialogResult.Ok)
{
try
{
if (mvm.DirectoryIsEmpty(dialog.FileName))
{
Custom_Message cm1 = new Custom_Message("Issue", "The Folder is Empty. Please choose another Folder.");
try
{
cm.Owner = mvm.mw;
}
catch (Exception )
{
}
cm1.ShowDialog();
}
else
{
if(Directory.GetDirectories(dialog.FileName).Length > 3)
{
Custom_Message cm1 = new Custom_Message("Issue", "This Folder has too many subfolders. Please choose another folder");
try
{
cm.Owner = mvm.mw;
}
catch (Exception )
{
}
cm1.ShowDialog();
}
else
{
if(Directory.GetDirectories(dialog.FileName).Length > 0)
{
//Code Content Meta
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")))
{
//create new Game Config
mvm.GameConfiguration.Console = console;
mvm.GameConfiguration.CBasePath = dialog.FileName;
GameBases gb = new GameBases();
gb.Name = "Custom";
gb.Region = Regions.EU;
gb.Path = mvm.GameConfiguration.CBasePath;
bar.Text = gb.Path;
mvm.GameConfiguration.BaseRom = gb;
tbCode.Text = "Code Folder exists";
tbCode.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));
tbContent.Text = "Content Folder exists";
tbContent.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));
tbMeta.Text = "Meta Folder exists";
tbMeta.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));
mvm.BaseDownloaded = true;
}
else
{
Custom_Message cm1 = new Custom_Message("Issue", "This folder is not in the \"loadiine\" format");
try
{
cm.Owner = mvm.mw;
}
catch (Exception )
{
}
cm1.ShowDialog();
}
}
else
{
//WUP
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")))
{
if (mvm.CBaseConvertInfo())
{
//Convert to LOADIINE => save under bases/custom or custom_x path => create new config
string path = Injection.ExtractBase(dialog.FileName, console);
mvm.GameConfiguration = new GameConfig();
mvm.GameConfiguration.Console = console;
mvm.GameConfiguration.CBasePath = path;
GameBases gb = new GameBases();
gb.Name = "Custom";
gb.Region = Regions.EU;
gb.Path = mvm.GameConfiguration.CBasePath;
mvm.CBasePath = mvm.GameConfiguration.CBasePath;
mvm.GameConfiguration.BaseRom = gb;
tbCode.Text = "Code Folder exists";
tbCode.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));
tbContent.Text = "Content Folder exists";
tbContent.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));
tbMeta.Text = "Meta Folder exists";
tbMeta.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));
mvm.BaseDownloaded = true;
}
}
else
{
Custom_Message cm1 = new Custom_Message("Issue", "This Folder does not contain needed NUS files");
try
{
cm.Owner = mvm.mw;
}
catch (Exception )
{
}
cm1.ShowDialog();
}
}
}
}
}
catch (Exception )
{
}
}
}
}
}
public void Reset()
{
tbCode.Text = "Code Folder not found";
tbCode.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));
tbContent.Text = "Content Folder not found";
tbContent.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));
tbMeta.Text = "Meta Folder not found";
tbMeta.Foreground = new SolidColorBrush(Color.FromRgb(205, 50, 50));
mvm = (MainViewModel)FindResource("mvm");
}
private void CK_Click(object sender, RoutedEventArgs e)
{
mvm.EnterKey(true);
if (mvm.Ckeys)
{
CK.Visibility = Visibility.Hidden;
path.IsEnabled = true;
}
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Bases/NonCustomBaseFrame.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Bases/NonCustomBaseFrame.xaml.cs
================================================
using GameBaseClassLibrary;
using System.Collections.Generic;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Media;
namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Bases
{
///
/// Interaktionslogik für NonCustomBaseFrame.xaml
///
public partial class NonCustomBaseFrame : Page
{
MainViewModel mvm;
GameBases Base;
BaseContainerFrame bc;
bool ex;
GameConsoles consoles;
public NonCustomBaseFrame(GameBases Base, GameConsoles console, bool existing, BaseContainerFrame bcf)
{
InitializeComponent();
mvm = (MainViewModel)FindResource("mvm");
bc = bcf;
this.Base = Base;
ex = existing;
consoles = console;
createConfig(Base, console);
checkStuff(mvm.getInfoOfBase(Base));
}
public NonCustomBaseFrame()
{
InitializeComponent();
mvm = (MainViewModel)FindResource("mvm");
}
private void createConfig(GameBases Base, GameConsoles console)
{
mvm.GameConfiguration.BaseRom = Base;
mvm.GameConfiguration.Console = console;
}
private void checkStuff(List info)
{
mvm.CanInject = false;
mvm.Injected = false;
if (info[0])
{
tbDWNL.Text = "Base Downloaded";
tbDWNL.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));
btnDwnlnd.Content = "Redownload";
}
if (info[1])
{
TK.Visibility = Visibility.Hidden;
tbTK.Text = "TitleKey Entered";
tbTK.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));
}
else
{
TK.Visibility = Visibility.Visible;
}
if (info[2])
{
CK.Visibility = Visibility.Hidden;
tbCK.Text = "CommonKey Entered";
tbCK.Foreground = new SolidColorBrush(Color.FromRgb(50, 205, 50));
}
else
{
CK.Visibility = Visibility.Visible;
}
if(info[1] && info[2])
{
btnDwnlnd.IsEnabled = true;
if (info[0])
{
mvm.BaseDownloaded = true;
if (mvm.RomSet) mvm.CanInject = true;
}
else
{
mvm.BaseDownloaded = false;
}
}
}
private void btnDwnlnd_Click(object sender, RoutedEventArgs e)
{
mvm.Download();
Thread.Sleep(500);
checkStuff(mvm.getInfoOfBase(Base));
}
private void btnDwnlnd_Copy_Click(object sender, RoutedEventArgs e)
{
mvm.GbTemp = Base;
mvm.EnterKey(false);
checkStuff(mvm.getInfoOfBase(Base));
}
private void btnDwnlnd_Copy1_Click(object sender, RoutedEventArgs e)
{
mvm.EnterKey(true);
checkStuff(mvm.getInfoOfBase(Base));
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/BrightnessValidationRule.cs
================================================
using System.Globalization;
using System.Windows.Controls;
namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
{
public class BrightnessValidationRule : ValidationRule
{
public override ValidationResult Validate(object value, CultureInfo cultureInfo)
{
int brightness;
if (int.TryParse(value as string, out brightness))
{
if (brightness >= 0 && brightness <= 100)
return ValidationResult.ValidResult;
else
return new ValidationResult(false, "Brightness must be between 0 and 100.");
}
return new ValidationResult(false, "Invalid input. Brightness must be an integer.");
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/GBA.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/GBA.xaml.cs
================================================
using System;
using System.IO;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using UWUVCI_AIO_WPF.Classes;
using UWUVCI_AIO_WPF.Models;
using UWUVCI_AIO_WPF.UI.Windows;
namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
{
///
/// Interaktionslogik für OtherConfigs.xaml
///
public partial class GBA : Page, IDisposable
{
MainViewModel mvm;
public GBA()
{
mvm = (MainViewModel)FindResource("mvm");
mvm.GameConfiguration.GBAStuff = new N64Conf
{
DarkFilter = true
};
InitializeComponent();
mvm.setThing(this);
Injection.ToolTip = "Changing the extension of a ROM may result in a faulty inject.\nWe will not give any support in such cases";
}
public void clearImages(int i)
{
switch (i)
{
case 0:
icoIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGAIco = new PNGTGA();
ic.Text = null;
break;
case 1:
tvIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGATv = new PNGTGA();
tv.Text = null;
break;
case 2:
drcIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGADrc = new PNGTGA();
drc.Text = null;
break;
case 3:
logIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGALog = new PNGTGA();
log.Text = null;
break;
}
}
private void SoundImg_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
mvm.PlaySound();
}
private void sound_TextChanged(object sender, TextChangedEventArgs e)
{
try
{
if (File.Exists(mvm.BootSound))
{
if (!new FileInfo(mvm.BootSound).Extension.Contains("btsnd"))
{
SoundImg.Visibility = Visibility.Visible;
}
else
{
SoundImg.Visibility = Visibility.Hidden;
}
}
}
catch (Exception)
{
}
}
public GBA(GameConfig c)
{
InitializeComponent();
mvm = FindResource("mvm") as MainViewModel;
mvm.GameConfiguration = c.Clone(); getInfoFromConfig();
mvm.setThing(this);
Injection.ToolTip = "Changing the extension of a ROM may result in a faulty inject.\nWe will not give any support in such cases";
}
public void Dispose()
{
}
private void Set_Rom_Path(object sender, RoutedEventArgs e)
{
string path = string.Empty;
path = mvm.GetFilePath(true, false);
if (!CheckIfNull(path))
{
mvm.RomPath = path;
mvm.RomSet = true;
if (mvm.BaseDownloaded)
{
mvm.CanInject = true;
}
FileInfo inf = new FileInfo(path);
if (inf.Extension.ToLower() != ".gb" && inf.Extension.ToLower() != ".gbc")
{
mvm.getBootIMGGBA(mvm.RomPath);
}
}
}
private void InjectGame(object sender, RoutedEventArgs e)
{
if (File.Exists(tv.Text))
{
mvm.GameConfiguration.TGATv.ImgPath = tv.Text;
}
else if (!tv.Text.Equals("Added via Config") && !tv.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGATv.ImgPath = null;
}
if (File.Exists(ic.Text))
{
mvm.GameConfiguration.TGAIco.ImgPath = ic.Text;
}
else if (!ic.Text.Equals("Added via Config") && !ic.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGAIco.ImgPath = null;
}
if (File.Exists(log.Text))
{
mvm.GameConfiguration.TGALog.ImgPath = log.Text;
}
else if (!log.Text.Equals("Added via Config") && !log.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGALog.ImgPath = null;
}
if (File.Exists(drc.Text))
{
mvm.GameConfiguration.TGADrc.ImgPath = drc.Text;
}
else if (!drc.Text.Equals("Added via Config") && !drc.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGADrc.ImgPath = null;
}
mvm.GameConfiguration.GameName = gn.Text;
mvm.Inject(false);
mvm.PokePatch = false;
rbRDF.IsChecked = true;
}
private void Set_TvTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootTvTex.png");
ImageCreator ic;
if (!string.IsNullOrEmpty(mvm.RomPath))
{
if (new FileInfo(mvm.RomPath).Extension.ToLower() == ".gb")
{
ic = new ImageCreator(false, GameBaseClassLibrary.GameConsoles.GBA, "bootTvTex");
}
else if (new FileInfo(mvm.RomPath).Extension.ToLower() == ".gbc")
{
ic = new ImageCreator(true, GameBaseClassLibrary.GameConsoles.GBA, "bootTvTex");
}
else
{
ic = new ImageCreator(GameBaseClassLibrary.GameConsoles.GBA, "bootTvTex");
}
}
else
{
ic = new ImageCreator(GameBaseClassLibrary.GameConsoles.GBA, "bootTvTex");
}
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
ic.Dispose();
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGATv.ImgPath = path;
mvm.GameConfiguration.TGATv.extension = new FileInfo(path).Extension;
tv.Text = path;
tvIMG.Visibility = Visibility.Visible;
}
}
private void Set_DrcTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootDrcTex.png");
ImageCreator ic;
if (!string.IsNullOrEmpty(mvm.RomPath))
{
if (new FileInfo(mvm.RomPath).Extension.ToLower() == ".gb")
{
ic = new ImageCreator(false, GameBaseClassLibrary.GameConsoles.GBA, "bootDrcTex");
}
else if (new FileInfo(mvm.RomPath).Extension.ToLower() == ".gbc")
{
ic = new ImageCreator(true, GameBaseClassLibrary.GameConsoles.GBA, "bootDrcTex");
}
else
{
ic = new ImageCreator(GameBaseClassLibrary.GameConsoles.GBA, "bootDrcTex");
}
}
else
{
ic = new ImageCreator(GameBaseClassLibrary.GameConsoles.GBA, "bootDrcTex");
}
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
ic.Dispose();
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGADrc.ImgPath = path;
mvm.GameConfiguration.TGADrc.extension = new FileInfo(path).Extension;
drc.Text = path;
drcIMG.Visibility = Visibility.Visible;
}
}
private void Set_IconTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "iconTex.png");
IconCreator ic;
if (!string.IsNullOrEmpty(mvm.RomPath))
{
if (new FileInfo(mvm.RomPath).Extension.ToLower() == ".gb")
{
ic = new IconCreator("other", "GB");
}
else if (new FileInfo(mvm.RomPath).Extension.ToLower() == ".gbc")
{
ic = new IconCreator("other", "GBC");
}
else
{
ic = new IconCreator();
}
}
else
{
ic = new IconCreator();
}
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
ic.Dispose();
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGAIco.ImgPath = path;
mvm.GameConfiguration.TGAIco.extension = new FileInfo(path).Extension;
this.ic.Text = path;
icoIMG.Visibility = Visibility.Visible;
}
}
private void Set_LogoTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootLogoTex.png");
using (LogoCreator ic = new LogoCreator())
{
try
{
ic.Owner = (FindResource("mvm") as MainViewModel).mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGALog.ImgPath = path;
mvm.GameConfiguration.TGALog.extension = new FileInfo(path).Extension;
log.Text = path;
logIMG.Visibility = Visibility.Visible;
}
}
public void getInfoFromConfig()
{
rp.Text = "";
mvm.RomPath = "";
mvm.RomSet = false;
mvm.gc2rom = "";
tv.Text = mvm.GameConfiguration.TGATv.ImgPath;
if (tv.Text.Length > 0)
{
tvIMG.Visibility = Visibility.Visible;
}
ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;
if (ic.Text.Length > 0)
{
icoIMG.Visibility = Visibility.Visible;
}
drc.Text = mvm.GameConfiguration.TGADrc.ImgPath;
if (drc.Text.Length > 0)
{
drcIMG.Visibility = Visibility.Visible;
}
log.Text = mvm.GameConfiguration.TGALog.ImgPath;
if (log.Text.Length > 0)
{
logIMG.Visibility = Visibility.Visible;
}
rbREF.IsChecked = mvm.PokePatch;
rbRDF.IsChecked = !mvm.PokePatch;
gn.Text = mvm.GameConfiguration.GameName;
if (mvm.GameConfiguration.extension != "" && mvm.GameConfiguration.bootsound != null)
{
if (!Directory.Exists(@"bin\cfgBoot"))
{
Directory.CreateDirectory(@"bin\cfgBoot");
}
if (File.Exists($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}"))
{
File.Delete($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}");
}
File.WriteAllBytes($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}", mvm.GameConfiguration.bootsound);
sound.Text = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "cfgBoot", $"bootSound.{mvm.GameConfiguration.extension}");
mvm.BootSound = sound.Text;
sound_TextChanged(null, null);
}
}
private bool CheckIfNull(string s)
{
if (s == null || s.Equals(string.Empty))
{
return true;
}
return false;
}
private void gn_KeyUp(object sender, KeyEventArgs e)
{
/*Regex reg = new Regex("[^a-zA-Z0-9 é -]");
string backup = string.Copy(gn.Text);
gn.Text = reg.Replace(gn.Text, string.Empty);
gn.CaretIndex = gn.Text.Length;
if (gn.Text != backup)
{
gn.ScrollToHorizontalOffset(double.MaxValue);
}*/
}
public void reset()
{
tv.Text = "";
drc.Text = "";
gn.Text = "";
ic.Text = "";
log.Text = "";
}
private void RadioButton_Click(object sender, RoutedEventArgs e)
{
mvm.PokePatch = true;
}
private void rbRDF_Click(object sender, RoutedEventArgs e)
{
mvm.PokePatch = false;
}
private void icoIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
ICOSHOW ics = new ICOSHOW(ic.Text);
try
{
ics.Owner = mvm.mw;
}
catch (Exception)
{
}
ics.ShowDialog();
}
private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
TDRSHOW t = new TDRSHOW(tv.Text, false);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void drcIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
TDRSHOW t = new TDRSHOW(drc.Text, true);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void logIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
LOGSHOW t = new LOGSHOW(log.Text);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
public void imgpath(string icon, string tv)
{
ic.Text = icon;
this.tv.Text = tv;
icoIMG.Visibility = Visibility.Visible;
this.tv.Visibility = Visibility.Visible;
}
private void Button_Click(object sender, RoutedEventArgs e)
{
string path = mvm.GetFilePath(true, true);
if (!CheckIfNull(path))
{
if (new FileInfo(path).Extension.Contains("wav"))
{
if (mvm.ConfirmRiffWave(path))
{
mvm.BootSound = path;
}
else
{
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");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
}
}
else
{
mvm.BootSound = path;
}
}
else
{
if (path == "")
{
mvm.BootSound = null;
sound.Text = "";
}
}
}
private void Image_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{/*
try
{
TitleKeys webbrowser = new TitleKeys("gba", "UWUVCI AIO - GBA Help");
try
{
webbrowser.Owner = mvm.mw;
}
catch (Exception)
{
}
webbrowser.Show();
mvm.mw.Hide();
}
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", "The Helppage for GBA is not implemented yet");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.Show();
}*/
}
private void Button_Click_1(object sender, RoutedEventArgs e)
{
try
{
TitleKeys webbrowser = new TitleKeys("gba", "GameBoy Advance Inject Guide");
try
{
webbrowser.Owner = mvm.mw;
}
catch (Exception)
{
}
webbrowser.Show();
mvm.mw.Hide();
}
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", "The Helppage for GBA is not implemented yet");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.Show();
}
}
private void gn_TextChanged(object sender, TextChangedEventArgs e)
{
try
{
mvm.GameConfiguration.GameName = gn.Text;
}
catch (Exception)
{
}
}
private void rbRDF_GBA_Click(object sender, RoutedEventArgs e)
{
mvm.GameConfiguration.GBAStuff.DarkFilter = false;
}
private void rbREF_GBA_Click(object sender, RoutedEventArgs e)
{
mvm.GameConfiguration.GBAStuff.DarkFilter = true;
}
private void RbREF_GBA_Checked(object sender, RoutedEventArgs e)
{
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/GCConfig.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/GCConfig.xaml.cs
================================================
using GameBaseClassLibrary;
using System;
using System.Collections.Generic;
using System.IO;
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Shapes;
using UWUVCI_AIO_WPF.Models;
using UWUVCI_AIO_WPF.UI.Windows;
namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
{
///
/// Interaktionslogik für OtherConfigs.xaml
///
public partial class GCConfig : Page, IDisposable
{
MainViewModel mvm;
bool cd = false;
public GCConfig()
{
InitializeComponent();
mvm = FindResource("mvm") as MainViewModel;
mvm.setThing(this);
Injection.ToolTip = "Changing the extension of a ROM may result in a faulty inject.\nWe will not give any support in such cases";
mvm.test = GameConsoles.GCN;
mvm.Index = 1;
}
public void clearImages(int i)
{
switch (i)
{
case 0:
icoIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGAIco = new PNGTGA();
ic.Text = null;
break;
case 1:
tvIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGATv = new PNGTGA();
tv.Text = null;
break;
case 2:
drcIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGADrc = new PNGTGA();
drc.Text = null;
break;
case 3:
logIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGALog = new PNGTGA();
log.Text = null;
break;
}
}
private void SoundImg_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
mvm.PlaySound();
}
private void sound_TextChanged(object sender, TextChangedEventArgs e)
{
try
{
if (File.Exists(mvm.BootSound))
{
if (!new FileInfo(mvm.BootSound).Extension.Contains("btsnd"))
{
SoundImg.Visibility = Visibility.Visible;
}
else
{
SoundImg.Visibility = Visibility.Hidden;
}
}
}
catch (Exception)
{
}
}
public GCConfig(GameConfig c)
{
InitializeComponent();
mvm = FindResource("mvm") as MainViewModel;
mvm.GameConfiguration = c.Clone(); getInfoFromConfig();
mvm.setThing(this);
Injection.ToolTip = "Changing the extension of a ROM may result in a faulty inject.\nWe will not give any support in such cases";
mvm.test = GameConsoles.GCN;
mvm.Index = 1;
}
public void Dispose()
{
}
private void GCConfig_PreviewDragOver(object sender, DragEventArgs e)
{
e.Effects = e.Data.GetDataPresent(DataFormats.FileDrop) ? DragDropEffects.Copy : DragDropEffects.None;
e.Handled = true;
}
private void GCConfig_PreviewDrop(object sender, DragEventArgs e)
{
if (e.Data.GetDataPresent(DataFormats.FileDrop))
{
string[] files = (string[])e.Data.GetData(DataFormats.FileDrop);
if (files != null && files.Length > 0)
{
TextBox txtBox = sender as TextBox;
if (txtBox != null)
{
string filePath = files[0]; // Default case (single file handling)
// Special handling for GCN Disc 2
if (txtBox.Name == "gc2")
{
if (System.IO.Path.GetExtension(filePath).Equals(".iso", StringComparison.OrdinalIgnoreCase) ||
System.IO.Path.GetExtension(filePath).Equals(".gcm", StringComparison.OrdinalIgnoreCase))
{
mvm.gc2rom = filePath;
txtBox.Text = filePath;
}
else
{
Custom_Message cm = new Custom_Message("Invalid File Type", "Only ISO or GCM files are allowed for Disc 2.");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
}
return;
}
// Assign to corresponding ViewModel property
switch (txtBox.Name)
{
case "rp":
PostRomPath(filePath); // Call existing function for ROM processing
break;
case "ic":
mvm.GameConfiguration.TGAIco.ImgPath = filePath;
break;
case "tv":
mvm.GameConfiguration.TGATv.ImgPath = filePath;
break;
case "drc":
mvm.GameConfiguration.TGADrc.ImgPath = filePath;
break;
case "log":
mvm.GameConfiguration.TGALog.ImgPath = filePath;
break;
case "sound":
mvm.BootSound = filePath;
break;
}
txtBox.Text = filePath; // Update UI text field
}
}
}
}
public void imgpath(string icon, string tv)
{
ic.Text = icon;
this.tv.Text = tv;
}
private void Set_Rom_Path(object sender, RoutedEventArgs e)
{
var path = mvm.GetFilePath(true, false);
PostRomPath(path);
}
private void PostRomPath(string path)
{
int TitleIDInt = 0;
bool isok = false;
if (!CheckIfNull(path))
{
using (var reader = new BinaryReader(File.OpenRead(path)))
{
if (path.ToLower().Contains(".gcz"))
isok = true;
else
{
reader.BaseStream.Position = 0x00;
TitleIDInt = reader.ReadInt32();
if (TitleIDInt != 65536 && TitleIDInt != 1397113431)
{
reader.BaseStream.Position = 0x18;
long GameType = reader.ReadInt64();
if (GameType == 4440324665927270400)
isok = true;
}
reader.Close();
}
}
if (isok)
{
trimn.IsEnabled = true;
if (path.Contains("nkit.iso"))
{
trimn.IsEnabled = false;
trimn.IsChecked = false;
trimn_Click(null, null);
}
mvm.RomPath = path;
mvm.RomSet = true;
if (mvm.BaseDownloaded)
mvm.CanInject = true;
if (!path.ToLower().Contains(".gcz"))
{
trimn.IsChecked = false;
trimn_Click(null, null);
string rom = mvm.getInternalWIIGCNName(mvm.RomPath, true);
Regex reg = new Regex("[*'\",_^@:;?!<>|µ~#°²³´`éⓇ©™]");
gn.Text = reg.Replace(rom, string.Empty);
mvm.GameConfiguration.GameName = reg.Replace(rom, string.Empty);
mvm.gc2rom = "";
if (!string.IsNullOrEmpty(mvm.GameConfiguration.TGAIco.ImgPath))
ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;
if (!string.IsNullOrEmpty(mvm.GameConfiguration.TGATv.ImgPath))
tv.Text = mvm.GameConfiguration.TGATv.ImgPath;
}
}
else
{
Custom_Message cm = new Custom_Message("Wrong ROM", "The chosen ROM is not a supported GameCube Game");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
}
}
}
private void InjectGame(object sender, RoutedEventArgs e)
{
if (File.Exists(tv.Text))
{
mvm.GameConfiguration.TGATv.ImgPath = tv.Text;
}
else if (!tv.Text.Equals("Added via Config") && !tv.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGATv.ImgPath = null;
}
if (File.Exists(ic.Text))
{
mvm.GameConfiguration.TGAIco.ImgPath = ic.Text;
}
else if (!ic.Text.Equals("Added via Config") && !ic.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGAIco.ImgPath = null;
}
if (File.Exists(log.Text))
{
mvm.GameConfiguration.TGALog.ImgPath = log.Text;
}
else if (!log.Text.Equals("Added via Config") && !log.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGALog.ImgPath = null;
}
if (File.Exists(drc.Text))
{
mvm.GameConfiguration.TGADrc.ImgPath = drc.Text;
}
else if (!drc.Text.Equals("Added via Config") && !drc.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGADrc.ImgPath = null;
}
mvm.GameConfiguration.GameName = gn.Text;
mvm.GC = true;
//mvm.GctPath = gctPath.Text;
mvm.Inject(cd);
mvm.Index = 1;
gp.IsChecked = false;
}
private void Set_TvTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootTvTex.png");
using (ImageCreator ic = new ImageCreator(GameConsoles.GCN, "bootTvTex"))
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGATv.ImgPath = path;
mvm.GameConfiguration.TGATv.extension = new FileInfo(path).Extension;
tv.Text = path;
tvIMG.Visibility = Visibility.Visible;
}
}
private void Set_DrcTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootDrcTex.png");
using (ImageCreator ic = new ImageCreator(GameConsoles.GCN, "bootDrcTex"))
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGADrc.ImgPath = path;
mvm.GameConfiguration.TGADrc.extension = new FileInfo(path).Extension;
drc.Text = path;
drcIMG.Visibility = Visibility.Visible;
}
}
private void Set_IconTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "iconTex.png");
using (IconCreator ic = new IconCreator())
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGAIco.ImgPath = path;
mvm.GameConfiguration.TGAIco.extension = new FileInfo(path).Extension;
ic.Text = path;
icoIMG.Visibility = Visibility.Visible;
}
}
private void Set_LogoTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootLogoTex.png");
using (LogoCreator ic = new LogoCreator())
{
try
{
ic.Owner = (FindResource("mvm") as MainViewModel).mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGALog.ImgPath = path;
mvm.GameConfiguration.TGALog.extension = new FileInfo(path).Extension;
log.Text = path;
logIMG.Visibility = Visibility.Visible;
}
}
public void getInfoFromConfig()
{
rp.Text = "";
mvm.RomPath = "";
mvm.RomSet = false;
mvm.gc2rom = "";
gc2.Text = "";
tv.Text = mvm.GameConfiguration.TGATv.ImgPath;
if (tv.Text.Length > 0)
{
tvIMG.Visibility = Visibility.Visible;
}
ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;
if (ic.Text.Length > 0)
{
icoIMG.Visibility = Visibility.Visible;
}
drc.Text = mvm.GameConfiguration.TGADrc.ImgPath;
if (drc.Text.Length > 0)
{
drcIMG.Visibility = Visibility.Visible;
}
log.Text = mvm.GameConfiguration.TGALog.ImgPath;
if (log.Text.Length > 0)
{
logIMG.Visibility = Visibility.Visible;
}
gn.Text = mvm.GameConfiguration.GameName;
if (mvm.GameConfiguration.extension != "" && mvm.GameConfiguration.bootsound != null)
{
if (!Directory.Exists(@"bin\cfgBoot"))
{
Directory.CreateDirectory(@"bin\cfgBoot");
}
if (File.Exists($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}"))
{
File.Delete($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}");
}
File.WriteAllBytes($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}", mvm.GameConfiguration.bootsound);
sound.Text = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "cfgBoot", $"bootSound.{mvm.GameConfiguration.extension}");
mvm.BootSound = sound.Text;
sound_TextChanged(null, null);
}
if (mvm.GameConfiguration.disgamepad)
{
mvm.Index = -1;
gp.IsChecked = true;
}
else
{
mvm.Index = 1;
gp.IsChecked = false;
}
cd = mvm.GameConfiguration.fourbythree;
mvm.cd = cd;
fbt.IsChecked = cd;
if (mvm.GameConfiguration.donttrim)
{
trimn.IsChecked = true;
}
else
{
trimn.IsChecked = false;
}
}
private bool CheckIfNull(string s)
{
if (s == null || s.Equals(string.Empty))
{
return true;
}
return false;
}
private void CheckBox_Click(object sender, RoutedEventArgs e)
{
cd = !cd;
mvm.cd = cd;
}
private void gn_KeyUp(object sender, KeyEventArgs e)
{
/*Regex reg = new Regex("[^a-zA-Z0-9 é -]");
string backup = string.Copy(gn.Text);
gn.Text = reg.Replace(gn.Text, string.Empty);
gn.CaretIndex = gn.Text.Length;
if (gn.Text != backup)
{
gn.ScrollToHorizontalOffset(double.MaxValue);
}*/
}
private void CheckBox_Click_1(object sender, RoutedEventArgs e)
{
if (mvm.Index == -1)
{
mvm.Index = 1;
}
else
{
mvm.Index = -1;
}
}
private void Button_Click(object sender, RoutedEventArgs e)
{
string path = string.Empty;
path = mvm.GetFilePath(true, false);
if (!CheckIfNull(path))
{
mvm.gc2rom = path;
}
}
public void reset()
{
gc2.Text = "";
tv.Text = "";
drc.Text = "";
gn.Text = "";
ic.Text = "";
log.Text = "";
}
private void icoIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
ICOSHOW ics = new ICOSHOW(ic.Text);
try
{
ics.Owner = mvm.mw;
}
catch (Exception)
{
}
ics.ShowDialog();
}
private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
TDRSHOW t = new TDRSHOW(tv.Text, false);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void drcIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
TDRSHOW t = new TDRSHOW(drc.Text, true);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void logIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
LOGSHOW t = new LOGSHOW(log.Text);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void ic_TextChanged(object sender, TextChangedEventArgs e)
{
if (ic.Text.Length > 0)
{
icoIMG.Visibility = Visibility.Visible;
}
else
{
icoIMG.Visibility = Visibility.Hidden;
}
}
private void drc_TextChanged(object sender, TextChangedEventArgs e)
{
if (drc.Text.Length > 0)
{
drcIMG.Visibility = Visibility.Visible;
}
else
{
drcIMG.Visibility = Visibility.Hidden;
}
}
private void tv_TextChanged(object sender, TextChangedEventArgs e)
{
if (tv.Text.Length > 0)
{
tvIMG.Visibility = Visibility.Visible;
}
else
{
tvIMG.Visibility = Visibility.Hidden;
}
}
private void log_TextChanged(object sender, TextChangedEventArgs e)
{
if (log.Text.Length > 0)
{
logIMG.Visibility = Visibility.Visible;
}
else
{
logIMG.Visibility = Visibility.Hidden;
}
}
private void Button_Click_1(object sender, RoutedEventArgs e)
{
string path = mvm.GetFilePath(true, true);
if (!CheckIfNull(path))
{
if (new FileInfo(path).Extension.Contains("wav"))
{
if (mvm.ConfirmRiffWave(path))
{
mvm.BootSound = path;
}
else
{
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");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
}
}
else
{
mvm.BootSound = path;
}
}
else
{
if (path == "")
{
mvm.BootSound = null;
sound.Text = "";
}
}
}
private void Image_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
/*
try
{
TitleKeys webbrowser = new TitleKeys("gcn", "UWUVCI AIO - GCN Help");
try
{
webbrowser.Owner = mvm.mw;
}
catch (Exception)
{
}
mvm.mw.Hide();
webbrowser.ShowDialog();
}
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", "The Helppage for GCN is not implemented yet");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.Show();
}
*/
//
}
private void Button_Click_2(object sender, RoutedEventArgs e)
{
try
{
TitleKeys webbrowser = new TitleKeys("gcn", "GameCube Inject Guide");
try
{
webbrowser.Owner = mvm.mw;
}
catch (Exception)
{
}
webbrowser.Show();
mvm.mw.Hide();
}
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", "The Helppage for GameCube is not implemented yet");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.Show();
}
}
private void trimn_Click(object sender, RoutedEventArgs e)
{
if(trimn.IsChecked == true)
{
mvm.donttrim = true;
}
else
{
mvm.donttrim = false;
}
}
private void gn_TextChanged(object sender, TextChangedEventArgs e)
{
try
{
mvm.GameConfiguration.GameName = gn.Text;
}
catch (Exception)
{
}
}
/*
private void SelectGctFile(object sender, RoutedEventArgs e)
{
// Get the new selected GCT files as a single string
var newFiles = GetGCTFilePaths();
if (string.IsNullOrEmpty(newFiles))
return;
// Split newFiles by new lines into a list of file paths
var newFileList = newFiles.Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries);
// Use a HashSet to store unique file paths (it avoids duplicates automatically)
var uniqueFiles = new HashSet(gctPath.Text.Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries));
// Add the new files to the HashSet
foreach (var file in newFileList)
uniqueFiles.Add(file); // HashSet ensures no duplicates are added
// Update the TextBox with the combined list of files, separated by new lines
gctPath.Text = string.Join(Environment.NewLine, uniqueFiles);
}
*/
private string GetGCTFilePaths()
{
using var dialog = new System.Windows.Forms.OpenFileDialog();
dialog.Multiselect = true;
dialog.Filter = "GCT or TXT Files (*.gct, *.txt)|*.gct;*.txt";
System.Windows.Forms.DialogResult res = dialog.ShowDialog();
if (res == System.Windows.Forms.DialogResult.OK)
{
var validFilePaths = new List();
foreach (string filePath in dialog.FileNames)
{
// If it's a GCT file, accept it without validation
if (System.IO.Path.GetExtension(filePath).Equals(".gct", StringComparison.OrdinalIgnoreCase))
validFilePaths.Add(filePath);
// If it's a TXT file, validate the format
else if (System.IO.Path.GetExtension(filePath).Equals(".txt", StringComparison.OrdinalIgnoreCase))
{
GctCode.ParseOcarinaOrDolphinTxtFile(filePath); // Try to parse; throws exception if invalid
validFilePaths.Add(filePath);
}
}
return string.Join(Environment.NewLine, validFilePaths);
}
// Return an empty string if the dialog was canceled
return string.Empty;
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/InverseBootConverter.cs
================================================
using System;
using System.Globalization;
using System.Windows.Data;
namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
{
public class InverseBoolConverter : IValueConverter
{
public object Convert(object value, Type targetType, object parameter, CultureInfo culture)
{
if (value is bool boolValue)
return !boolValue;
return true;
}
public object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture)
{
throw new NotImplementedException();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/N64Config.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/N64Config.xaml.cs
================================================
using GameBaseClassLibrary;
using System;
using System.IO;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using UWUVCI_AIO_WPF.Classes;
using UWUVCI_AIO_WPF.Models;
using UWUVCI_AIO_WPF.UI.Windows;
namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
{
///
/// Interaktionslogik für N64Config.xaml
///
public partial class N64Config : Page
{
MainViewModel mvm;
public N64Config()
{
mvm = (MainViewModel)FindResource("mvm");
mvm.GameConfiguration.N64Stuff = new N64Conf();
InitializeComponent();
mvm.setThing(this);
Injection.ToolTip = "Changing the extension of a ROM may result in a faulty inject.\nWe will not give any support in such cases";
}
private void SoundImg_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
mvm.PlaySound();
}
private void sound_TextChanged(object sender, TextChangedEventArgs e)
{
try
{
if (File.Exists(mvm.BootSound))
{
if (!new FileInfo(mvm.BootSound).Extension.Contains("btsnd"))
{
SoundImg.Visibility = Visibility.Visible;
}
else
{
SoundImg.Visibility = Visibility.Hidden;
}
}
}
catch (Exception)
{
}
}
public N64Config(GameConfig c)
{
mvm = (MainViewModel)FindResource("mvm");
mvm.GameConfiguration = c.Clone(); getInfoFromConfig();
InitializeComponent();
mvm.setThing(this);
Injection.ToolTip = "Changing the extension of a ROM may result in a faulty inject.\nWe will not give any support in such cases";
}
public void imgpath(string icon, string tv)
{
ic.Text = icon;
this.tv.Text = tv;
}
private void Set_Rom_Path(object sender, RoutedEventArgs e)
{
string path = mvm.GetFilePath(true, false);
if (!CheckIfNull(path))
{
mvm.RomSet = true;
mvm.RomPath = path;
if (mvm.BaseDownloaded)
{
mvm.CanInject = true;
}
mvm.getBootIMGN64(mvm.RomPath);
}
}
private void InjectGame(object sender, RoutedEventArgs e)
{
if (File.Exists(tv.Text))
{
mvm.GameConfiguration.TGATv.ImgPath = tv.Text;
}
else if (!tv.Text.Equals("Added via Config") && !tv.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGATv.ImgPath = null;
}
if (File.Exists(ic.Text))
{
mvm.GameConfiguration.TGAIco.ImgPath = ic.Text;
}
else if (!ic.Text.Equals("Added via Config") && !ic.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGAIco.ImgPath = null;
}
if (File.Exists(log.Text))
{
mvm.GameConfiguration.TGALog.ImgPath = log.Text;
}
else if (!log.Text.Equals("Added via Config") && !log.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGALog.ImgPath = null;
}
if (File.Exists(drc.Text))
{
mvm.GameConfiguration.TGADrc.ImgPath = drc.Text;
}
else if (!drc.Text.Equals("Added via Config") && !drc.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGADrc.ImgPath = null;
}
if (File.Exists(ini.Text))
{
mvm.GameConfiguration.N64Stuff.INIPath = ini.Text;
}
else if (!ini.Text.Equals("Added via Config") && !ini.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGADrc.ImgPath = null;
}
mvm.GameConfiguration.GameName = gn.Text;
mvm.Inject(false);
}
public void getInfoFromConfig()
{
if (rp != null) rp.Text = "";
mvm.RomPath = "";
mvm.RomSet = false;
mvm.gc2rom = "";
if (tv != null)
{
tv.Text = mvm.GameConfiguration.TGATv.ImgPath;
if (tv.Text.Length > 0)
{
tvIMG.Visibility = Visibility.Visible;
}
}
if (ic != null)
{
ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;
if (ic.Text.Length > 0)
{
icoIMG.Visibility = Visibility.Visible;
}
}
if (drc != null)
{
drc.Text = mvm.GameConfiguration.TGADrc.ImgPath;
if (drc.Text.Length > 0)
{
drcIMG.Visibility = Visibility.Visible;
}
}
if (log != null)
{
log.Text = mvm.GameConfiguration.TGALog.ImgPath;
if (log.Text.Length > 0)
{
logIMG.Visibility = Visibility.Visible;
}
}
if (gn != null) gn.Text = mvm.GameConfiguration.GameName;
if (ini != null) ini.Text = mvm.GameConfiguration.N64Stuff.INIPath;
chkWide.IsChecked = mvm.GameConfiguration.N64Stuff.WideScreen;
if(mvm.GameConfiguration.extension != "" && mvm.GameConfiguration.bootsound != null)
{
if (!Directory.Exists(@"bin\cfgBoot"))
{
Directory.CreateDirectory(@"bin\cfgBoot");
}
if (File.Exists($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}"))
{
File.Delete($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}");
}
File.WriteAllBytes($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}", mvm.GameConfiguration.bootsound);
sound.Text = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "cfgBoot", $"bootSound.{mvm.GameConfiguration.extension}");
mvm.BootSound = sound.Text;
sound_TextChanged(null, null);
}
}
private void Set_TvTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootTvTex.png");
using (ImageCreator ic = new ImageCreator(GameConsoles.N64, "bootTvTex"))
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime) )
{
mvm.GameConfiguration.TGATv.ImgPath = path;
mvm.GameConfiguration.TGATv.extension = new FileInfo(path).Extension;
tv.Text = path;
tvIMG.Visibility = Visibility.Visible;
}
}
private void Set_DrcTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootDrcTex.png");
using (ImageCreator ic = new ImageCreator(GameConsoles.N64, "bootDrcTex"))
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGADrc.ImgPath = path;
mvm.GameConfiguration.TGADrc.extension = new FileInfo(path).Extension;
drc.Text = path;
drcIMG.Visibility = Visibility.Visible;
}
}
private void Set_IconTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "iconTex.png");
using (IconCreator ic = new IconCreator())
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGAIco.ImgPath = path;
mvm.GameConfiguration.TGAIco.extension = new FileInfo(path).Extension;
ic.Text = path;
icoIMG.Visibility = Visibility.Visible;
}
}
private void Set_LogoTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootLogoTex.png");
using (LogoCreator ic = new LogoCreator())
{
try
{
ic.Owner = (FindResource("mvm") as MainViewModel).mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGALog.ImgPath = path;
mvm.GameConfiguration.TGALog.extension = new FileInfo(path).Extension;
log.Text = path;
logIMG.Visibility = Visibility.Visible;
}
}
private bool CheckIfNull(string s)
{
if (s == null || s.Equals(string.Empty))
{
return true;
}
return false;
}
private void Set_IniPath(object sender, RoutedEventArgs e)
{
string path = mvm.GetFilePath(false, true);
if (!CheckIfNull(path))
{
mvm.GameConfiguration.N64Stuff.INIPath = path;
ini.Text = path;
}
}
private void gn_KeyUp(object sender, KeyEventArgs e)
{
/*Regex reg = new Regex("[^a-zA-Z0-9 é -]");
string backup = string.Copy(gn.Text);
gn.Text = reg.Replace(gn.Text, string.Empty);
gn.CaretIndex = gn.Text.Length;
if (gn.Text != backup)
{
gn.ScrollToHorizontalOffset(double.MaxValue);
}*/
}
private void rbRDF_Click(object sender, RoutedEventArgs e)
{
mvm.GameConfiguration.N64Stuff.DarkFilter = true;
}
private void RadioButton_Click(object sender, RoutedEventArgs e)
{
mvm.GameConfiguration.N64Stuff.DarkFilter = false;
}
public void reset()
{
ini.Text = "";
tv.Text = "";
drc.Text = "";
gn.Text = "";
ic.Text = "";
log.Text = "";
}
private void icoIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
ICOSHOW ics = new ICOSHOW(ic.Text);
try
{
ics.Owner = mvm.mw;
}
catch (Exception)
{
}
ics.ShowDialog();
}
public void clearImages(int i)
{
switch (i)
{
case 0:
icoIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGAIco = new PNGTGA();
ic.Text = null;
break;
case 1:
tvIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGATv = new PNGTGA();
tv.Text = null;
break;
case 2:
drcIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGADrc = new PNGTGA();
drc.Text = null;
break;
case 3:
logIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGALog = new PNGTGA();
log.Text = null;
break;
}
}
private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
TDRSHOW t = new TDRSHOW(tv.Text, false);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void drcIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
TDRSHOW t = new TDRSHOW(drc.Text, true);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void logIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
LOGSHOW t = new LOGSHOW(log.Text);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void Button_Click(object sender, RoutedEventArgs e)
{
string path = mvm.GetFilePath(true, true);
if (!CheckIfNull(path))
{
if (new FileInfo(path).Extension.Contains("wav"))
{
if (mvm.ConfirmRiffWave(path))
{
mvm.BootSound = path;
}
else
{
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");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
}
}
else
{
mvm.BootSound = path;
}
}
else
{
if (path == "")
{
mvm.BootSound = null;
sound.Text = "";
}
}
}
private void Image_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{/*
try
{
TitleKeys webbrowser = new TitleKeys("n64", "UWUVCI AIO - N64 Help");
try
{
webbrowser.Owner = mvm.mw;
}
catch (Exception)
{
}
webbrowser.Show();
mvm.mw.Hide();
}
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", "The Helppage for N64 is not implemented yet");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.Show();
}*/
}
private void Button_Click_1(object sender, RoutedEventArgs e)
{
try
{
TitleKeys webbrowser = new TitleKeys("n64", "Nintendo 64 Inject Guide");
try
{
webbrowser.Owner = mvm.mw;
}
catch (Exception)
{
}
webbrowser.Show();
mvm.mw.Hide();
}
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", "The Helppage for N64 is not implemented yet");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.Show();
}
}
private void gn_TextChanged(object sender, TextChangedEventArgs e)
{
try
{
mvm.GameConfiguration.GameName = gn.Text;
}
catch (Exception)
{
}
}
private void chkWide_Click(object sender, RoutedEventArgs e)
{
mvm.GameConfiguration.N64Stuff.WideScreen = !mvm.GameConfiguration.N64Stuff.WideScreen;
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/OtherConfigs.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/OtherConfigs.xaml.cs
================================================
using GameBaseClassLibrary;
using System;
using System.Globalization;
using System.IO;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using UWUVCI_AIO_WPF.Models;
using UWUVCI_AIO_WPF.UI.Windows;
namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
{
///
/// Interaktionslogik für OtherConfigs.xaml
///
public partial class OtherConfigs : Page, IDisposable
{
MainViewModel mvm;
public OtherConfigs()
{
InitializeComponent();
mvm = FindResource("mvm") as MainViewModel;
mvm.setThing(this);
Injection.ToolTip = "Changing the extension of a ROM may result in a faulty inject.\nWe will not give any support in such cases";
sound.ToolTip += "\nWill be cut to 6 seconds of Length";
if (mvm.GameConfiguration.Console == GameConsoles.NES || mvm.GameConfiguration.Console == GameConsoles.SNES)
snesnes.Visibility = Visibility.Visible;
else if (mvm.GameConfiguration.Console == GameConsoles.NDS)
{
nds.Visibility = Visibility.Visible;
ndsLayout.Visibility = Visibility.Visible;
}
}
public void clearImages(int i)
{
switch (i)
{
case 0:
icoIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGAIco = new PNGTGA();
ic.Text = null;
break;
case 1:
tvIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGATv = new PNGTGA();
tv.Text = null;
break;
case 2:
drcIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGADrc = new PNGTGA();
drc.Text = null;
break;
case 3:
logIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGALog = new PNGTGA();
log.Text = null;
break;
}
}
public OtherConfigs(GameConfig c)
{
InitializeComponent();
mvm = FindResource("mvm") as MainViewModel;
mvm.GameConfiguration = c.Clone(); getInfoFromConfig();
mvm.setThing(this);
Injection.ToolTip = "Changing the extension of a ROM may result in a faulty inject.\nWe will not give any support in such cases";
sound.ToolTip += "\nWill be cut to 6 seconds of Length";
if (mvm.GameConfiguration.Console == GameConsoles.NES || mvm.GameConfiguration.Console == GameConsoles.SNES)
snesnes.Visibility = Visibility.Visible;
else if (mvm.GameConfiguration.Console == GameConsoles.NDS)
nds.Visibility = Visibility.Visible;
}
public void imgpath(string icon, string tv)
{
ic.Text = icon;
this.tv.Text = tv;
}
private void Set_Rom_Path(object sender, RoutedEventArgs e)
{
string path = mvm.GetFilePath(true, false);
try
{
if (!CheckIfNull(path))
{
mvm.RomPath = path;
mvm.RomSet = true;
if (mvm.BaseDownloaded)
mvm.CanInject = true;
if (mvm.GameConfiguration.Console == GameConsoles.NDS)
mvm.getBootIMGNDS(mvm.RomPath);
else if (mvm.GameConfiguration.Console == GameConsoles.NES)
mvm.getBootIMGNES(mvm.RomPath);
else if (mvm.GameConfiguration.Console == GameConsoles.SNES)
mvm.getBootIMGSNES(mvm.RomPath);
else if (mvm.GameConfiguration.Console == GameConsoles.MSX)
mvm.getBootIMGMSX(mvm.RomPath);
}
}
catch(Exception ex)
{
Custom_Message cm = new Custom_Message("Set_Rom_Path", ex.Message);
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
}
}
private void SoundImg_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
mvm.PlaySound();
}
private void sound_TextChanged(object sender, TextChangedEventArgs e)
{
try
{
if (File.Exists(mvm.BootSound))
if (!new FileInfo(mvm.BootSound).Extension.Contains("btsnd"))
SoundImg.Visibility = Visibility.Visible;
else
SoundImg.Visibility = Visibility.Hidden;
}
catch (Exception)
{
}
}
private void InjectGame(object sender, RoutedEventArgs e)
{
if (File.Exists(tv.Text))
mvm.GameConfiguration.TGATv.ImgPath = tv.Text;
else if (!tv.Text.Equals("Added via Config") && !tv.Text.Equals("Downloaded from Cucholix Repo"))
mvm.GameConfiguration.TGATv.ImgPath = null;
if (File.Exists(ic.Text))
mvm.GameConfiguration.TGAIco.ImgPath = ic.Text;
else if (!ic.Text.Equals("Added via Config") && !ic.Text.Equals("Downloaded from Cucholix Repo"))
mvm.GameConfiguration.TGAIco.ImgPath = null;
if (File.Exists(log.Text))
mvm.GameConfiguration.TGALog.ImgPath = log.Text;
else if (!log.Text.Equals("Added via Config") && !log.Text.Equals("Downloaded from Cucholix Repo"))
mvm.GameConfiguration.TGALog.ImgPath = null;
if (File.Exists(drc.Text))
mvm.GameConfiguration.TGADrc.ImgPath = drc.Text;
else if (!drc.Text.Equals("Added via Config") && !drc.Text.Equals("Downloaded from Cucholix Repo"))
mvm.GameConfiguration.TGADrc.ImgPath = null;
mvm.GameConfiguration.GameName = gn.Text;
mvm.Inject(false);
}
private void Set_TvTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootTvTex.png");
using (ImageCreator ic = new ImageCreator(mvm.GameConfiguration.Console, "bootTvTex"))
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGATv.ImgPath = path;
mvm.GameConfiguration.TGATv.extension = new FileInfo(path).Extension;
tv.Text = path;
tvIMG.Visibility = Visibility.Visible;
}
}
private void Set_DrcTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootDrcTex.png");
using (ImageCreator ic = new ImageCreator(mvm.GameConfiguration.Console, "bootDrcTex"))
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGADrc.ImgPath = path;
mvm.GameConfiguration.TGADrc.extension = new FileInfo(path).Extension;
drc.Text = path;
drcIMG.Visibility = Visibility.Visible;
}
}
private void Set_IconTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "iconTex.png");
using (IconCreator ic = new IconCreator())
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGAIco.ImgPath = path;
mvm.GameConfiguration.TGAIco.extension = new FileInfo(path).Extension;
ic.Text = path;
icoIMG.Visibility = Visibility.Visible;
}
}
private void Set_LogoTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootLogoTex.png");
using (LogoCreator ic = new LogoCreator())
{
try
{
ic.Owner = (FindResource("mvm") as MainViewModel).mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGALog.ImgPath = path;
mvm.GameConfiguration.TGALog.extension = new FileInfo(path).Extension;
log.Text = path;
logIMG.Visibility = Visibility.Visible;
}
}
public void getInfoFromConfig()
{
rp.Text = "";
mvm.RomPath = "";
mvm.RomSet = false;
mvm.gc2rom = "";
if(mvm.GameConfiguration.Console == GameConsoles.NES || mvm.GameConfiguration.Console == GameConsoles.SNES)
pixp.IsChecked = mvm.pixelperfect;
tv.Text = mvm.GameConfiguration.TGATv.ImgPath;
if (tv.Text.Length > 0)
tvIMG.Visibility = Visibility.Visible;
ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;
if (ic.Text.Length > 0)
icoIMG.Visibility = Visibility.Visible;
drc.Text = mvm.GameConfiguration.TGADrc.ImgPath;
if (drc.Text.Length > 0)
drcIMG.Visibility = Visibility.Visible;
log.Text = mvm.GameConfiguration.TGALog.ImgPath;
if (log.Text.Length > 0)
logIMG.Visibility = Visibility.Visible;
gn.Text = mvm.GameConfiguration.GameName;
if (mvm.GameConfiguration.extension != "" && mvm.GameConfiguration.bootsound != null)
{
if (!Directory.Exists(@"bin\cfgBoot"))
Directory.CreateDirectory(@"bin\cfgBoot");
if (File.Exists($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}"))
File.Delete($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}");
File.WriteAllBytes($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}", mvm.GameConfiguration.bootsound);
sound.Text = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "cfgBoot", $"bootSound.{mvm.GameConfiguration.extension}");
mvm.BootSound = sound.Text;
sound_TextChanged(null, null);
}
}
private bool CheckIfNull(string s)
{
return string.IsNullOrEmpty(s);
}
private void icoIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
ICOSHOW ics = new ICOSHOW(ic.Text);
try
{
ics.Owner = mvm.mw;
}
catch (Exception)
{
}
ics.ShowDialog();
}
private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
TDRSHOW t = new TDRSHOW(tv.Text, false);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void drcIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
TDRSHOW t = new TDRSHOW(drc.Text, true);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void logIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
LOGSHOW t = new LOGSHOW(log.Text);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void Button_Click(object sender, RoutedEventArgs e)
{
string path = mvm.GetFilePath(true, true);
if (!CheckIfNull(path))
{
if (new FileInfo(path).Extension.Contains("wav"))
{
if (mvm.ConfirmRiffWave(path))
mvm.BootSound = path;
else
{
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");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
}
}
else
{
mvm.BootSound = path;
}
}
else
{
if (path == "")
{
mvm.BootSound = null;
sound.Text = "";
}
}
}
private void Button_Click_1(object sender, RoutedEventArgs e)
{
try
{
string title = "";
if(mvm.GameConfiguration.Console.ToString().ToLower() == "nds")
title = $"Nintendo DS Inject Guide";
else
title = $"{mvm.GameConfiguration.Console} Inject Guide";
TitleKeys webbrowser = new TitleKeys(mvm.GameConfiguration.Console.ToString().ToLower(),title);
try
{
webbrowser.Owner = mvm.mw;
}
catch (Exception)
{
}
webbrowser.Show();
mvm.mw.Hide();
}
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", $"The Helppage for {mvm.GameConfiguration.Console} is not implemented yet");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.Show();
}
}
private void CheckBox_Click(object sender, RoutedEventArgs e)
{
mvm.pixelperfect = (bool)pixp.IsChecked;
}
private void gn_TextChanged(object sender, TextChangedEventArgs e)
{
try
{
mvm.GameConfiguration.GameName = gn.Text;
}
catch (Exception)
{
}
}
public void Dispose()
{
throw new NotImplementedException();
}
private void RendererScale1_Checked(object sender, RoutedEventArgs e)
{
if (mvm != null)
mvm.RendererScale = false;
}
private void RendererScale2_Checked(object sender, RoutedEventArgs e)
{
mvm.RendererScale = true;
}
private void STLayoutFalse_Checked(object sender, RoutedEventArgs e)
{
if (mvm != null)
mvm.STLayout = false;
}
private void STLayoutTrue_Checked(object sender, RoutedEventArgs e)
{
mvm.STLayout = true;
}
private void DSLayoutFalse_Checked(object sender, RoutedEventArgs e)
{
if (mvm != null)
mvm.DSLayout = false;
}
private void DSLayoutTrue_Checked(object sender, RoutedEventArgs e)
{
mvm.DSLayout = true;
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/PixelArtScalerValidationRule.cs
================================================
using System.Globalization;
using System.Windows.Controls;
namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
{
public class PixelArtScalerValidationRule : ValidationRule
{
public override ValidationResult Validate(object value, CultureInfo cultureInfo)
{
int scaler;
if (int.TryParse(value as string, out scaler))
{
if (scaler >= 1) // Allow any value 1 or above
return ValidationResult.ValidResult;
else
return new ValidationResult(false, "Pixel Art Scaler must be 1 or higher.");
}
return new ValidationResult(false, "Invalid input. Must be an integer.");
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/TurboGrafX.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/TurboGrafX.xaml.cs
================================================
using System;
using System.IO;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using UWUVCI_AIO_WPF.Models;
using UWUVCI_AIO_WPF.UI.Windows;
namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
{
///
/// Interaktionslogik für OtherConfigs.xaml
///
public partial class TurboGrafX : Page, IDisposable
{
MainViewModel mvm;
bool cd = false;
public TurboGrafX()
{
InitializeComponent();
mvm = FindResource("mvm") as MainViewModel;
mvm.setThing(this);
Injection.ToolTip = "Changing the extension of a ROM may result in a faulty inject.\nWe will not give any support in such cases";
}
public void clearImages(int i)
{
switch (i)
{
case 0:
icoIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGAIco = new PNGTGA();
ic.Text = null;
break;
case 1:
tvIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGATv = new PNGTGA();
tv.Text = null;
break;
case 2:
drcIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGADrc = new PNGTGA();
drc.Text = null;
break;
case 3:
logIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGALog = new PNGTGA();
log.Text = null;
break;
}
}
public TurboGrafX(GameConfig c)
{
InitializeComponent();
mvm = FindResource("mvm") as MainViewModel;
mvm.setThing(this);
mvm.GameConfiguration = c.Clone(); getInfoFromConfig();
Injection.ToolTip = "Changing the extension of a ROM may result in a faulty inject.\nWe will not give any support in such cases";
}
private void SoundImg_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
mvm.PlaySound();
}
private void sound_TextChanged(object sender, TextChangedEventArgs e)
{
try
{
if (File.Exists(mvm.BootSound))
{
if (!new FileInfo(mvm.BootSound).Extension.Contains("btsnd"))
{
SoundImg.Visibility = Visibility.Visible;
}
else
{
SoundImg.Visibility = Visibility.Hidden;
}
}
}
catch (Exception)
{
}
}
public void Dispose()
{
}
private void Set_Rom_Path(object sender, RoutedEventArgs e)
{
string path = string.Empty;
if (!cd) path = mvm.GetFilePath(true, false);
else path = mvm.turbocd();
if (!CheckIfNull(path))
{
mvm.RomPath = path;
mvm.RomSet = true;
if (!cd)
{
mvm.getBootIMGTG(mvm.RomPath);
}
if (mvm.BaseDownloaded)
{
mvm.CanInject = true;
}
}
}
private void InjectGame(object sender, RoutedEventArgs e)
{
if (File.Exists(tv.Text))
{
mvm.GameConfiguration.TGATv.ImgPath = tv.Text;
}
else if (!tv.Text.Equals("Added via Config") && !tv.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGATv.ImgPath = null;
}
if (File.Exists(ic.Text))
{
mvm.GameConfiguration.TGAIco.ImgPath = ic.Text;
}
else if (!ic.Text.Equals("Added via Config") && !ic.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGAIco.ImgPath = null;
}
if (File.Exists(log.Text))
{
mvm.GameConfiguration.TGALog.ImgPath = log.Text;
}
else if (!log.Text.Equals("Added via Config") && !log.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGALog.ImgPath = null;
}
if (File.Exists(drc.Text))
{
mvm.GameConfiguration.TGADrc.ImgPath = drc.Text;
}
else if (!drc.Text.Equals("Added via Config") && !drc.Text.Equals("Downloaded from Cucholix Repo"))
{
mvm.GameConfiguration.TGADrc.ImgPath = null;
}
mvm.GameConfiguration.GameName = gn.Text;
mvm.Inject(false);
}
private void Set_TvTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootTvTex.png");
using (ImageCreator ic = new ImageCreator(cd, GameBaseClassLibrary.GameConsoles.TG16, "bootTvTex"))
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGATv.ImgPath = path;
mvm.GameConfiguration.TGATv.extension = new FileInfo(path).Extension;
tv.Text = path;
tvIMG.Visibility = Visibility.Visible;
}
}
private void Set_DrcTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootDrcTex.png");
using (ImageCreator ic = new ImageCreator(cd, GameBaseClassLibrary.GameConsoles.TG16, "bootDrcTex"))
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGADrc.ImgPath = path;
mvm.GameConfiguration.TGADrc.extension = new FileInfo(path).Extension;
drc.Text = path;
drcIMG.Visibility = Visibility.Visible;
}
}
private void Set_IconTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "iconTex.png");
using (IconCreator ic = new IconCreator())
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGAIco.ImgPath = path;
mvm.GameConfiguration.TGAIco.extension = new FileInfo(path).Extension;
ic.Text = path;
icoIMG.Visibility = Visibility.Visible;
}
}
public void imgpath(string icon, string tv)
{
ic.Text = icon;
this.tv.Text = tv;
}
private void Set_LogoTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootLogoTex.png");
using (LogoCreator ic = new LogoCreator())
{
try
{
ic.Owner = (FindResource("mvm") as MainViewModel).mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGALog.ImgPath = path;
mvm.GameConfiguration.TGALog.extension = new FileInfo(path).Extension;
log.Text = path;
logIMG.Visibility = Visibility.Visible;
}
}
public void getInfoFromConfig()
{
rp.Text = "";
mvm.RomPath = "";
mvm.RomSet = false;
mvm.gc2rom = "";
tv.Text = mvm.GameConfiguration.TGATv.ImgPath;
if (tv.Text.Length > 0)
{
tvIMG.Visibility = Visibility.Visible;
}
ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;
if (ic.Text.Length > 0)
{
icoIMG.Visibility = Visibility.Visible;
}
drc.Text = mvm.GameConfiguration.TGADrc.ImgPath;
if (drc.Text.Length > 0)
{
drcIMG.Visibility = Visibility.Visible;
}
log.Text = mvm.GameConfiguration.TGALog.ImgPath;
if (log.Text.Length > 0)
{
logIMG.Visibility = Visibility.Visible;
}
gn.Text = mvm.GameConfiguration.GameName;
cd = mvm.cd;
if (cd)
{
mvm.mw.tbTitleBar.Text = "UWUVCI AIO - TurboGrafX-CD VC INJECT";
Injection.Content = "Set Path";
cdtg.IsChecked = true;
}
if (mvm.GameConfiguration.extension != "" && mvm.GameConfiguration.bootsound != null)
{
if (!Directory.Exists(@"bin\cfgBoot"))
{
Directory.CreateDirectory(@"bin\cfgBoot");
}
if (File.Exists($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}"))
{
File.Delete($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}");
}
File.WriteAllBytes($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}", mvm.GameConfiguration.bootsound);
sound.Text = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "cfgBoot", $"bootSound.{mvm.GameConfiguration.extension}");
mvm.BootSound = sound.Text;
sound_TextChanged(null, null);
}
}
private bool CheckIfNull(string s)
{
if (s == null || s.Equals(string.Empty))
{
return true;
}
return false;
}
private void CheckBox_Click(object sender, RoutedEventArgs e)
{
mvm.RomPath = null;
mvm.RomSet = false;
mvm.CanInject = false;
if (cd)
{
cd = false;
mvm.mw.tbTitleBar.Text = "UWUVCI AIO - TurboGrafX-16 VC INJECT";
Injection.Content = "Select File";
}
else
{
cd = true;
mvm.mw.tbTitleBar.Text = "UWUVCI AIO - TurboGrafX-CD VC INJECT";
Injection.Content = "Set Path";
}
mvm.cd = cd;
}
private void gn_KeyUp(object sender, KeyEventArgs e)
{
/*Regex reg = new Regex("[^a-zA-Z0-9 é -]");
string backup = string.Copy(gn.Text);
gn.Text = reg.Replace(gn.Text, string.Empty);
gn.CaretIndex = gn.Text.Length;
if (gn.Text != backup)
{
gn.ScrollToHorizontalOffset(double.MaxValue);
}*/
}
public void reset()
{
tv.Text = "";
drc.Text = "";
gn.Text = "";
ic.Text = "";
log.Text = "";
}
private void icoIMG_MouseDown(object sender, MouseButtonEventArgs e)
{
}
private void icoIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
ICOSHOW ics = new ICOSHOW(ic.Text);
try
{
ics.Owner = mvm.mw;
}
catch (Exception)
{
}
ics.ShowDialog();
}
private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
TDRSHOW t = new TDRSHOW(tv.Text, false);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void drcIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
TDRSHOW t = new TDRSHOW(drc.Text, true);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void logIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
LOGSHOW t = new LOGSHOW(log.Text);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void Button_Click(object sender, RoutedEventArgs e)
{
string path = mvm.GetFilePath(true, true);
if (!CheckIfNull(path))
{
if (new FileInfo(path).Extension.Contains("wav"))
{
if (mvm.ConfirmRiffWave(path))
{
mvm.BootSound = path;
}
else
{
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");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
}
}
else
{
mvm.BootSound = path;
}
}
else
{
if (path == "")
{
mvm.BootSound = null;
sound.Text = "";
}
}
}
private void Image_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{/*
try
{
TitleKeys webbrowser = new TitleKeys("n64", "UWUVCI AIO - N64 Help");
try
{
webbrowser.Owner = mvm.mw;
}
catch (Exception)
{
}
webbrowser.Show();
mvm.mw.Hide();
}
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", "The Helppage for N64 is not implemented yet");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.Show();
}*/
}
private void Button_Click_1(object sender, RoutedEventArgs e)
{
try
{
TitleKeys webbrowser = null;
if (cd)
{
webbrowser = new TitleKeys("tgcd", "TurboGrafX Inject Guide");
}
else
{
webbrowser = new TitleKeys("tg16", "TurboGrafX Inject Guide");
}
try
{
webbrowser.Owner = mvm.mw;
}
catch (Exception)
{
}
webbrowser.Show();
mvm.mw.Hide();
}
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", $"The Helppage for TurboGrafX is not implemented yet");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.Show();
}
}
private void gn_TextChanged(object sender, TextChangedEventArgs e)
{
try
{
mvm.GameConfiguration.GameName = gn.Text;
}
catch (Exception)
{
}
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/WiiConfig.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/InjectFrames/Configurations/WiiConfig.xaml.cs
================================================
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Security.Cryptography;
using System.Text;
using System.Text.RegularExpressions;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Shapes;
using UWUVCI_AIO_WPF.Helpers;
using UWUVCI_AIO_WPF.Models;
using UWUVCI_AIO_WPF.Properties;
using UWUVCI_AIO_WPF.UI.Windows;
using WiiUDownloaderLibrary;
namespace UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations
{
///
/// Interaktionslogik für WiiConfig.xaml
///
public partial class WiiConfig : Page, IDisposable
{
MainViewModel mvm;
bool dont = true;
public void clearImages(int i)
{
switch (i)
{
case 0:
icoIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGAIco = new PNGTGA();
ic.Text = null;
break;
case 1:
tvIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGATv = new PNGTGA();
tv.Text = null;
break;
case 2:
drcIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGADrc = new PNGTGA();
drc.Text = null;
break;
case 3:
logIMG.Visibility = Visibility.Hidden;
mvm.GameConfiguration.TGALog = new PNGTGA();
log.Text = null;
break;
}
}
private void CheckBox_Checked(object sender, RoutedEventArgs e)
{
// Cast sender to a CheckBox
var checkBox = sender as CheckBox;
// Uncheck other checkboxes if this one is checked
if (checkBox.IsChecked == true)
{
if (checkBox != deflickerCheckBox)
deflickerCheckBox.IsChecked = false;
if (checkBox != ditheringCheckBox)
ditheringCheckBox.IsChecked = false;
if (checkBox != vFilterCheckBox)
vFilterCheckBox.IsChecked = false;
}
}
public void imgpath(string icon, string tv)
{
ic.Text = icon;
this.tv.Text = tv;
}
public WiiConfig()
{
InitializeComponent();
mvm = FindResource("mvm") as MainViewModel;
mvm.setThing(this);
Injection.ToolTip = "Changing the extension of a ROM may result in a faulty inject.\nWe will not give any support in such cases";
List gpEmu = new List();
gpEmu.Add("Do not use. WiiMotes only");
gpEmu.Add("Classic Controller");
gpEmu.Add("Horizontal WiiMote");
gpEmu.Add("Vertical WiiMote");
gpEmu.Add("Force Classic Controller");
gpEmu.Add("Force No Classic Controller");
gamepad.ItemsSource = gpEmu;
gamepad.SelectedIndex = 0;
mvm.test = GameBaseClassLibrary.GameConsoles.WII;
List selection = new List();
selection.Add("Video Patches");
selection.Add("Region Patches");
selection.Add("Extras");
selectionDB.ItemsSource = selection;
selectionDB.SelectedIndex = 0;
}
public WiiConfig(GameConfig c)
{
InitializeComponent();
mvm = FindResource("mvm") as MainViewModel;
getInfoFromConfig();
mvm.GameConfiguration = c.Clone();
mvm.setThing(this);
Injection.ToolTip = "Changing the extension of a ROM may result in a faulty inject.\nWe will not give any support in such cases";
List gpEmu = new List();
gpEmu.Add("Do not use. WiiMotes only");
gpEmu.Add("Classic Controller");
gpEmu.Add("Horizontal WiiMote");
gpEmu.Add("Vertical WiiMote");
gpEmu.Add("Force Classic Controller");
gpEmu.Add("Force No Classic Controller");
gamepad.ItemsSource = gpEmu;
gamepad.SelectedIndex = 0;
mvm.test = GameBaseClassLibrary.GameConsoles.WII;
List selection = new List();
selection.Add("Video Patches");
selection.Add("Region Patches");
selection.Add("Extras");
selectionDB.ItemsSource = selection;
selectionDB.SelectedIndex = 0;
}
public void Dispose()
{
}
private void WiiConfig_PreviewDragOver(object sender, DragEventArgs e)
{
e.Effects = e.Data.GetDataPresent(DataFormats.FileDrop) ? DragDropEffects.Copy : DragDropEffects.None;
e.Handled = true;
}
private void WiiConfig_PreviewDrop(object sender, DragEventArgs e)
{
if (e.Data.GetDataPresent(DataFormats.FileDrop))
{
string[] files = (string[])e.Data.GetData(DataFormats.FileDrop);
if (files != null && files.Length > 0)
{
string filePath = files[0]; // Get the first file
TextBox txtBox = sender as TextBox;
if (txtBox != null)
{
txtBox.IsReadOnly = false;
txtBox.IsReadOnly = true;
// Special handling for GCT Path (multiple files allowed)
if (txtBox.Name == "gctPath")
{
var newFiles = new List();
foreach (string file in files)
{
// If it's a GCT file, accept it
if (System.IO.Path.GetExtension(file).Equals(".gct", StringComparison.OrdinalIgnoreCase))
newFiles.Add(file);
// If it's a TXT file, validate the format before adding
else if (System.IO.Path.GetExtension(file).Equals(".txt", StringComparison.OrdinalIgnoreCase))
{
try
{
GctCode.ParseOcarinaOrDolphinTxtFile(file); // Throws exception if invalid
newFiles.Add(file);
}
catch (Exception ex)
{
Custom_Message cm = new Custom_Message("Invalid GCT File", $"Invalid TXT file format: {file}\nError: {ex.Message}");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
}
}
}
if (newFiles.Count > 0)
{
// Merge new files with existing paths (avoid duplicates)
var existingFiles = new HashSet(
txtBox.Text.Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries)
);
foreach (var newFile in newFiles)
existingFiles.Add(newFile); // HashSet prevents duplicates
// Update the TextBox with the combined list
txtBox.Text = string.Join(Environment.NewLine, existingFiles);
}
return; // No further processing needed for GCT files
}
switch (txtBox.Name)
{
case "rp":
mvm.RomPath = filePath;
mvm.RomSet = true;
PostRomPath(filePath); // Call Wii-specific function
break;
case "ic":
mvm.GameConfiguration.TGAIco.ImgPath = filePath;
break;
case "tv":
mvm.GameConfiguration.TGATv.ImgPath = filePath;
break;
case "drc":
mvm.GameConfiguration.TGADrc.ImgPath = filePath;
break;
case "log":
mvm.GameConfiguration.TGALog.ImgPath = filePath;
break;
case "sound":
mvm.BootSound = filePath;
break;
case "ancastKey":
Custom_Message cm = new Custom_Message("Invalid Operation", "You cannot manually drop a file here.Use 'Get From OTP' instead");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
txtBox.Text = ""; // Clear if accidentally dropped
break;
}
txtBox.Text = filePath;
}
}
}
}
private void Set_Rom_Path(object sender, RoutedEventArgs e)
{
string path = mvm.GetFilePath(true, false);
PostRomPath(path);
}
public void PostRomPath(string path)
{
ancast_Button.IsEnabled = false;
ancastKey.Text = "";
ancastKey.IsEnabled = false;
if (!CheckIfNull(path))
{
int TitleIDInt = 0;
bool isok = false;
if (path.ToLower().Contains(".gcz") || path.ToLower().Contains(".dol") || path.ToLower().Contains(".wad"))
isok = true;
else
{
using var reader = new BinaryReader(File.OpenRead(path));
reader.BaseStream.Position = 0x00;
TitleIDInt = reader.ReadInt32();
if (TitleIDInt == 1397113431) //Performs actions if the header indicates a WBFS file
{ isok = true; }
else if (TitleIDInt != 65536)
{
long GameType = 0;
reader.BaseStream.Position = 0x18;
GameType = reader.ReadInt64();
if (GameType == 2745048157)
isok = true;
}
reader.Close();
}
if (isok)
{
motepass.IsEnabled = false;
motepass.IsChecked = false;
gamepad.IsEnabled = true;
mvm.NKITFLAG = false;
trimn.IsEnabled = false;
trimn.IsChecked = false;
vmcsmoll.IsEnabled = true;
pal.IsEnabled = true;
ntsc.IsEnabled = true;
mvm.donttrim = false;
jppatch.IsEnabled = true;
motepass.IsEnabled = false;
List gpEmu = new List();
gpEmu.Add("Do not use. WiiMotes only");
gpEmu.Add("Classic Controller");
gpEmu.Add("Horizontal WiiMote");
gpEmu.Add("Vertical WiiMote");
gpEmu.Add("Force Classic Controller");
gpEmu.Add("Force No Classic Controller");
gamepad.ItemsSource = gpEmu;
gamepad.ItemsSource = gpEmu;
mvm.RomPath = path;
mvm.RomSet = true;
if (mvm.BaseDownloaded)
mvm.CanInject = true;
if (!path.ToLower().Contains(".gcz") && !path.ToLower().Contains(".dol") && !path.ToLower().Contains(".wad"))
{
string rom = mvm.getInternalWIIGCNName(mvm.RomPath, false);
Regex reg = new Regex("[*'\",_^@:;?!<>|µ~#°²³´`éⓇ©™]");
gn.Text = reg.Replace(rom, string.Empty);
mvm.GameConfiguration.GameName = reg.Replace(rom, string.Empty);
if (!string.IsNullOrWhiteSpace(mvm.GameConfiguration.TGAIco.ImgPath))
ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;
if (!string.IsNullOrWhiteSpace(mvm.GameConfiguration.TGATv.ImgPath))
tv.Text = mvm.GameConfiguration.TGATv.ImgPath;
if (path.ToLower().Contains("iso"))
{
trimn.IsEnabled = true;
mvm.IsIsoNkit();
}
}
else if (path.ToLower().Contains(".dol"))
{
ancastKey.IsEnabled = true;
ancast_Button.IsEnabled = true;
mvm.NKITFLAG = false;
trimn.IsEnabled = false;
trimn.IsChecked = false;
vmcsmoll.IsEnabled = false;
pal.IsEnabled = false;
ntsc.IsEnabled = false;
RF_n.IsEnabled = false;
RF_tj.IsEnabled = false;
RF_tn.IsEnabled = false;
RF_tp.IsEnabled = false;
jppatch.IsEnabled = false;
motepass.IsChecked = false;
motepass.IsEnabled = true;
mvm.donttrim = false;
gamepad.IsEnabled = false;
LR.IsEnabled = false;
}
else if (path.ToLower().Contains(".wad"))
{
mvm.NKITFLAG = false;
trimn.IsEnabled = false;
trimn.IsChecked = false;
vmcsmoll.IsEnabled = false;
pal.IsEnabled = false;
ntsc.IsEnabled = false;
RF_n.IsEnabled = false;
RF_tj.IsEnabled = false;
RF_tn.IsEnabled = false;
RF_tp.IsEnabled = false;
jppatch.IsEnabled = false;
mvm.donttrim = false;
}
else
{
motepass.IsChecked = false;
motepass.IsEnabled = false;
trimn.IsEnabled = true;
}
}
else
{
Custom_Message cm = new Custom_Message("Wrong ROM", "The chosen ROM is not a supported WII Game");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
}
}
}
public string ReadAncastFromOtp()
{
var ret = "";
using (var dialog = new System.Windows.Forms.OpenFileDialog())
{
dialog.Filter = "OTP.bin | otp.bin";
var res = dialog.ShowDialog();
if (res == System.Windows.Forms.DialogResult.OK)
{
var filepath = dialog.FileName;
var test = new byte[16];
using (var fs = new FileStream(filepath, FileMode.Open, FileAccess.Read))
{
fs.Seek(0x90, SeekOrigin.Begin);
fs.Read(test, 0, 16);
}
foreach (var b in test)
ret += string.Format("{0:X2}", b);
}
}
return ret;
}
private void InjectGame(object sender, RoutedEventArgs e)
{
if (File.Exists(tv.Text))
mvm.GameConfiguration.TGATv.ImgPath = tv.Text;
else if (!tv.Text.Equals("Added via Config") && !tv.Text.Equals("Downloaded from Cucholix Repo"))
mvm.GameConfiguration.TGATv.ImgPath = null;
if (File.Exists(ic.Text))
mvm.GameConfiguration.TGAIco.ImgPath = ic.Text;
else if (!ic.Text.Equals("Added via Config") && !ic.Text.Equals("Downloaded from Cucholix Repo"))
mvm.GameConfiguration.TGAIco.ImgPath = null;
if (File.Exists(log.Text))
mvm.GameConfiguration.TGALog.ImgPath = log.Text;
else if (!log.Text.Equals("Added via Config") && !log.Text.Equals("Downloaded from Cucholix Repo"))
mvm.GameConfiguration.TGALog.ImgPath = null;
if (File.Exists(drc.Text))
mvm.GameConfiguration.TGADrc.ImgPath = drc.Text;
else if (!drc.Text.Equals("Added via Config") && !drc.Text.Equals("Downloaded from Cucholix Repo"))
mvm.GameConfiguration.TGADrc.ImgPath = null;
mvm.Index = gamepad.SelectedIndex;
mvm.LR = (bool)LR.IsChecked;
mvm.GameConfiguration.GameName = gn.Text;
mvm.GctPath = gctPath.Text;
if (!string.IsNullOrEmpty(ancastKey.Text))
{
ancastKey.Text = ancastKey.Text.ToUpper();
var toolsPath = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "Tools");
var tempPath = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "temp");
var downloadPath = System.IO.Path.Combine(tempPath, "download");
var c2wPath = System.IO.Path.Combine(tempPath, "C2W");
var imgFileCode = System.IO.Path.Combine(c2wPath, "code", "c2w.img");
var imgFile = System.IO.Path.Combine(c2wPath, "c2w.img");
var c2wFile = System.IO.Path.Combine(c2wPath, "c2w_patcher.exe");
var sourceData = ancastKey.Text;
var tempSource = Encoding.ASCII.GetBytes(sourceData);
var tmpHash = MD5.Create().ComputeHash(tempSource);
var hash = BitConverter.ToString(tmpHash);
if (hash == "31-8D-1F-9D-98-FB-08-E7-7C-7F-E1-77-AA-49-05-43")
{
JsonSettingsManager.Settings.Ancast = ancastKey.Text;
string[] ancastKeyCopy = { ancastKey.Text };
Task.Run(() =>
{
mvm.Progress += 5;
Directory.CreateDirectory(tempPath + "\\C2W");
var titleIds = new List()
{
"0005001010004000",
"0005001010004001"
};
foreach (var titleId in titleIds)
{
new Downloader(null, null).DownloadAsync(titleId, downloadPath).GetAwaiter().GetResult();
mvm.Progress += 5;
}
foreach (var titleId in titleIds)
{
CSharpDecrypt.CSharpDecrypt.Decrypt(new string[] { JsonSettingsManager.Settings.Ckey, System.IO.Path.Combine(downloadPath, titleId), c2wPath });
mvm.Progress += 5;
}
File.WriteAllLines(c2wPath + "\\starbuck_key.txt", ancastKeyCopy);
File.Copy(System.IO.Path.Combine(toolsPath, "c2w_patcher.exe"), c2wFile, true);
File.Copy(imgFileCode, imgFile, true);
mvm.Progress += 5;
var currentDir = Directory.GetCurrentDirectory();
Directory.SetCurrentDirectory(c2wPath);
using (Process c2w = new Process())
{
c2w.StartInfo.FileName = "c2w_patcher.exe";
c2w.StartInfo.Arguments = $"-nc";
c2w.Start();
c2w.WaitForExit();
}
Directory.SetCurrentDirectory(currentDir);
File.Copy(System.IO.Path.Combine(c2wPath, "c2p.img"), imgFileCode, true);
mvm.Progress = 100;
}).GetAwaiter().GetResult();
}
else
{
var cm = new Custom_Message("C2W Error", "Ancast code is incorrect.\nNot continuing with inject.");
cm.ShowDialog();
return;
}
var message = new DownloadWait("Setting Up C2W - Please Wait", "", mvm);
try
{
message.changeOwner(mvm.mw);
}
catch (Exception) { }
message.ShowDialog();
mvm.Progress = 0;
File.Delete(imgFileCode);
try
{
Directory.Delete(downloadPath, true);
}
catch { }
File.Delete(c2wFile);
File.Delete(c2wPath + "\\starbuck_key.txt");
File.Delete(System.IO.Path.Combine(c2wPath, "c2p.img"));
File.Delete(imgFileCode);
try
{
Directory.Delete(System.IO.Path.Combine(c2wPath, "code"), true);
}
catch { }
}
mvm.Inject(false);
}
private void Set_TvTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootTvTex.png");
using (ImageCreator ic = new ImageCreator(mvm.GameConfiguration.Console, "bootTvTex"))
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGATv.ImgPath = path;
mvm.GameConfiguration.TGATv.extension = new FileInfo(path).Extension;
tv.Text = path;
tvIMG.Visibility = Visibility.Visible;
}
}
private void Set_DrcTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootDrcTex.png");
using (ImageCreator ic = new ImageCreator(mvm.GameConfiguration.Console, "bootDrcTex"))
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGADrc.ImgPath = path;
mvm.GameConfiguration.TGADrc.extension = new FileInfo(path).Extension;
drc.Text = path;
drcIMG.Visibility = Visibility.Visible;
}
}
private void Set_IconTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "iconTex.png");
using (IconCreator ic = new IconCreator("WII"))
{
try
{
ic.Owner = mvm.mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGAIco.ImgPath = path;
mvm.GameConfiguration.TGAIco.extension = new FileInfo(path).Extension;
ic.Text = path;
icoIMG.Visibility = Visibility.Visible;
}
}
private void Set_LogoTex(object sender, RoutedEventArgs e)
{
string path = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "createdIMG", "bootLogoTex.png");
using (LogoCreator ic = new LogoCreator())
{
try
{
ic.Owner = (FindResource("mvm") as MainViewModel).mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
if (File.Exists(path) && mvm.CheckTime(new FileInfo(path).CreationTime))
{
mvm.GameConfiguration.TGALog.ImgPath = path;
mvm.GameConfiguration.TGALog.extension = new FileInfo(path).Extension;
log.Text = path;
logIMG.Visibility = Visibility.Visible;
}
}
public void getInfoFromConfig()
{
rp.Text = "";
mvm.RomPath = "";
mvm.RomSet = false;
mvm.gc2rom = "";
tv.Text = mvm.GameConfiguration.TGATv.ImgPath;
if (tv.Text.Length > 0)
tvIMG.Visibility = Visibility.Visible;
ic.Text = mvm.GameConfiguration.TGAIco.ImgPath;
if (ic.Text.Length > 0)
icoIMG.Visibility = Visibility.Visible;
drc.Text = mvm.GameConfiguration.TGADrc.ImgPath;
if (drc.Text.Length > 0)
drcIMG.Visibility = Visibility.Visible;
log.Text = mvm.GameConfiguration.TGALog.ImgPath;
if (log.Text.Length > 0)
logIMG.Visibility = Visibility.Visible;
gn.Text = mvm.GameConfiguration.GameName;
mvm.Index = mvm.GameConfiguration.Index;
gamepad.SelectedIndex = mvm.GameConfiguration.Index;
if (mvm.GameConfiguration.extension != "" && mvm.GameConfiguration.bootsound != null)
{
if (!Directory.Exists(@"bin\cfgBoot"))
Directory.CreateDirectory(@"bin\cfgBoot");
if (File.Exists($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}"))
File.Delete($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}");
File.WriteAllBytes($@"bin\cfgBoot\bootSound.{mvm.GameConfiguration.extension}", mvm.GameConfiguration.bootsound);
sound.Text = System.IO.Path.Combine(Directory.GetCurrentDirectory(), "bin", "cfgBoot", $"bootSound.{mvm.GameConfiguration.extension}");
mvm.BootSound = sound.Text;
sound_TextChanged(null, null);
}
LR.IsChecked = mvm.LR;
trimn.IsChecked = mvm.GameConfiguration.donttrim;
jppatch.IsChecked = mvm.jppatch;
motepass.IsChecked = mvm.passtrough;
// First block refactored
vmcsmoll.IsChecked = !mvm.Patch;
pal.IsChecked = mvm.Patch && !mvm.toPal;
ntsc.IsChecked = mvm.Patch && mvm.toPal;
// Second block refactored
if (mvm.regionfrii)
{
RF_n.IsChecked = false;
// Set the appropriate region-frii option
RF_tj.IsChecked = mvm.regionfriijp;
RF_tn.IsChecked = mvm.regionfriius;
RF_tp.IsChecked = !mvm.regionfriijp && !mvm.regionfriius;
}
else
{
// Reset to default when regionfrii is false
RF_n.IsChecked = true;
RF_tj.IsChecked = false;
RF_tn.IsChecked = false;
RF_tp.IsChecked = false;
}
}
private bool CheckIfNull(string s)
{
return string.IsNullOrEmpty(s);
}
private void gn_KeyUp(object sender, KeyEventArgs e)
{
/*Regex reg = new Regex("[^a-zA-Z0-9 é -]");
string backup = string.Copy(gn.Text);
gn.Text = reg.Replace(gn.Text, string.Empty);
gn.CaretIndex = gn.Text.Length;
if (gn.Text != backup)
{
gn.ScrollToHorizontalOffset(double.MaxValue);
}*/
}
private void gn_KeyUp_1(object sender, KeyEventArgs e)
{
}
private void gamepad_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
mvm.Index = gamepad.SelectedIndex;
if (gamepad.SelectedIndex == 1 || gamepad.SelectedIndex == 4)
LR.IsEnabled = true;
else
{
LR.IsChecked = false;
LR.IsEnabled = false;
}
}
private void RadioButton_Click(object sender, RoutedEventArgs e)
{
mvm.toPal = true;
mvm.Patch = true;
}
private void RadioButton_Click_1(object sender, RoutedEventArgs e)
{
mvm.toPal = false;
mvm.Patch = true;
}
private void RadioButton_Click_2(object sender, RoutedEventArgs e)
{
mvm.toPal = false;
mvm.Patch = false;
}
public void reset()
{
tv.Text = "";
drc.Text = "";
gn.Text = "";
ic.Text = "";
log.Text = "";
}
private void icoIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
ICOSHOW ics = new ICOSHOW(ic.Text);
try
{
ics.Owner = mvm.mw;
}
catch (Exception)
{
}
ics.ShowDialog();
}
private void tvIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
TDRSHOW t = new TDRSHOW(tv.Text, false);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void drcIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
TDRSHOW t = new TDRSHOW(drc.Text, true);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void logIMG_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
LOGSHOW t = new LOGSHOW(log.Text);
try
{
t.Owner = mvm.mw;
}
catch (Exception)
{
}
t.ShowDialog();
}
private void ic_TextChanged(object sender, TextChangedEventArgs e)
{
icoIMG.Visibility = ic.Text.Length > 0 ? Visibility.Visible : Visibility.Hidden;
}
private void drc_TextChanged(object sender, TextChangedEventArgs e)
{
drcIMG.Visibility = drc.Text.Length > 0 ? Visibility.Visible : Visibility.Hidden;
}
private void tv_TextChanged(object sender, TextChangedEventArgs e)
{
tvIMG.Visibility = tv.Text.Length > 0 ? Visibility.Visible : Visibility.Hidden;
}
private void log_TextChanged(object sender, TextChangedEventArgs e)
{
logIMG.Visibility = log.Text.Length > 0 ? Visibility.Visible : Visibility.Hidden;
}
private void gn_KeyDown(object sender, KeyEventArgs e)
{
if (Keyboard.IsKeyDown(Key.Up) || Keyboard.IsKeyDown(Key.Down) || Keyboard.IsKeyDown(Key.Left) || Keyboard.IsKeyDown(Key.Right))
dont = false;
}
private void Button_Click(object sender, RoutedEventArgs e)
{
string path = mvm.GetFilePath(true, true);
if (!CheckIfNull(path))
{
if (new FileInfo(path).Extension.Contains("wav"))
{
if (mvm.ConfirmRiffWave(path))
mvm.BootSound = path;
else
{
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");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
}
}
else
mvm.BootSound = path;
}
else
if (path == "")
{
mvm.BootSound = null;
sound.Text = "";
}
}
private void Image_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
}
private void SoundImg_MouseLeftButtonDown(object sender, MouseButtonEventArgs e)
{
mvm.PlaySound();
}
private void sound_TextChanged(object sender, TextChangedEventArgs e)
{
try
{
if (File.Exists(mvm.BootSound))
SoundImg.Visibility = !new FileInfo(mvm.BootSound).Extension.Contains("btsnd") ? Visibility.Visible : Visibility.Hidden;
}
catch (Exception)
{
}
}
private void Button_Click_1(object sender, RoutedEventArgs e)
{
try
{
TitleKeys webbrowser = new TitleKeys("wii", "Wii Inject Guide");
try
{
webbrowser.Owner = mvm.mw;
}
catch (Exception)
{
}
webbrowser.Show();
mvm.mw.Hide();
}
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", "The Helppage for Wii is not implemented yet");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.Show();
}
}
private void trimn_Click(object sender, RoutedEventArgs e)
{
if (!mvm.donttrim)
{
mvm.toPal = false;
mvm.Patch = false;
vmcsmoll.IsChecked = true;
vmcsmoll.IsEnabled = false;
pal.IsEnabled = false;
ntsc.IsEnabled = false;
mvm.donttrim = true;
mvm.jppatch = false;
int last = gamepad.SelectedIndex;
List gpEmu = new List
{
"Do not use. WiiMotes only",
"Classic Controller",
"Horizontal WiiMote",
"Vertical WiiMote",
"[NEEDS TRIMMING] Force Classic Controller",
"Force No Classic Controller"
};
gamepad.ItemsSource = gpEmu;
gamepad.SelectedIndex = last;
jppatch.IsEnabled = false;
}
else
{
int last = gamepad.SelectedIndex;
vmcsmoll.IsEnabled = true;
pal.IsEnabled = true;
ntsc.IsEnabled = true;
mvm.donttrim = false;
jppatch.IsEnabled = true;
List gpEmu = new List
{
"Do not use. WiiMotes only",
"Classic Controller",
"Horizontal WiiMote",
"Vertical WiiMote",
"Force Classic Controller",
"Force No Classic Controller"
};
gamepad.ItemsSource = gpEmu;
gamepad.ItemsSource = gpEmu;
gamepad.SelectedIndex = last;
}
}
private void jppatch_Click(object sender, RoutedEventArgs e)
{
mvm.jppatch = !mvm.jppatch;
}
private void selectionDB_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
switch (selectionDB.SelectedIndex)
{
case 0:
VideoMode.Visibility = Visibility.Visible;
RegionFrii.Visibility = Visibility.Hidden;
Extra.Visibility = Visibility.Hidden;
break;
case 1:
VideoMode.Visibility = Visibility.Hidden;
RegionFrii.Visibility = Visibility.Visible;
Extra.Visibility = Visibility.Hidden;
break;
case 2:
VideoMode.Visibility = Visibility.Hidden;
RegionFrii.Visibility = Visibility.Hidden;
Extra.Visibility = Visibility.Visible;
break;
}
}
private void motepass_Checked(object sender, RoutedEventArgs e)
{
mvm.passtrough = false;
}
private void motepass_Unchecked(object sender, RoutedEventArgs e)
{
mvm.passtrough = true;
}
private void RF_tp_Click(object sender, RoutedEventArgs e)
{
if (RF_tp.IsChecked == true)
{
mvm.regionfrii = true;
mvm.regionfriijp = false;
mvm.regionfriius = false;
}
if (RF_tj.IsChecked == true)
{
mvm.regionfrii = true;
mvm.regionfriijp = true;
mvm.regionfriius = false;
}
if (RF_tn.IsChecked == true)
{
mvm.regionfrii = true;
mvm.regionfriijp = false;
mvm.regionfriius = true;
}
if (RF_n.IsChecked == true)
{
mvm.regionfrii = false;
mvm.regionfriijp = false;
mvm.regionfriius = false;
}
}
private void log_TextChanged_1(object sender, TextChangedEventArgs e)
{
try
{
mvm.GameConfiguration.GameName = gn.Text;
}
catch (Exception)
{
}
}
private void ancast_OTP(object sender, RoutedEventArgs e)
{
ancastKey.Text = ReadAncastFromOtp();
}
private void SelectGctFile(object sender, RoutedEventArgs e)
{
// Get the new selected GCT files as a single string
var newFiles = GetGCTFilePaths();
if (string.IsNullOrEmpty(newFiles))
return;
// Split newFiles by new lines into a list of file paths
var newFileList = newFiles.Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries);
// Use a HashSet to store unique file paths (it avoids duplicates automatically)
var uniqueFiles = new HashSet(gctPath.Text.Split(new[] { Environment.NewLine }, StringSplitOptions.RemoveEmptyEntries));
// Add the new files to the HashSet
foreach (var file in newFileList)
uniqueFiles.Add(file); // HashSet ensures no duplicates are added
// Update the TextBox with the combined list of files, separated by new lines
gctPath.Text = string.Join(Environment.NewLine, uniqueFiles);
}
private string GetGCTFilePaths()
{
using var dialog = new System.Windows.Forms.OpenFileDialog();
dialog.Multiselect = true;
dialog.Filter = "GCT or TXT Files (*.gct, *.txt)|*.gct;*.txt";
System.Windows.Forms.DialogResult res = dialog.ShowDialog();
if (res == System.Windows.Forms.DialogResult.OK)
{
var validFilePaths = new List();
foreach (string filePath in dialog.FileNames)
{
// If it's a GCT file, accept it without validation
if (System.IO.Path.GetExtension(filePath).Equals(".gct", StringComparison.OrdinalIgnoreCase))
validFilePaths.Add(filePath);
// If it's a TXT file, validate the format
else if (System.IO.Path.GetExtension(filePath).Equals(".txt", StringComparison.OrdinalIgnoreCase))
{
GctCode.ParseOcarinaOrDolphinTxtFile(filePath); // Try to parse; throws exception if invalid
validFilePaths.Add(filePath);
}
}
return string.Join(Environment.NewLine, validFilePaths);
}
// Return an empty string if the dialog was canceled
return string.Empty;
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/KeyFrame/TKFrame.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/KeyFrame/TKFrame.xaml.cs
================================================
using GameBaseClassLibrary;
using System.Windows.Controls;
using System.Windows.Input;
namespace UWUVCI_AIO_WPF.UI.Frames.KeyFrame
{
///
/// Interaktionslogik für TKFrame.xaml
///
public partial class TKFrame : Page
{
MainViewModel mvm;
public TKFrame(GameConsoles c)
{
InitializeComponent();
mvm = FindResource("mvm") as MainViewModel;
mvm.getTempList(c);
}
private void DataGrid_MouseDoubleClick(object sender, MouseButtonEventArgs e)
{
if(mvm.GbTemp != null)
{
mvm.EnterKey(false);
}
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/Path/Paths.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/Path/Paths.xaml.cs
================================================
using System;
using System.Windows;
using System.Windows.Controls;
namespace UWUVCI_AIO_WPF.UI.Frames.Path
{
///
/// Interaktionslogik für Paths.xaml
///
public partial class Paths : Page, IDisposable
{
MainWindow parent;
MainViewModel mvm;
public Paths(MainWindow mw)
{
InitializeComponent();
parent = mw;
mvm = FindResource("mvm") as MainViewModel;
}
public void Dispose()
{
}
private void Button_Click(object sender, RoutedEventArgs e)
{
mvm.SetBasePath();
}
private void Button_Click_1(object sender, RoutedEventArgs e)
{
mvm.SetInjectPath();
}
private void Button_Click_2(object sender, RoutedEventArgs e)
{
parent.paths(true);
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/SettingsFrame.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/SettingsFrame.xaml.cs
================================================
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;
using UWUVCI_AIO_WPF.Helpers;
using UWUVCI_AIO_WPF.UI.Windows;
namespace UWUVCI_AIO_WPF.UI.Frames
{
///
/// Interaktionslogik für SettingsFrame.xaml
///
public partial class SettingsFrame : Page, IDisposable
{
MainWindow parent;
public SettingsFrame(MainWindow mw)
{
InitializeComponent();
parent = mw;
// spm.Content += "\nThis will most likely fix the Injection Process, if it's stuck before it shows Copy Base";
}
public void Dispose()
{
}
private void Button_Click(object sender, RoutedEventArgs e)
{
/* TitleKeys tk = new TitleKeys();
tk.ShowDialog();*/
}
private void Button_Click_1(object sender, RoutedEventArgs e)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
mvm.EnterKey(true);
}
private void Button_Click_2(object sender, RoutedEventArgs e)
{
parent.paths(false);
}
private void Button_Click_3(object sender, RoutedEventArgs e)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
mvm.UpdateBases();
}
private void Button_Click_4(object sender, RoutedEventArgs e)
{
Process[] pname = Process.GetProcessesByName("INICreator");
if (pname.Length == 0)
{
Process.Start(@"bin\Tools\INICreator.exe");
}
}
private void Button_Click_5(object sender, RoutedEventArgs e)
{
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");
try
{
cm.Owner = (FindResource("mvm") as MainViewModel).mw;
}
catch (Exception)
{
}
cm.ShowDialog();
}
private void Button_Click_6(object sender, RoutedEventArgs e)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
mvm.Update(true);
}
private void Button_Click_7(object sender, RoutedEventArgs e)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
mvm.UpdateTools();
}
private void Button_Click_8(object sender, RoutedEventArgs e)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
mvm.ResetTKQuest();
}
private void Button_Click_9(object sender, RoutedEventArgs e)
{
Process[] pname = Process.GetProcessesByName("NintendontConfig");
if (pname.Length == 0)
{
Process.Start(@"bin\Tools\NintendontConfig.exe");
}
}
private void Button_Click_10(object sender, RoutedEventArgs e)
{
JsonSettingsManager.Settings.dont = false;
JsonSettingsManager.Settings.ndsw = false;
JsonSettingsManager.Settings.snesw = false;
JsonSettingsManager.Settings.gczw = false;
JsonSettingsManager.SaveSettings();
}
private void Button_Click_11(object sender, RoutedEventArgs e)
{
using (LogoCreator ic = new LogoCreator())
{
try
{
ic.Owner = (FindResource("mvm") as MainViewModel).mw;
}
catch (Exception)
{
}
ic.ShowDialog();
}
}
private void Button_Click_12(object sender, RoutedEventArgs e)
{
(FindResource("mvm") as MainViewModel).RestartIntoBypass();
}
private void Button_Click_13(object sender, RoutedEventArgs e)
{
Process.Start("https://ko-fi.com/zestyts");
}
private void BtnZestyTSVersion(object sender, RoutedEventArgs e)
{
Process.Start("https://zestyts.itch.io/uwuvci-v3");
}
private void ShowTutorialScreens_Click(object sender, RoutedEventArgs e)
{
new IntroductionWindow().ShowDialog();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Frames/StartFrame.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Frames/StartFrame.xaml.cs
================================================
using System.Diagnostics;
using System.Windows;
using System.Windows.Controls;
namespace UWUVCI_AIO_WPF.UI.Frames
{
///
/// Interaktionslogik für StartFrame.xaml
///
public partial class StartFrame : Page
{
public StartFrame()
{
InitializeComponent();
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.";
}
private void Button_Click(object sender, RoutedEventArgs e)
{
Process.Start("https://ko-fi.com/nicoaicp");
}
private void Button_Click2(object sender, RoutedEventArgs e)
{
Process.Start("https://ko-fi.com/zestyts");
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/BaseGameWindow.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/BaseGameWindow.xaml.cs
================================================
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Threading;
namespace UWUVCI_AIO_WPF.UI.Windows
{
public partial class BaseGameWindow : Window
{
private DispatcherTimer timer;
public BaseGameWindow()
{
InitializeComponent();
// Disable the Next button initially
NextButton.IsEnabled = false;
// Create a dispatcher timer
timer = new DispatcherTimer();
timer.Interval = TimeSpan.FromSeconds(3); // Set the timer for 3 seconds
timer.Tick += Timer_Tick; // Subscribe to the Tick event
timer.Start(); // Start the timer
}
// Event triggered when the timer ticks (after 3 seconds)
private void Timer_Tick(object sender, EventArgs e)
{
// Enable the Next button
NextButton.IsEnabled = true;
// Stop the timer after it has run once
timer.Stop();
}
private void NextButton_Click(object sender, RoutedEventArgs e)
{
// Navigate to the next window (MacLinuxWindow)
var macLinuxWindow = new MacLinuxWindow();
macLinuxWindow.Show();
Close();
}
private void BackButton_Click(object sender, RoutedEventArgs e)
{
// Navigate to the previous window (GuideWindow)
var guideWindow = new GuideWindow();
guideWindow.Show();
Close();
}
private void CompatibilityListButton_Click(object sender, RoutedEventArgs e)
{
// Open the compatibility list in the default browser
Process.Start(new ProcessStartInfo
{
FileName = "https://uwuvci.net/",
UseShellExecute = true
});
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/CloseWindow.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/CloseWindow.xaml.cs
================================================
using System;
using System.Diagnostics;
using System.Windows;
using System.Windows.Threading;
using UWUVCI_AIO_WPF.Helpers;
namespace UWUVCI_AIO_WPF.UI.Windows
{
public partial class CloseWindow : Window
{
private DispatcherTimer timer;
public CloseWindow()
{
InitializeComponent();
// Disable the Next button initially
NextButton.IsEnabled = false;
// Create a dispatcher timer
timer = new DispatcherTimer();
timer.Interval = TimeSpan.FromSeconds(3); // Set the timer for 3 seconds
timer.Tick += Timer_Tick; // Subscribe to the Tick event
timer.Start(); // Start the timer
}
// Event triggered when the timer ticks (after 3 seconds)
private void Timer_Tick(object sender, EventArgs e)
{
// Enable the Next button
NextButton.IsEnabled = true;
// Stop the timer after it has run once
timer.Stop();
}
private void CloseButton_Click(object sender, RoutedEventArgs e)
{
//Clicked button to see tutorial
if (JsonSettingsManager.Settings.IsFirstLaunch)
{
// Close the tutorial by marking the first launch as false
JsonSettingsManager.Settings.IsFirstLaunch = false;
// Save settings
JsonSettingsManager.SaveSettings();
// Call the LaunchMainApplication method directly from the current application instance
((App)Application.Current).LaunchMainApplication();
}
Close();
}
private void BackButton_Click(object sender, RoutedEventArgs e)
{
// Navigate to the previous window (MacLinuxWindow)
var macLinuxWindow = new MacLinuxWindow();
macLinuxWindow.Show();
Close();
}
private void DiscordButton_Click(object sender, RoutedEventArgs e)
{
// Open the Discord invite link in the default browser
Process.Start(new ProcessStartInfo
{
FileName = "https://discord.gg/mPZpqJJVmZ",
UseShellExecute = true
});
}
private void DonateButton_Click(object sender, RoutedEventArgs e)
{
// Open donation page in the default browser
Process.Start(new ProcessStartInfo
{
FileName = "https://ko-fi.com/zestyts",
UseShellExecute = true
});
}
private void GameButton_Click(object sender, RoutedEventArgs e)
{
// Open YT game page in the default browser
Process.Start(new ProcessStartInfo
{
FileName = "https://www.youtube.com/watch?v=RcfVhFi3wJc",
UseShellExecute = true
});
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/Custom Message - Kopieren.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/Custom Message - Kopieren.xaml.cs
================================================
using System.Windows;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für Custom_Message___Kopieren.xaml
///
public partial class Custom_Message___Kopieren : Window
{
public Custom_Message___Kopieren()
{
InitializeComponent();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/Custom Message.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/Custom Message.xaml.cs
================================================
using System;
using System.Diagnostics;
using System.IO;
using System.Windows;
using UWUVCI_AIO_WPF.Classes;
using UWUVCI_AIO_WPF.Helpers;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für Custom_Message.xaml
///
///
public partial class Custom_Message : Window
{
string path;
bool reset = false;
bool add = false;
public Custom_Message(string title, string message)
{
InitializeComponent();
nc.Visibility = Visibility.Hidden;
try
{
if(Owner != null)
{
if (Owner?.GetType() != typeof(MainWindow))
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
else
{
WindowStartupLocation = WindowStartupLocation.CenterOwner;
}
}
}
catch (Exception)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
dont.Visibility = Visibility.Hidden;
Title.Text = title;
Message.Content = message;
Folder.Visibility = Visibility.Hidden;
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"))
{
Reset.Visibility = Visibility.Visible;
if (title.Contains("Resetting"))
{
reset = true;
}
if(title.Contains("Found additional Files"))
{
add = true;
Reset.Content = "Yes";
btnClose.Content = "No";
}
}
if(title.Equals("Image Warning") || message.ToLower().Contains("dsi") ||message.ToLower().Contains("gcz") || message.ToLower().Contains("co-processor"))
{
dont.Visibility = Visibility.Visible;
}
}
public void CloseProgram(object sender, RoutedEventArgs e)
{
Environment.Exit(1);
}
public Custom_Message(string title, string message, string Path)
{
try
{
if (Owner?.GetType() != typeof(MainWindow))
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
}
catch (Exception)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
InitializeComponent();
if (!message.Contains("Nintendont"))
{
nc.Visibility = Visibility.Hidden;
}
if (message.Contains("If you want the inject to be put on your SD now"))
{
if(message.Contains("Copy to SD"))
{
nc.Content = "Copy to SD";
}
nc.Visibility = Visibility.Visible;
}
dont.Visibility = Visibility.Hidden;
Title.Text = title;
Message.Content = message;
path = Path;
Folder.Visibility = Visibility.Visible;
}
private void Button_Click(object sender, RoutedEventArgs e)
{
dontChecked();
Close();
}
private void Folder_Click(object sender, RoutedEventArgs e)
{
try
{
if (File.Exists(path)) path = new FileInfo(path).DirectoryName;
Process.Start(path);
Close();
}
catch (Exception)
{
Custom_Message cm = new Custom_Message("An Error occured", "An error occured opening the folder. Please make sure the Output Path exists.");
try
{
cm.Owner = (FindResource("mvm") as MainViewModel).mw;
}catch(Exception)
{
//left empty on purpose
}
cm.ShowDialog();
dontChecked();
Close();
}
}
private void Reset_Click(object sender, RoutedEventArgs e)
{
if (reset)
{
Close();
((MainViewModel)FindResource("mvm")).ResetTitleKeys();
}
else if (add)
{
((MainViewModel)FindResource("mvm")).addi = true;
}
else
{
((MainViewModel)FindResource("mvm")).choosefolder = true;
}
dontChecked();
Close();
}
private void nc_Click(object sender, RoutedEventArgs e)
{
Close();
var containNintendont = Message.Content.ToString().ToLower().Contains("nintendont");
SDSetup sd = new SDSetup(containNintendont ? true : false, path);
try
{
sd.Owner = (FindResource("mvm") as MainViewModel).mw;
sd.WindowStartupLocation = WindowStartupLocation.CenterOwner;
}
catch (Exception)
{
//left empty on purpose
}
sd.ShowDialog();
}
private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{
isWindClosing(true);
}
private void wind_Closed(object sender, EventArgs e)
{
isWindClosing(false);
}
private void isWindClosing(bool topMost)
{
try
{
if (!Title.Text.Contains("Warning"))
{
if ((FindResource("mvm") as MainViewModel).mw != null)
(FindResource("mvm") as MainViewModel).mw.Topmost = topMost;
}
}
catch (Exception)
{
//left empty on purpose;
}
}
private void dontChecked()
{
if (dont.IsChecked == true)
{
var messageLower = Message.Content.ToString().ToLower();
if (messageLower.Contains("gcz"))
{
JsonSettingsManager.Settings.gczw = true;
}
else if (messageLower.Contains("dsi"))
{
JsonSettingsManager.Settings.ndsw = true;
}
else if (messageLower.Contains("co-processor"))
{
JsonSettingsManager.Settings.snesw = true;
}
else if (messageLower.Contains("images"))
{
JsonSettingsManager.Settings.dont = true;
}
JsonSettingsManager.SaveSettings();
}
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/DownloadWait - Kopieren.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/DownloadWait - Kopieren.xaml.cs
================================================
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Linq;
using System.Management;
using System.Net;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Threading;
using UWUVCI_AIO_WPF.Helpers;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für DownloadWait.xaml
///
partial class SDSetup : Window, IDisposable
{
bool gc = false;
string path = "";
ManagementEventWatcher watcher = new ManagementEventWatcher();
ManagementEventWatcher watcher2 = new ManagementEventWatcher();
string driveletter = "";
public SDSetup()
{
InitializeComponent();
Task.Run(() => checkfornewinput());
Task.Run(() => checkfornewoutput());
GetDrives();
}
public void SpecifyDrive()
{
if (sd.SelectedValue != null)
{
driveletter = sd.SelectedValue.ToString().Substring(0, 3);
}
else
{
driveletter = "";
}
}
public SDSetup(bool gamecube, string injectlocation)
{
InitializeComponent();
gc = gamecube;
path = injectlocation;
if (!gamecube)
{
setup.Content = "Copy to SD";
tbTitleBar.Text = "Copy to SD";
}
Task.Run(() => checkfornewinput());
Task.Run(() => checkfornewoutput());
GetDrives();
}
private void checkfornewinput()
{
WqlEventQuery query = new WqlEventQuery("SELECT * FROM Win32_VolumeChangeEvent WHERE EventType = 2");
watcher.EventArrived += new EventArrivedEventHandler(watcher_EventArrived);
watcher.Query = query;
watcher.Options.Timeout = new TimeSpan(0, 0, 5);
watcher.Start();
try
{
watcher.WaitForNextEvent();
}
catch (Exception)
{
//left empty on purpose
}
}
private void checkfornewoutput()
{
WqlEventQuery query = new WqlEventQuery("SELECT * FROM Win32_VolumeChangeEvent WHERE EventType = 3");
watcher2.EventArrived += new EventArrivedEventHandler(watcher_EventArrived);
watcher2.Query = query;
watcher2.Options.Timeout = new TimeSpan(0, 0, 5);
watcher2.Start();
try
{
watcher2.WaitForNextEvent();
}
catch (Exception)
{
//left empty on purpose
}
}
private void watcher_EventArrived(object sender, EventArrivedEventArgs e)
{
Dispatcher.Invoke(() => { GetDrives(); });
}
private void GetDrives()
{
sd.ItemsSource = DriveInfo.GetDrives().Where(d => d.IsReady && d.DriveType == DriveType.Removable).Select(d => d.Name + " " + d.VolumeLabel + "").ToList();
}
public static long GetDirectorySize(string p)
{
string[] a = Directory.GetFiles(p, "*.*");
long b = 0;
foreach (string name in a)
{
FileInfo info = new FileInfo(name);
b += info.Length;
}
return b;
}
public static long GetDirectorySize(string b, bool t)
{
long result = 0;
Stack stack = new Stack();
stack.Push(b);
while (stack.Count > 0)
{
string dir = stack.Pop();
try
{
result += GetDirectorySize(dir);
foreach (string dn in Directory.GetDirectories(dir))
{
stack.Push(dn);
}
}
catch { }
}
return result;
}
private void Window_Minimize(object sender, RoutedEventArgs e)
{
WindowState = WindowState.Minimized;
}
public void changeOwner(MainWindow ow)
{
Owner = ow;
try
{
if (Owner?.GetType() == typeof(MainWindow))
{
WindowStartupLocation = WindowStartupLocation.CenterOwner;
ShowInTaskbar = false;
}
}
catch (Exception)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
}
private void MoveWindow(object sender, MouseButtonEventArgs e)
{
try
{
if (e.ChangedButton == MouseButton.Left)
DragMove();
}
catch (Exception)
{
//left empty on purpose
}
}
private void Window_Close(object sender, RoutedEventArgs e)
{
/*Task t = new Task(() => watcher.Stop());
t.Start();
t.Wait();
t = new Task(() => watcher2.Stop());
t.Start();
t.Wait();*/
watcher.Stop();
watcher2.Stop();
watcher.Dispose();
watcher2.Dispose();
Close();
}
private void close_MouseLeave(object sender, MouseEventArgs e)
{
close.Background = new SolidColorBrush(Color.FromArgb(0, 250, 250, 250));
}
private void close_MouseEnter(object sender, MouseEventArgs e)
{
close.Background = new SolidColorBrush(Color.FromArgb(150, 255, 100, 100));
}
private void wind_Closed(object sender, EventArgs e)
{
try
{
if ((FindResource("mvm") as MainViewModel).mw != null)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = false;
}
}
catch (Exception )
{
//left empty on purpose
}
}
DispatcherTimer dp = new DispatcherTimer();
private static string FormatBytes(long bytes)
{
string[] Suffix = { "B", "KB", "MB", "GB", "TB" };
int i;
double dblSByte = bytes;
for (i = 0; i < Suffix.Length && bytes >= 1024; i++, bytes /= 1024)
{
dblSByte = bytes / 1024.0;
}
return string.Format("{0:0.##} {1}", dblSByte, Suffix[i]);
}
private void setup_Click(object sender, RoutedEventArgs e)
{
var mvm = FindResource("mvm") as MainViewModel;
if (!mvm.saveworkaround)
{
long injctSize = GetDirectorySize(Path.Combine(path, mvm.foldername), true);
long availableSpace = new DriveInfo(driveletter).AvailableFreeSpace;
if (injctSize >= availableSpace)
{
long neededSpace = injctSize - availableSpace + 1048576;
Custom_Message cm = new Custom_Message(
"Insufficient Space",
$"You do not have enough space on the selected drive.\n" +
$"Please make sure you have at least {FormatBytes(neededSpace)} free!"
);
try { cm.Owner = mvm.mw; } catch { } // Ignore ownership exception
cm.ShowDialog();
return;
}
}
dp.Tick += Dp_Tick;
dp.Interval = TimeSpan.FromSeconds(1);
dp.Start();
setup.IsEnabled = false;
Task.Run(() =>
{
try
{
if (gc)
SetupNintendont();
CopyInject();
}
catch (Exception ex)
{
Logger.Log($"Error in setup process: {ex.Message}\n{ex.StackTrace}");
Dispatcher.Invoke(() => { mvm.msg = "Setup Failed!"; });
}
});
}
private void Dp_Tick(object sender, EventArgs e)
{
var mvm = FindResource("mvm") as MainViewModel;
Dispatcher.Invoke(() =>
{
status.Content = mvm.msg;
if (mvm.msg == "Done with Setup!" || mvm.msg == "Setup Failed!")
{
dp.Stop();
setup.IsEnabled = true;
setup.Click -= setup_Click;
setup.Click += Window_Close;
setup.Content = "Close";
}
});
}
private void SetupNintendont()
{
try
{
var mvm = FindResource("mvm") as MainViewModel;
Dispatcher.Invoke(() => mvm.msg = "Downloading Nintendont...");
Logger.Log("Starting SetupNintendont...");
string tempPath = @"bin\tempsd";
if (Directory.Exists(tempPath))
Directory.Delete(tempPath, true);
Directory.CreateDirectory(tempPath);
string zipPath = Path.Combine(tempPath, "nintendont.zip");
using (var client = new WebClient())
{
Logger.Log("Downloading Nintendont...");
client.DownloadFile("https://dl.dropbox.com/s/3swnsatmautzlk4/Nintendont.zip?dl=1", zipPath);
}
Logger.Log("Extracting Nintendont...");
ZipFile.ExtractToDirectory(zipPath, tempPath);
string nintendontPath = Path.Combine(driveletter, "apps", "nintendont");
if (Directory.Exists(nintendontPath))
Directory.Delete(nintendontPath, true);
Directory.CreateDirectory(nintendontPath);
using (var client = new WebClient())
{
Logger.Log("Downloading Nintendont files...");
client.DownloadFile("https://raw.githubusercontent.com/GaryOderNichts/Nintendont/master/loader/loader.dol", Path.Combine(nintendontPath, "boot.dol"));
client.DownloadFile("https://raw.githubusercontent.com/GaryOderNichts/Nintendont/master/nintendont/meta.xml", Path.Combine(nintendontPath, "meta.xml"));
client.DownloadFile("https://raw.githubusercontent.com/GaryOderNichts/Nintendont/master/nintendont/icon.png", Path.Combine(nintendontPath, "icon.png"));
}
Logger.Log("Copying Nintendont codes...");
CopyDirectory(Path.Combine(tempPath, "nintendont", "codes"), Path.Combine(driveletter, "codes"));
Directory.Delete(tempPath, true);
Logger.Log("SetupNintendont completed.");
}
catch (Exception ex)
{
Logger.Log($"Error in SetupNintendont: {ex.Message}");
}
}
private void CopyInject()
{
var mvm = FindResource("mvm") as MainViewModel;
string sourcePath = Path.Combine(path, mvm.foldername);
string destinationPath = sourcePath.Contains("[WUP]")
? Path.Combine(driveletter, "install", mvm.foldername)
: Path.Combine(driveletter, "wiiu", "games", mvm.foldername);
try
{
Dispatcher.Invoke(() => mvm.msg = "Copying Injected Game...");
Logger.Log($"Copying from {sourcePath} to {destinationPath}");
CopyDirectory(sourcePath, destinationPath);
Dispatcher.Invoke(() =>
{
mvm.msg = "Done with Setup!";
mvm.foldername = "";
});
Logger.Log("CopyInject completed successfully.");
}
catch (Exception ex)
{
Logger.Log($"Error in CopyInject: {ex.Message}");
Dispatcher.Invoke(() => mvm.msg = "Setup Failed!");
}
}
public static void CopyDirectory(string sourceDir, string destDir)
{
if (!Directory.Exists(sourceDir))
throw new DirectoryNotFoundException($"Source directory not found: {sourceDir}");
Logger.Log($"Starting directory copy: {sourceDir} → {destDir}");
Directory.CreateDirectory(destDir);
foreach (string file in Directory.GetFiles(sourceDir, "*", SearchOption.AllDirectories))
{
string relativePath = file.Substring(sourceDir.Length + 1); // Get relative path
string destFilePath = Path.Combine(destDir, relativePath);
string destDirPath = Path.GetDirectoryName(destFilePath);
if (!Directory.Exists(destDirPath)) Directory.CreateDirectory(destDirPath);
try
{
File.Copy(file, destFilePath, true);
Logger.Log($"Copied: {file} → {destFilePath}");
}
catch (Exception ex)
{
Logger.Log($"Failed to copy {file}: {ex.Message}");
}
}
Logger.Log($"Finished copying directory: {sourceDir} → {destDir}");
}
public static void DirectoryCopy(string sourceDirName, string destDirName, bool copySubDirs)
{
// Get the subdirectories for the specified directory.
DirectoryInfo dir = new DirectoryInfo(sourceDirName);
if (!dir.Exists)
{
Logger.Log($"Source directory does not exist or could not be found: {sourceDirName}");
throw new DirectoryNotFoundException($"Source directory does not exist or could not be found: {sourceDirName}");
}
// If the destination directory doesn't exist, create it.
if (!Directory.Exists(destDirName))
{
Directory.CreateDirectory(destDirName);
}
// Get the files in the directory and copy them to the new location.
foreach (FileInfo file in dir.EnumerateFiles())
{
file.CopyTo(Path.Combine(destDirName, file.Name), true);
}
// If copying subdirectories, copy them and their contents to new location.
if (copySubDirs)
{
foreach (DirectoryInfo subdir in dir.EnumerateDirectories())
{
DirectoryCopy(subdir.FullName, Path.Combine(destDirName, subdir.Name), copySubDirs);
}
}
}
private void sd_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
if(sd.SelectedIndex > -1 && sd.SelectedItem != null)
{
setup.IsEnabled = true;
}
else
{
setup.IsEnabled = false;
}
SpecifyDrive();
}
public void Dispose()
{
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/DownloadWait.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/DownloadWait.xaml.cs
================================================
using System;
using System.Windows;
using System.Windows.Threading;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für DownloadWait.xaml
///
partial class DownloadWait : Window
{
MainViewModel mvm;
DispatcherTimer timer = new DispatcherTimer();
//These variables are for handling a better progress bar
private TimeSpan remainingTime;
private int motion = 1;
private double accumulatedProgress = 0.0;
private double progressIncrementPerSecond = 0.0;
public DownloadWait(string doing, string msg, MainViewModel mvm)
{
try
{
if (Owner?.GetType() == typeof(MainWindow))
{
WindowStartupLocation = WindowStartupLocation.CenterOwner;
}
}
catch (Exception)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
this.mvm = mvm;
InitializeComponent();
Key.Text = doing;
timer.Interval = TimeSpan.FromSeconds(1);
timer.Tick += timer_Tick;
timer.Start();
}
public DownloadWait(string doing, string msg, MainViewModel mvm, bool t)
{
try
{
if (Owner?.GetType() != typeof(MainWindow))
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
catch (Exception)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
this.mvm = mvm;
InitializeComponent();
Key.Text = doing;
DispatcherTimer timer = new DispatcherTimer();
timer.Interval = TimeSpan.FromSeconds(1);
timer.Tick += timer_Tick;
}
public DownloadWait(string doing, TimeSpan estimatedTime, MainViewModel mvm)
{
// Initialization same as original constructor
try
{
if (Owner?.GetType() == typeof(MainWindow))
WindowStartupLocation = WindowStartupLocation.CenterOwner;
}
catch (Exception)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
this.mvm = mvm;
InitializeComponent();
Key.Text = doing;
// Handle estimated time
if (estimatedTime != TimeSpan.MaxValue)
remainingTime = estimatedTime;
else
// Can't estimate, just starting with zero
remainingTime = TimeSpan.Zero;
timer.Interval = TimeSpan.FromSeconds(1);
timer.Tick += timer_Tick;
timer.Start();
}
private void Window_Minimize(object sender, RoutedEventArgs e)
{
WindowState = WindowState.Minimized;
}
private void timer_Tick(object sender, EventArgs e)
{
msgT.Text = mvm.msg;
pb.Value = mvm.Progress;
if (Key.Text.Contains("Downloading Base"))
{
if (mvm.Progress >= 96)
{
msgT.Text += $"Verifying download...";
if (motion == 6)
motion = 1;
for (var i = 0; i < motion; i++)
msgT.Text += ".";
motion++;
}
// Check if remainingTime has been initialized (i.e., not zero)
else if (remainingTime != TimeSpan.Zero)
{
if (remainingTime.TotalSeconds > 0)
{
msgT.Text += $"Estimated time remaining: {remainingTime.Minutes} minutes {remainingTime.Seconds} seconds";
if (mvm.Progress < 95)
{
// Calculate the progress increment if not already calculated
if (progressIncrementPerSecond == 0.0)
progressIncrementPerSecond = (95 - mvm.Progress) / remainingTime.TotalSeconds;
accumulatedProgress += progressIncrementPerSecond;
while (accumulatedProgress >= 1)
{
mvm.Progress++;
accumulatedProgress--;
}
remainingTime = remainingTime.Add(TimeSpan.FromSeconds(-1));
}
}
else
{
msgT.Text += $"Completing download, eta not available";
if (motion == 6)
motion = 1;
for (var i = 0; i < motion; i++)
msgT.Text += ".";
motion++;
}
}
else
{
if (mvm.Progress < 95)
mvm.Progress += 1;
}
}
if (mvm.Progress == 100)
{
timer.Stop();
Close();
}
}
public void changeOwner(MainWindow ow)
{
Owner = ow;
try
{
if (Owner?.GetType() == typeof(MainWindow))
{
WindowStartupLocation = WindowStartupLocation.CenterOwner;
ShowInTaskbar = false;
}
}
catch (Exception)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
}
private void wind_Closed(object sender, EventArgs e)
{
try
{
if ((FindResource("mvm") as MainViewModel).mw != null)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = false;
}
}
catch (Exception )
{
}
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/EnterKey.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/EnterKey.xaml.cs
================================================
using System;
using System.Windows;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für EnterKey.xaml
///
public partial class EnterKey : Window
{
bool ckey = false;
Custom_Message cm;
public EnterKey(bool ckey)
{
try
{
if (Owner?.GetType() != typeof(MainWindow))
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
}
catch (Exception)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
InitializeComponent();
this.ckey = ckey;
if (ckey)
{
Key.Text = "CommonKey";
region.Text = "WIIU";
otp.Visibility = Visibility.Visible;
}
else
{
if ((FindResource("mvm") as MainViewModel).GbTemp.Tid != "")
{
}
}
}
public EnterKey(int i)
{
if (Owner?.GetType() != typeof(MainWindow))
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
InitializeComponent();
region.Visibility = Visibility.Hidden;
Key.Text = "Enter the TitleKey for 000500101000400";
if (i == 1)
{
Key.Text += "0";
}
else
{
Key.Text += "1";
}
or.Visibility = Visibility.Hidden;
otp.Visibility = Visibility.Hidden;
}
private void Button_Click(object sender, RoutedEventArgs e)
{
Close();
}
private void Button_Click_1(object sender, RoutedEventArgs e)
{
tbKey.Text = tbKey.Text.Trim();
if(tbKey.Text.Length > 32 || tbKey.Text.Length < 32)
{
if(tbKey.Text.Length > 32)
{
cm = new Custom_Message("Wrong Key", "The entered Key is too long");
cm.Owner = this;
cm.ShowDialog();
}
else
{
cm = new Custom_Message("Wrong Key", "The entered Key is too short");
cm.Owner = this;
cm.ShowDialog();
}
}
else
{
if (ckey)
{
MainViewModel mvm = (MainViewModel)FindResource("mvm");
if (mvm.checkcKey(tbKey.Text))
{
Visibility = Visibility.Hidden;
cm = new Custom_Message("Correct Key", "The entered CommonKey is correct!");
cm.Owner = Owner;
(Owner as MainWindow).move = false;
cm.ShowDialog();
(Owner as MainWindow).move = true;
Close();
mvm.ArePathsSet();
}
else
{
cm = new Custom_Message("Incorrect Key", "The entered CommonKey is incorrect!");
cm.Owner = this;
cm.ShowDialog();
}
}
else
{
MainViewModel mvm = (MainViewModel)FindResource("mvm");
if (mvm.checkKey(tbKey.Text))
{
Visibility = Visibility.Hidden;
cm = new Custom_Message("Correct Key", "The entered TitleKey is correct!");
cm.Owner = Owner;
(Owner as MainWindow).move = false;
cm.ShowDialog();
(Owner as MainWindow).move = true;
Close();
}
else
{
cm = new Custom_Message("Incorrect Key", "The entered TitleKey is incorrect!");
cm.Owner = this;
cm.ShowDialog();
}
}
}
}
private void Window_GotFocus(object sender, RoutedEventArgs e)
{
tbKey.Focus();
tbKey.Select(0,0);
}
private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = true;
}
private void wind_Closed(object sender, EventArgs e)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = false;
}
private void Button_Click_2(object sender, RoutedEventArgs e)
{
tbKey.Text = (FindResource("mvm") as MainViewModel).ReadCkeyFromOtp();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/GuideWindow.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/GuideWindow.xaml.cs
================================================
using System;
using System.Diagnostics;
using System.IO;
using System.Windows;
using System.Windows.Threading;
namespace UWUVCI_AIO_WPF.UI.Windows
{
public partial class GuideWindow : Window
{
private DispatcherTimer timer;
public GuideWindow()
{
InitializeComponent();
// Disable the Next button initially
NextButton.IsEnabled = false;
// Create a dispatcher timer
timer = new DispatcherTimer();
timer.Interval = TimeSpan.FromSeconds(3); // Set the timer for 3 seconds
timer.Tick += Timer_Tick; // Subscribe to the Tick event
timer.Start(); // Start the timer
}
// Event triggered when the timer ticks (after 3 seconds)
private void Timer_Tick(object sender, EventArgs e)
{
// Enable the Next button
NextButton.IsEnabled = true;
// Stop the timer after it has run once
timer.Stop();
}
private void NextButton_Click(object sender, RoutedEventArgs e)
{
// Navigate to the next window (BaseGameWindow)
var baseGameWindow = new BaseGameWindow();
baseGameWindow.Show();
Close();
}
private void BackButton_Click(object sender, RoutedEventArgs e)
{
// Navigate to the previous window (IntroWindow)
var introWindow = new IntroductionWindow();
introWindow.Show();
Close();
}
private void ReadMeButton_Click(object sender, RoutedEventArgs e)
{
// Open ReadMe file in the default text editor
string readMePath = Path.Combine(Directory.GetCurrentDirectory(), "ReadMe.txt");
if (File.Exists(readMePath))
{
Process.Start(new ProcessStartInfo
{
FileName = readMePath,
UseShellExecute = true
});
}
else
{
MessageBox.Show("ReadMe.txt not found!", "Error", MessageBoxButton.OK, MessageBoxImage.Error);
}
}
private void ZestyGuideButton_Click(object sender, RoutedEventArgs e)
{
// Open Zesty's Corner video guide in the default browser
Process.Start(new ProcessStartInfo
{
FileName = "https://www.youtube.com/watch?v=8HddnYFRZDE&list=PLbQMtrmXFIxQ1hpvu9m1th41vsaqnZ2Id&index=8",
UseShellExecute = true
});
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/IMG_Message - Kopieren - Kopieren - Kopieren.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/IMG_Message - Kopieren - Kopieren - Kopieren.xaml.cs
================================================
using System;
using System.Diagnostics;
using System.IO;
using System.Windows;
using System.Windows.Media.Imaging;
using UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations;
using Path = System.IO.Path;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für IMG_Message.xaml
///
public partial class LOGSHOW : Window, IDisposable
{
private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "temp");
private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "Tools");
string copy = "";
string pat = "";
BitmapImage bitmap = new BitmapImage();
public LOGSHOW(string path)
{
try
{
if (Owner?.GetType() != typeof(MainWindow))
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
}
catch (Exception)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
pat = string.Copy(path);
InitializeComponent();
if (Directory.Exists(Path.Combine(tempPath, "image"))) Directory.Delete(Path.Combine(tempPath, "image"), true);
Directory.CreateDirectory(Path.Combine(tempPath, "image"));
if (path == "Added via Config")
{
File.WriteAllBytes(Path.Combine(tempPath, "image", "log." + (FindResource("mvm") as MainViewModel).GameConfiguration.TGALog.extension), (FindResource("mvm") as MainViewModel).GameConfiguration.TGALog.ImgBin);
pat = Path.Combine(tempPath, "image", "log." + (FindResource("mvm") as MainViewModel).GameConfiguration.TGALog.extension);
}
if (new FileInfo(pat).Extension.Contains("tga"))
{
using (Process conv = new Process())
{
conv.StartInfo.UseShellExecute = false;
conv.StartInfo.CreateNoWindow = true;
conv.StartInfo.FileName = Path.Combine(toolsPath, "tga2png.exe");
conv.StartInfo.Arguments = $"-i \"{pat}\" -o \"{Path.Combine(tempPath, "image")}\"";
conv.Start();
conv.WaitForExit();
foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, "image"), "*.png"))
{
copy = sFile;
}
}
}
else
{
copy = pat;
}
BitmapImage image = new BitmapImage();
image.BeginInit();
image.CacheOption = BitmapCacheOption.OnLoad;
image.UriSource = new Uri(copy, UriKind.Absolute);
image.EndInit();
image.Freeze();
img.Source = image;
if(path == "Added via Config")
{
File.Delete(pat);
}
}
public void Dispose()
{
}
private void Canc_Click(object sender, RoutedEventArgs e)
{
bitmap.UriSource = null;
Close();
}
private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = true;
}
private void wind_Closed(object sender, EventArgs e)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = false;
}
private void Button_Click(object sender, RoutedEventArgs e)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
switch (mvm.GameConfiguration.Console)
{
case GameBaseClassLibrary.GameConsoles.NDS:
case GameBaseClassLibrary.GameConsoles.NES:
case GameBaseClassLibrary.GameConsoles.SNES:
case GameBaseClassLibrary.GameConsoles.MSX:
(mvm.Thing as OtherConfigs).clearImages(3);
break;
case GameBaseClassLibrary.GameConsoles.GBA:
(mvm.Thing as GBA).clearImages(3);
break;
case GameBaseClassLibrary.GameConsoles.WII:
if(mvm.test == GameBaseClassLibrary.GameConsoles.GCN)
{
(mvm.Thing as GCConfig).clearImages(3);
}
else
{
(mvm.Thing as WiiConfig).clearImages(3);
}
break;
case GameBaseClassLibrary.GameConsoles.N64:
(mvm.Thing as N64Config).clearImages(3);
break;
case GameBaseClassLibrary.GameConsoles.TG16:
(mvm.Thing as TurboGrafX).clearImages(3);
break;
}
Close();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/IMG_Message - Kopieren - Kopieren.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/IMG_Message - Kopieren - Kopieren.xaml.cs
================================================
using System;
using System.Diagnostics;
using System.IO;
using System.Windows;
using System.Windows.Media.Imaging;
using UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations;
using Path = System.IO.Path;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für IMG_Message.xaml
///
public partial class ICOSHOW : Window, IDisposable
{
private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "temp");
private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "Tools");
string copy = "";
string pat = "";
BitmapImage bitmap = new BitmapImage();
public ICOSHOW(string path)
{
try
{
if (Owner?.GetType() != typeof(MainWindow))
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
}
catch (Exception)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
pat = string.Copy(path);
InitializeComponent();
if (Directory.Exists(Path.Combine(tempPath, "image"))) Directory.Delete(Path.Combine(tempPath, "image"), true);
Directory.CreateDirectory(Path.Combine(tempPath, "image"));
if(path == "Added via Config")
{
File.WriteAllBytes(Path.Combine(tempPath, "image", "ico." + (FindResource("mvm") as MainViewModel).GameConfiguration.TGAIco.extension), (FindResource("mvm") as MainViewModel).GameConfiguration.TGAIco.ImgBin);
pat = Path.Combine(tempPath, "image", "ico." + (FindResource("mvm") as MainViewModel).GameConfiguration.TGAIco.extension);
}
if (new FileInfo(pat).Extension.Contains("tga"))
{
using (Process conv = new Process())
{
conv.StartInfo.UseShellExecute = false;
conv.StartInfo.CreateNoWindow = true;
conv.StartInfo.FileName = Path.Combine(toolsPath, "tga2png.exe");
conv.StartInfo.Arguments = $"-i \"{pat}\" -o \"{Path.Combine(tempPath, "image")}\"";
conv.Start();
conv.WaitForExit();
foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, "image"), "*.png"))
{
copy = sFile;
}
}
}
else
{
copy = pat;
}
BitmapImage image = new BitmapImage();
image.BeginInit();
image.CacheOption = BitmapCacheOption.OnLoad;
image.UriSource = new Uri(copy, UriKind.Absolute);
image.EndInit();
img.Source = image;
if (path == "Added via Config")
{
File.Delete(pat);
}
}
public void Dispose()
{
}
private void Canc_Click(object sender, RoutedEventArgs e)
{
bitmap.UriSource = null;
Close();
}
private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = true;
}
private void wind_Closed(object sender, EventArgs e)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = false;
}
private void Button_Click(object sender, RoutedEventArgs e)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
switch (mvm.GameConfiguration.Console)
{
case GameBaseClassLibrary.GameConsoles.NDS:
case GameBaseClassLibrary.GameConsoles.NES:
case GameBaseClassLibrary.GameConsoles.SNES:
case GameBaseClassLibrary.GameConsoles.MSX:
(mvm.Thing as OtherConfigs).clearImages(0);
break;
case GameBaseClassLibrary.GameConsoles.GBA:
(mvm.Thing as GBA).clearImages(0);
break;
case GameBaseClassLibrary.GameConsoles.WII:
if (mvm.test == GameBaseClassLibrary.GameConsoles.GCN)
{
(mvm.Thing as GCConfig).clearImages(0);
}
else
{
(mvm.Thing as WiiConfig).clearImages(0);
}
break;
case GameBaseClassLibrary.GameConsoles.N64:
(mvm.Thing as N64Config).clearImages(0);
break;
case GameBaseClassLibrary.GameConsoles.TG16:
(mvm.Thing as TurboGrafX).clearImages(0);
break;
}
Close();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/IMG_Message - Kopieren.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/IMG_Message - Kopieren.xaml.cs
================================================
using System;
using System.Diagnostics;
using System.IO;
using System.Windows;
using System.Windows.Media.Imaging;
using UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations;
using Path = System.IO.Path;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für IMG_Message.xaml
///
public partial class TDRSHOW : Window, IDisposable
{
private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "temp");
private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "Tools");
string copy = "";
string pat = "";
bool drc = false;
BitmapImage bitmap = new BitmapImage();
public TDRSHOW(string path, bool drc)
{
this.drc = drc;
try
{
if (Owner?.GetType() != typeof(MainWindow))
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
}
catch (Exception)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
pat = string.Copy(path);
InitializeComponent();
if (Directory.Exists(Path.Combine(tempPath, "image"))) Directory.Delete(Path.Combine(tempPath, "image"),true);
Directory.CreateDirectory(Path.Combine(tempPath, "image"));
if (pat == "Added via Config")
{
string ext = "";
byte[] imageb = new byte[] { };
if (drc)
{
ext = (FindResource("mvm") as MainViewModel).GameConfiguration.TGADrc.extension;
imageb = (FindResource("mvm") as MainViewModel).GameConfiguration.TGADrc.ImgBin;
File.WriteAllBytes(Path.Combine(tempPath, "image", "drc." + ext), imageb);
pat = Path.Combine(tempPath, "image", "drc." + ext);
}
else
{
ext = (FindResource("mvm") as MainViewModel).GameConfiguration.TGATv.extension;
imageb = (FindResource("mvm") as MainViewModel).GameConfiguration.TGATv.ImgBin;
File.WriteAllBytes(Path.Combine(tempPath, "image", "tv." + ext), imageb);
pat = Path.Combine(tempPath, "image", "tv." + ext);
}
}
if (new FileInfo(pat).Extension.Contains("tga"))
{
using (Process conv = new Process())
{
conv.StartInfo.UseShellExecute = false;
conv.StartInfo.CreateNoWindow = true;
conv.StartInfo.FileName = Path.Combine(toolsPath, "tga2png.exe");
conv.StartInfo.Arguments = $"-i \"{pat}\" -o \"{Path.Combine(tempPath, "image")}\"";
conv.Start();
conv.WaitForExit();
foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, "image"), "*.png"))
{
copy = sFile;
}
}
}
else
{
copy = pat;
}
BitmapImage image = new BitmapImage();
image.BeginInit();
image.CacheOption = BitmapCacheOption.OnLoad;
image.UriSource = new Uri(copy, UriKind.Absolute);
image.EndInit();
image.Freeze();
img.Source = image;
if (path == "Added via Config")
{
File.Delete(pat);
}
}
public void Dispose()
{
}
private void Canc_Click(object sender, RoutedEventArgs e)
{
bitmap.UriSource = null;
Close();
}
private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = true;
}
private void wind_Closed(object sender, EventArgs e)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = false;
}
private void Button_Click(object sender, RoutedEventArgs e)
{
int a = 1;
if (drc) a = 2;
MainViewModel mvm = FindResource("mvm") as MainViewModel;
switch (mvm.GameConfiguration.Console)
{
case GameBaseClassLibrary.GameConsoles.NDS:
case GameBaseClassLibrary.GameConsoles.NES:
case GameBaseClassLibrary.GameConsoles.SNES:
case GameBaseClassLibrary.GameConsoles.MSX:
(mvm.Thing as OtherConfigs).clearImages(a);
break;
case GameBaseClassLibrary.GameConsoles.GBA:
(mvm.Thing as GBA).clearImages(a);
break;
case GameBaseClassLibrary.GameConsoles.WII:
if (mvm.test == GameBaseClassLibrary.GameConsoles.GCN)
{
(mvm.Thing as GCConfig).clearImages(a);
}
else
{
(mvm.Thing as WiiConfig).clearImages(a);
}
break;
case GameBaseClassLibrary.GameConsoles.N64:
(mvm.Thing as N64Config).clearImages(a);
break;
case GameBaseClassLibrary.GameConsoles.TG16:
(mvm.Thing as TurboGrafX).clearImages(a);
break;
}
Close();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/IMG_Message.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/IMG_Message.xaml.cs
================================================
using GameBaseClassLibrary;
using System;
using System.IO;
using System.Net;
using System.Windows;
using System.Windows.Media.Imaging;
using UWUVCI_AIO_WPF.UI.Frames.InjectFrames.Configurations;
using Path = System.IO.Path;
using Rectangle = System.Drawing.Rectangle;
using System.Runtime.InteropServices;
using PixelFormat = System.Windows.Media.PixelFormat;
using Pfim;
using System.Windows.Media;
using System.Collections.Generic;
using System.Drawing;
using Image = System.Windows.Controls.Image;
using UWUVCI_AIO_WPF.Helpers;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für IMG_Message.xaml
///
public partial class IMG_Message : Window
{
string ic = "";
string tvs = "";
string repoid = "";
string icback = "";
string tvback = "";
private static List handles = new List();
public IMG_Message(string icon, string tv, string repoid)
{
try
{
if (Owner != null)
{
if (Owner?.GetType() != typeof(MainWindow))
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
}
}
catch (Exception)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
InitializeComponent();
ic = icon;
tvs = tv;
if (ic.Contains("tga"))
{
icb.Visibility = Visibility.Hidden;
icl.Visibility = Visibility.Hidden;
//tgic.Visibility = Visibility.Visible;
}
if (tvs.Contains("tga"))
{
tvb.Visibility = Visibility.Hidden;
tvl.Visibility = Visibility.Hidden;
tgtv.Visibility = Visibility.Visible;
}
this.icon.Source = GetRepoImages(icon);
this.tv.Source = GetRepoImages(tv);
this.repoid = repoid;
}
private BitmapImage GetRepoImages(string imageURL)
{
BitmapImage bitmap = new BitmapImage();
try
{
var webRequest = (HttpWebRequest)WebRequest.Create(new Uri(imageURL, UriKind.Absolute));
webRequest.AllowWriteStreamBuffering = true;
webRequest.Timeout = 30000;
var webReponse = webRequest.GetResponse();
var stream = webReponse.GetResponseStream();
if (!imageURL.EndsWith(".tga"))
{
var image = System.Drawing.Image.FromStream(stream);
using (var graphics = Graphics.FromImage(image))
{
graphics.InterpolationMode = System.Drawing.Drawing2D.InterpolationMode.HighQualityBicubic;
graphics.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.AntiAlias;
graphics.CompositingQuality = System.Drawing.Drawing2D.CompositingQuality.HighQuality;
graphics.PixelOffsetMode = System.Drawing.Drawing2D.PixelOffsetMode.HighQuality;
graphics.DrawImage(image, new Rectangle(0, 0, image.Width, image.Height), new Rectangle(0, 0, image.Width, image.Height), GraphicsUnit.Pixel);
}
using (var memory = new MemoryStream())
{
image.Save(memory, System.Drawing.Imaging.ImageFormat.Png);
memory.Position = 0;
bitmap.BeginInit();
bitmap.StreamSource = memory;
bitmap.CacheOption = BitmapCacheOption.OnLoad;
bitmap.EndInit();
}
}
else
{
//This code doesn't work
/*
var image = Pfim.Pfim.FromStream(stream);
foreach (var im in WpfImage(image))
{
var encoder = new PngBitmapEncoder();
using (var memory = new MemoryStream())
{
BitmapSource bitmapSource = (BitmapSource)im.Source;
encoder.Frames.Add(BitmapFrame.Create(bitmapSource));
encoder.Save(memory);
memory.Position = 0;
bitmap.BeginInit();
bitmap.StreamSource = memory;
bitmap.CacheOption = BitmapCacheOption.OnLoad;
bitmap.EndInit();
}
}
*/
//using old method for .tga
bitmap.BeginInit();
bitmap.UriSource = new Uri(imageURL, UriKind.Absolute);
bitmap.EndInit();
}
}
catch
{
//something broke, so yolo we go with the old method!
bitmap.BeginInit();
bitmap.UriSource = new Uri(imageURL, UriKind.Absolute);
bitmap.EndInit();
}
return bitmap;
}
private static PixelFormat PixelFormat(IImage image)
{
switch (image.Format)
{
case ImageFormat.Rgb24:
return PixelFormats.Bgr24;
case ImageFormat.Rgba32:
return PixelFormats.Bgra32;
case ImageFormat.Rgb8:
return PixelFormats.Gray8;
case ImageFormat.R5g5b5a1:
case ImageFormat.R5g5b5:
return PixelFormats.Bgr555;
case ImageFormat.R5g6b5:
return PixelFormats.Bgr565;
default:
Logger.Log($"Unable to convert {image.Format} to WPF PixelFormat");
throw new Exception($"Unable to convert {image.Format} to WPF PixelFormat");
}
}
private static IEnumerable WpfImage(IImage image)
{
var pinnedArray = GCHandle.Alloc(image.Data, GCHandleType.Pinned);
var addr = pinnedArray.AddrOfPinnedObject();
var bsource = BitmapSource.Create(image.Width, image.Height, 96.0, 96.0,
PixelFormat(image), null, addr, image.DataLen, image.Stride);
handles.Add(pinnedArray);
yield return new Image
{
Source = bsource,
Width = image.Width,
Height = image.Height,
MaxHeight = image.Height,
MaxWidth = image.Width,
Margin = new Thickness(4),
};
foreach (var mip in image.MipMaps)
{
var mipAddr = addr + mip.DataOffset;
var mipSource = BitmapSource.Create(mip.Width, mip.Height, 96.0, 96.0,
PixelFormat(image), null, mipAddr, mip.DataLen, mip.Stride);
yield return new Image
{
Source = mipSource,
Width = mip.Width,
Height = mip.Height,
MaxHeight = mip.Height,
MaxWidth = mip.Width,
Margin = new Thickness(4)
};
}
}
private void Button_Click(object sender, RoutedEventArgs e)
{
Close();
}
private void Canc_Click(object sender, RoutedEventArgs e)
{
Close();
}
private void Yes_Click(object sender, RoutedEventArgs e)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
var client = new WebClient();
if (Directory.Exists(Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo")))
{
Directory.Delete(Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo"), true);
}
Directory.CreateDirectory(Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo"));
client.DownloadFile(ic, Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"iconTex.{ic.Split('.')[3]}"));
mvm.GameConfiguration.TGAIco.ImgPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"iconTex.{ic.Split('.')[3]}");
mvm.GameConfiguration.TGAIco.extension = $".{ic.Split('.')[3]}";
if (mvm.test == GameBaseClassLibrary.GameConsoles.GCN)
{
(mvm.Thing as GCConfig).icoIMG.Visibility = Visibility.Visible;
}
else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.WII)
{
(mvm.Thing as WiiConfig).icoIMG.Visibility = Visibility.Visible;
}
else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.N64)
{
(mvm.Thing as N64Config).icoIMG.Visibility = Visibility.Visible;
}
else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.GBA)
{
(mvm.Thing as GBA).icoIMG.Visibility = Visibility.Visible;
}
else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.TG16)
{
(mvm.Thing as TurboGrafX).icoIMG.Visibility = Visibility.Visible;
}
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)
{
(mvm.Thing as OtherConfigs).icoIMG.Visibility = Visibility.Visible;
}
client.DownloadFile(tvs, Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootTvTex.{tvs.Split('.')[3]}"));
mvm.GameConfiguration.TGATv.ImgPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootTvTex.{tvs.Split('.')[3]}");
mvm.GameConfiguration.TGATv.extension = $".{tvs.Split('.')[3]}";
if (mvm.test == GameBaseClassLibrary.GameConsoles.GCN)
{
(mvm.Thing as GCConfig).tvIMG.Visibility = Visibility.Visible;
(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]}"));
}
else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.WII)
{
(mvm.Thing as WiiConfig).tvIMG.Visibility = Visibility.Visible;
(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]}"));
}
else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.N64)
{
(mvm.Thing as N64Config).tvIMG.Visibility = Visibility.Visible;
(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]}"));
}
else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.GBA)
{
(mvm.Thing as GBA).tvIMG.Visibility = Visibility.Visible;
(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]}"));
}
else if (mvm.GameConfiguration.Console == GameBaseClassLibrary.GameConsoles.TG16)
{
(mvm.Thing as TurboGrafX).tvIMG.Visibility = Visibility.Visible;
(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]}"));
}
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)
{
(mvm.Thing as OtherConfigs).tvIMG.Visibility = Visibility.Visible;
(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]}"));
}
/* if(mvm.test == GameConsoles.GCN)
{
checkForAdditionalFiles(GameConsoles.GCN);
}
else
{
checkForAdditionalFiles(mvm.GameConfiguration.Console);
}*/
Close();
}
private void checkForAdditionalFiles(GameConsoles console)
{
if (!Directory.Exists(Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo")))
{
Directory.CreateDirectory(Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo"));
}
bool ini = false;
bool btsnd = false;
string inip = "";
string btsndp = "";
string exten = "";
string linkbase = "https://raw.githubusercontent.com/UWUVCI-PRIME/UWUVCI-IMAGES/master/";
if (console == GameConsoles.N64)
{
if (RemoteFileExists(linkbase + repoid + "/game.ini"))
{
ini = true;
inip = linkbase + repoid + "/game.ini";
}
}
string[] ext = { "wav", "mp3", "btsnd" };
foreach (var e in ext)
{
if (RemoteFileExists(linkbase + repoid + "/BootSound." + e))
{
btsnd = true;
btsndp = linkbase + repoid + "/BootSound." + e;
exten = e;
break;
}
}
if (ini || btsnd)
{
string extra = "There are more additional files found. Do you want to download those?";
if (ini && !btsnd) { extra = "There is an additional INI file available for Dowload. Do you want to dowload it?"; }
if (!ini && btsnd) { extra = "There is an additional BootSound file available for Dowload. Do you want to dowload it?"; }
if (ini && btsnd) { extra = "There is an adittional INI and BootSound file available for Dowload. Do you want to download those?"; }
MainViewModel mvm = FindResource("mvm") as MainViewModel;
Custom_Message cm = new Custom_Message("Found additional Files", extra);
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
if (mvm.addi)
{
var client = new WebClient();
if (ini)
{
client.DownloadFile(inip, Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", "game.ini"));
(mvm.Thing as N64Config).ini.Text = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", "game.ini");
mvm.GameConfiguration.N64Stuff.INIPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", "game.ini");
}
if (btsnd)
{
client.DownloadFile(btsndp, Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}"));
mvm.BootSound = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}");
switch (console)
{
case GameConsoles.NDS:
(mvm.Thing as OtherConfigs).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}");
break;
case GameConsoles.GBA:
(mvm.Thing as GBA).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}");
break;
case GameConsoles.N64:
(mvm.Thing as N64Config).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}");
break;
case GameConsoles.WII:
if (mvm.test == GameConsoles.GCN)
{
(mvm.Thing as GCConfig).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}");
}
else
{
(mvm.Thing as WiiConfig).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}");
}
break;
}
}
mvm.addi = false;
}
}
}
public void checkForAdditionalFiles(GameConsoles console, string repoid)
{
if (!Directory.Exists(Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo")))
{
Directory.CreateDirectory(Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo"));
}
bool ini = false;
bool btsnd = false;
string inip = "";
string btsndp = "";
string exten = "";
string linkbase = "https://raw.githubusercontent.com/UWUVCI-PRIME/UWUVCI-IMAGES/master/";
if (console == GameConsoles.N64)
{
if (RemoteFileExists(linkbase + repoid + "/game.ini"))
{
ini = true;
inip = linkbase + repoid + "/game.ini";
}
}
string[] ext = { "wav", "mp3", "btsnd" };
foreach (var e in ext)
{
if (RemoteFileExists(linkbase + repoid + "/BootSound." + e))
{
btsnd = true;
btsndp = linkbase + repoid + "/BootSound." + e;
exten = e;
break;
}
}
if (ini || btsnd)
{
string extra = "There are more additional files found. Do you want to download those?";
if (ini && !btsnd) { extra = "There is an additional INI file available for Dowload. Do you want to dowload it?"; }
if (!ini && btsnd) { extra = "There is an additional BootSound file available for Dowload. Do you want to dowload it?"; }
if (ini && btsnd) { extra = "There is an adittional INI and BootSound file available for Dowload. Do you want to download those?"; }
MainViewModel mvm = FindResource("mvm") as MainViewModel;
Custom_Message cm = new Custom_Message("Found additional Files", extra);
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
}
cm.ShowDialog();
if (mvm.addi)
{
var client = new WebClient();
if (ini)
{
client.DownloadFile(inip, Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", "game.ini"));
(mvm.Thing as N64Config).ini.Text = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", "game.ini");
mvm.GameConfiguration.N64Stuff.INIPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", "game.ini");
}
if (btsnd)
{
client.DownloadFile(btsndp, Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}"));
mvm.BootSound = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}");
switch (console)
{
case GameConsoles.NDS:
(mvm.Thing as OtherConfigs).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}");
break;
case GameConsoles.GBA:
(mvm.Thing as GBA).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}");
break;
case GameConsoles.N64:
(mvm.Thing as N64Config).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}");
break;
case GameConsoles.WII:
if (mvm.test == GameConsoles.GCN)
{
(mvm.Thing as GCConfig).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}");
}
else
{
(mvm.Thing as WiiConfig).sound.Text = Path.Combine(Directory.GetCurrentDirectory(), "bin", "repo", $"bootSound.{exten}");
}
break;
}
}
mvm.addi = false;
}
}
}
private bool RemoteFileExists(string url)
{
try
{
HttpWebRequest request = WebRequest.Create(url) as HttpWebRequest;
request.Method = "HEAD";
using (HttpWebResponse response = request.GetResponse() as HttpWebResponse)
return (response.StatusCode == HttpStatusCode.OK);
}
catch
{
return false;
}
}
private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = true;
}
private void wind_Closed(object sender, EventArgs e)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = false;
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/ImageCreator - Kopieren - Kopieren (2).xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/ImageCreator - Kopieren - Kopieren (2).xaml.cs
================================================
using System;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.IO;
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media.Imaging;
using UWUVCI_AIO_WPF.Classes;
using Path = System.IO.Path;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für ImageCreator.xaml
///
public partial class asd : Window, IDisposable
{
private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "temp");
private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "Tools");
MenuIconImage bi = new MenuIconImage();
Bitmap b;
string console = "other";
bool drc = false;
public asd()
{
InitializeComponent();
imageName.Content = "iconTex";
SetTemplate();
}
public asd(string name)
{
InitializeComponent();
console = name;
imageName.Content = "iconTex";
SetTemplate();
}
private void SetTemplate()
{
if(console == "WII")
{
bi.Frame = new Bitmap(Properties.Resources.WiiIcon);
}
else
{
bi.Frame = new Bitmap(Properties.Resources.Icon);
}
}
private void Button_Click(object sender, RoutedEventArgs e)
{
Close();
}
private void FileSelect_Click(object sender, RoutedEventArgs e)
{
string file = "";
MainViewModel mvm = FindResource("mvm") as MainViewModel;
file = mvm.GetFilePath(false, false);
if(!string.IsNullOrEmpty(file))
{
string copy = "";
if (new FileInfo(file).Extension.Contains("tga"))
{
using (Process conv = new Process())
{
conv.StartInfo.UseShellExecute = false;
conv.StartInfo.CreateNoWindow = true;
if (Directory.Exists(Path.Combine(tempPath, "image")))
{
Directory.Delete(Path.Combine(tempPath, "image"), true);
}
Directory.CreateDirectory(Path.Combine(tempPath, "image"));
conv.StartInfo.FileName = Path.Combine(toolsPath, "tga2png.exe");
conv.StartInfo.Arguments = $"-i \"{file}\" -o \"{Path.Combine(tempPath, "image")}\"";
conv.Start();
conv.WaitForExit();
foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, "image"), "*.png"))
{
copy = sFile;
}
}
}
else
{
copy = file;
}
try
{
bi.TitleScreen = new Bitmap(copy);
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
catch
{
Custom_Message cm = new Custom_Message("Image Issue", "The image you're trying to use will not work, please try a different image.");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
//left empty on purpose
}
cm.ShowDialog();
}
}
}
private void Finish_Click(object sender, RoutedEventArgs e)
{
if (!Directory.Exists(@"bin\createdIMG"))
{
Directory.CreateDirectory(@"bin\createdIMG");
}
if(File.Exists(Path.Combine(@"bin\createdIMG", imageName.Content + ".png")))
{
File.Delete(Path.Combine(@"bin\createdIMG", imageName.Content + ".png"));
}
if (drc)
{
b = ResizeImage(b, 854, 480);
}
b.Save(Path.Combine(@"bin\createdIMG", imageName.Content + ".png"));
Close();
}
private void TextBox_PreviewKeyDown(object sender, System.Windows.Input.KeyEventArgs e)
{
}
private void TextBox_PreviewTextInput(object sender, TextCompositionEventArgs e)
{
e.Handled = !IsTextAllowed(e.Text);
}
private static readonly Regex _regex = new Regex("[^0-9]+"); //regex that matches disallowed text
private static bool IsTextAllowed(string text)
{
return !_regex.IsMatch(text);
}
private void TextBoxPasting(object sender, DataObjectPastingEventArgs e)
{
if (e.DataObject.GetDataPresent(typeof(string)))
{
string text = (string)e.DataObject.GetData(typeof(string));
if (!IsTextAllowed(text))
{
e.CancelCommand();
}
}
else
{
e.CancelCommand();
}
}
private void wind_Loaded(object sender, RoutedEventArgs e)
{
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
BitmapImage BitmapToImageSource(Bitmap bitmap)
{
using (MemoryStream memory = new MemoryStream())
{
bitmap.Save(memory, ImageFormat.Bmp);
memory.Position = 0;
BitmapImage bitmapimage = new BitmapImage();
bitmapimage.BeginInit();
bitmapimage.StreamSource = memory;
bitmapimage.CacheOption = BitmapCacheOption.OnLoad;
bitmapimage.EndInit();
return bitmapimage;
}
}
private void enOv_Click(object sender, RoutedEventArgs e)
{
if(enOv.IsChecked == true)
{
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
else
{
if(bi.TitleScreen != null)
{
b = ResizeImage(bi.TitleScreen, 128, 128); Image.Source = BitmapToImageSource(b);
}
else
{
b = new Bitmap(1280, 720);
using (Graphics gfx = Graphics.FromImage(b))
using (SolidBrush brush = new SolidBrush(Color.FromArgb(0, 0, 0)))
{
gfx.FillRectangle(brush, 0, 0, 128, 128);
}
Image.Source = BitmapToImageSource(b);
}
}
}
public static Bitmap ResizeImage(System.Drawing.Image image, int width, int height)
{
var destRect = new System.Drawing.Rectangle(0, 0, width, height);
var destImage = new Bitmap(width, height);
destImage.SetResolution(image.HorizontalResolution, image.VerticalResolution);
using (var graphics = Graphics.FromImage(destImage))
{
graphics.CompositingMode = CompositingMode.SourceCopy;
graphics.CompositingQuality = CompositingQuality.HighQuality;
graphics.InterpolationMode = InterpolationMode.HighQualityBicubic;
graphics.SmoothingMode = SmoothingMode.HighQuality;
graphics.PixelOffsetMode = PixelOffsetMode.HighQuality;
using (var wrapMode = new ImageAttributes())
{
wrapMode.SetWrapMode(WrapMode.TileFlipXY);
graphics.DrawImage(image, destRect, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel, wrapMode);
}
}
return destImage;
}
void DrawImage()
{
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
private void Players_KeyDown(object sender, System.Windows.Input.KeyEventArgs e)
{
}
private void Players_TextChanged(object sender, TextChangedEventArgs e)
{
DrawImage();
}
public void Dispose()
{
}
private void combo_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
if (combo.SelectedIndex == 0)
{
bi.Frame = Properties.Resources.SNES_PAL;
}
else if(combo.SelectedIndex == 1)
{
bi.Frame = Properties.Resources.SNES_USA;
}
else
{
bi.Frame = Properties.Resources.SFAM;
}
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
private void pal_Click(object sender, RoutedEventArgs e)
{
if(pal.IsChecked == true)
{
bi.Frame = Properties.Resources.SNES_PAL;
}
else
{
bi.Frame = Properties.Resources.SNES_USA;
}
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
private void RadioButton_Click(object sender, RoutedEventArgs e)
{
bi.Frame = Properties.Resources.SFAM;
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
private void PLDi_Click(object sender, RoutedEventArgs e)
{
DrawImage();
}
private void RLEn_Click(object sender, RoutedEventArgs e)
{
DrawImage();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/ImageCreator - Kopieren - Kopieren.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/ImageCreator - Kopieren - Kopieren.xaml.cs
================================================
using System;
using System.Diagnostics;
using System.Drawing;
using System.IO;
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media.Imaging;
using UWUVCI_AIO_WPF.Classes;
using Path = System.IO.Path;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für ImageCreator.xaml
///
public partial class LogoCreator : Window, IDisposable
{
private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "temp");
private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "Tools");
BootLogoImage bi = new BootLogoImage();
Bitmap b;
string console = "other";
bool drc = false;
private bool _disposed;
public LogoCreator()
{
InitializeComponent();
imageName.Content = "bootLogoTex";
SetTemplate();
t_Copy.Text = "18";
}
private void SetTemplate()
{
bi.Frame = new Bitmap(Properties.Resources.bootLogoTex);
}
private void Button_Click(object sender, RoutedEventArgs e)
{
Close();
}
private void FileSelect_Click(object sender, RoutedEventArgs e)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
string path = mvm.GetFilePath(false, false);
if (!CheckIfNull(path))
{
string copy = "";
if (new FileInfo(path).Extension.Contains("tga"))
{
using (Process conv = new Process())
{
conv.StartInfo.UseShellExecute = false;
conv.StartInfo.CreateNoWindow = true;
if (Directory.Exists(Path.Combine(tempPath, "image")))
{
Directory.Delete(Path.Combine(tempPath, "image"), true);
}
Directory.CreateDirectory(Path.Combine(tempPath, "image"));
conv.StartInfo.FileName = Path.Combine(toolsPath, "tga2png.exe");
conv.StartInfo.Arguments = $"-i \"{path}\" -o \"{Path.Combine(tempPath, "image")}\"";
conv.Start();
conv.WaitForExit();
foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, "image"), "*.png"))
{
copy = sFile;
}
}
}
else
{
copy = path;
}
try
{
bi.Frame = new Bitmap(copy);
b = bi.Create("", 20);
Image.Source = BitmapToImageSource(b);
}
catch
{
Custom_Message cm = new Custom_Message("Image Issue", "The image you're trying to use will not work, please try a different image.");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
//left empty on purpose
}
cm.ShowDialog();
}
}
}
private bool CheckIfNull(string s)
{
if (s == null || s.Equals(string.Empty))
{
return true;
}
return false;
}
private void Finish_Click(object sender, RoutedEventArgs e)
{
if (!Directory.Exists(@"bin\createdIMG"))
{
Directory.CreateDirectory(@"bin\createdIMG");
}
if(File.Exists(Path.Combine(@"bin\createdIMG", imageName.Content + ".png")))
{
File.Delete(Path.Combine(@"bin\createdIMG", imageName.Content + ".png"));
}
b.Save(Path.Combine(@"bin\createdIMG", imageName.Content + ".png"));
Close();
}
private void TextBox_PreviewKeyDown(object sender, System.Windows.Input.KeyEventArgs e)
{
}
private void TextBox_PreviewTextInput(object sender, TextCompositionEventArgs e)
{
e.Handled = !IsTextAllowed(e.Text);
}
private static readonly Regex _regex = new Regex("[^0-9]+"); //regex that matches disallowed text
private static bool IsTextAllowed(string text)
{
return !_regex.IsMatch(text);
}
private void TextBoxPasting(object sender, DataObjectPastingEventArgs e)
{
if (e.DataObject.GetDataPresent(typeof(string)))
{
string text = (string)e.DataObject.GetData(typeof(string));
if (!IsTextAllowed(text))
{
e.CancelCommand();
}
}
else
{
e.CancelCommand();
}
}
private void wind_Loaded(object sender, RoutedEventArgs e)
{
b = bi.Create(t.Text, 20);
Image.Source = BitmapToImageSource(b);
}
BitmapImage BitmapToImageSource(Bitmap bitmap)
{
using (MemoryStream memory = new MemoryStream())
{
bitmap.Save(memory, System.Drawing.Imaging.ImageFormat.Bmp);
memory.Position = 0;
BitmapImage bitmapimage = new BitmapImage();
bitmapimage.BeginInit();
bitmapimage.StreamSource = memory;
bitmapimage.CacheOption = BitmapCacheOption.OnLoad;
bitmapimage.EndInit();
return bitmapimage;
}
}
void DrawImage()
{
if(!bi.Frame.Equals(new Bitmap(Properties.Resources.bootLogoTex)))
{
bi.Frame = new Bitmap(Properties.Resources.bootLogoTex);
}
int fontsize = 18;
try
{
fontsize = Convert.ToInt32(t_Copy.Text);
if(fontsize == 0)
{
fontsize = 1;
}
}
catch (Exception)
{
fontsize = 18;
}
b = bi.Create(t.Text, fontsize);
Image.Source = BitmapToImageSource(b);
}
private void Players_KeyDown(object sender, System.Windows.Input.KeyEventArgs e)
{
}
private void Players_TextChanged(object sender, TextChangedEventArgs e)
{
DrawImage();
}
public void Dispose()
{
Dispose(true);
GC.SuppressFinalize(this);
}
private void Dispose(bool disposing)
{
if (_disposed) return;
if (disposing)
{
bi?.Dispose();
b?.Dispose();
}
_disposed = true;
}
private void RadioButton_Click(object sender, RoutedEventArgs e)
{
}
private void PLDi_Click(object sender, RoutedEventArgs e)
{
DrawImage();
}
private void RLEn_Click(object sender, RoutedEventArgs e)
{
DrawImage();
}
private void t_TextChanged(object sender, TextChangedEventArgs e)
{
DrawImage();
}
private void t_Copy_TextChanged(object sender, TextChangedEventArgs e)
{
try
{
if (Convert.ToInt32(t_Copy.Text) > 30)
{
t_Copy.Text = "30";
}
}
catch (Exception)
{
}
DrawImage();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/ImageCreator - Kopieren.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/ImageCreator - Kopieren.xaml.cs
================================================
using GameBaseClassLibrary;
using System;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.IO;
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media.Imaging;
using UWUVCI_AIO_WPF.Classes;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für ImageCreator.xaml
///
public partial class IconCreator : Window, IDisposable
{
private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "temp");
private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "Tools");
MenuIconImage bi = new MenuIconImage();
Bitmap b;
string console = "other";
string othercons = "";
bool drc = false;
private bool _disposed;
public IconCreator()
{
setUpIconCreator();
SetTemplate();
}
public IconCreator(string name)
{
setUpIconCreator();
console = name;
SetTemplate();
}
public IconCreator(string name, string extra)
{
setUpIconCreator();
console = name;
othercons = extra;
SetTemplate();
}
private void setUpIconCreator()
{
InitializeComponent();
imageName.Content = "iconTex";
}
private void SetTemplate()
{
if (othercons == "GB")
{
setUpBiFrame();
wii.Content = "GB";
}
if (othercons == "GBC")
{
setUpBiFrame();
wii.Content = "GBC";
}
if (console == "WII" && (FindResource("mvm") as MainViewModel).test != GameConsoles.GCN)
{
bi.Frame = new Bitmap(Properties.Resources.Wii2);
ww.Visibility = Visibility.Visible;
ws.Visibility = Visibility.Visible;
hb.Visibility = Visibility.Visible;
wii.Visibility = Visibility.Visible;
}
else if ((FindResource("mvm") as MainViewModel).test == GameConsoles.GCN)
{
setUpBiFrame();
wii.Content = "GCN";
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.NDS)
{
setUpBiFrame();
wii.Content = "NDS";
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.N64)
{
setUpBiFrame();
wii.Content = "N64";
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.GBA && othercons == "")
{
setUpBiFrame();
wii.Content = "GBA";
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.MSX)
{
setUpBiFrame();
wii.Content = "MSX";
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.SNES)
{
setUpBiFrame();
wii.Content = "SNES";
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.NES)
{
setUpBiFrame();
wii.Content = "NES";
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.TG16)
{
setUpBiFrame();
wii.Content = "TGX";
}
else
{
bi.Frame = new Bitmap(Properties.Resources.Icon);
}
}
private void setUpBiFrame()
{
bi.Frame = new Bitmap(Properties.Resources.Icon);
wii.IsChecked = true;
ww.Content = "Alt 1";
hb.Content = "Alt 2";
ww.Visibility = Visibility.Visible;
ws.Visibility = Visibility.Visible;
hb.Visibility = Visibility.Visible;
wii.Visibility = Visibility.Visible;
}
private void Button_Click(object sender, RoutedEventArgs e)
{
Close();
}
private void FileSelect_Click(object sender, RoutedEventArgs e)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
string file = mvm.GetFilePath(false, false);
if (!string.IsNullOrEmpty(file))
{
string copy = "";
if (new FileInfo(file).Extension.Contains("tga"))
{
using (Process conv = new Process())
{
conv.StartInfo.UseShellExecute = false;
conv.StartInfo.CreateNoWindow = true;
if (Directory.Exists(Path.Combine(tempPath, "image")))
{
Directory.Delete(Path.Combine(tempPath, "image"), true);
}
Directory.CreateDirectory(Path.Combine(tempPath, "image"));
conv.StartInfo.FileName = Path.Combine(toolsPath, "tga2png.exe");
conv.StartInfo.Arguments = $"-i \"{file}\" -o \"{Path.Combine(tempPath, "image")}\"";
conv.Start();
conv.WaitForExit();
foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, "image"), "*.png"))
{
copy = sFile;
}
}
}
else
{
copy = file;
}
try
{
bi.TitleScreen = new Bitmap(copy);
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
catch
{
Custom_Message cm = new Custom_Message("Image Issue", "The image you're trying to use will not work, please try a different image.");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
//left empty on purpose
}
cm.ShowDialog();
}
}
enOv_Click(null, null);
}
private void Finish_Click(object sender, RoutedEventArgs e)
{
if (!Directory.Exists(@"bin\createdIMG"))
{
Directory.CreateDirectory(@"bin\createdIMG");
}
if (File.Exists(Path.Combine(@"bin\createdIMG", imageName.Content + ".png")))
{
File.Delete(Path.Combine(@"bin\createdIMG", imageName.Content + ".png"));
}
if (drc)
{
b = ResizeImage(b, 854, 480);
}
b.Save(Path.Combine(@"bin\createdIMG", imageName.Content + ".png"));
Close();
}
private void TextBox_PreviewTextInput(object sender, TextCompositionEventArgs e)
{
e.Handled = !IsTextAllowed(e.Text);
}
private static readonly Regex _regex = new Regex("[^0-9]+"); //regex that matches disallowed text
private static bool IsTextAllowed(string text)
{
return !_regex.IsMatch(text);
}
private void TextBoxPasting(object sender, DataObjectPastingEventArgs e)
{
if (e.DataObject.GetDataPresent(typeof(string)))
{
string text = (string)e.DataObject.GetData(typeof(string));
if (!IsTextAllowed(text))
{
e.CancelCommand();
}
}
else
{
e.CancelCommand();
}
}
private void wind_Loaded(object sender, RoutedEventArgs e)
{
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
BitmapImage BitmapToImageSource(Bitmap bitmap)
{
using (MemoryStream memory = new MemoryStream())
{
bitmap.Save(memory, ImageFormat.Bmp);
memory.Position = 0;
BitmapImage bitmapimage = new BitmapImage();
bitmapimage.BeginInit();
bitmapimage.StreamSource = memory;
bitmapimage.CacheOption = BitmapCacheOption.OnLoad;
bitmapimage.EndInit();
return bitmapimage;
}
}
private void enOv_Click(object sender, RoutedEventArgs e)
{
if (enOv.IsChecked == true)
{
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
ww.IsEnabled = true;
wii.IsEnabled = true;
hb.IsEnabled = true;
ws.IsEnabled = true;
}
else
{
ww.IsEnabled = false;
wii.IsEnabled = false;
hb.IsEnabled = false;
ws.IsEnabled = false;
if (bi.TitleScreen != null)
{
b = ResizeImage(bi.TitleScreen, 128, 128); Image.Source = BitmapToImageSource(b);
}
else
{
b = new Bitmap(128, 128);
using (Graphics gfx = Graphics.FromImage(b))
using (SolidBrush brush = new SolidBrush(Color.FromArgb(0, 0, 0)))
{
gfx.FillRectangle(brush, 0, 0, 128, 128);
}
Image.Source = BitmapToImageSource(b);
}
}
}
public static Bitmap ResizeImage(System.Drawing.Image image, int width, int height)
{
var destRect = new Rectangle(0, 0, width, height);
var destImage = new Bitmap(width, height);
destImage.SetResolution(image.HorizontalResolution, image.VerticalResolution);
using (var graphics = Graphics.FromImage(destImage))
{
graphics.CompositingMode = CompositingMode.SourceCopy;
graphics.CompositingQuality = CompositingQuality.HighQuality;
graphics.InterpolationMode = InterpolationMode.HighQualityBicubic;
graphics.SmoothingMode = SmoothingMode.HighQuality;
graphics.PixelOffsetMode = PixelOffsetMode.HighQuality;
using (var wrapMode = new ImageAttributes())
{
wrapMode.SetWrapMode(WrapMode.TileFlipXY);
graphics.DrawImage(image, destRect, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel, wrapMode);
}
}
return destImage;
}
void DrawImage()
{
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
private void Players_TextChanged(object sender, TextChangedEventArgs e)
{
DrawImage();
}
public void Dispose()
{
Dispose(true);
GC.SuppressFinalize(this);
}
private void Dispose(bool disposing)
{
if (_disposed) return;
if (disposing)
{
bi?.Dispose();
b?.Dispose();
}
_disposed = true;
}
private void combo_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
if (combo.SelectedIndex == 0)
{
bi.Frame = Properties.Resources.SNES_PAL;
}
else if (combo.SelectedIndex == 1)
{
bi.Frame = Properties.Resources.SNES_USA;
}
else
{
bi.Frame = Properties.Resources.SFAM;
}
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
private void pal_Click(object sender, RoutedEventArgs e)
{
if (pal.IsChecked == true)
{
bi.Frame = Properties.Resources.SNES_PAL;
}
else
{
bi.Frame = Properties.Resources.SNES_USA;
}
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
private void RadioButton_Click(object sender, RoutedEventArgs e)
{
bi.Frame = Properties.Resources.SFAM;
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
private void PLDi_Click(object sender, RoutedEventArgs e)
{
DrawImage();
}
private void RLEn_Click(object sender, RoutedEventArgs e)
{
DrawImage();
}
private void ww_Click(object sender, RoutedEventArgs e)
{
if (othercons == "GB")
{
if (ww.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.GB_alt1);
console = "WII";
}
else if (wii.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.Icon);
console = "other";
}
else if (hb.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.GB_alt2);
console = "WII";
}
}
else if (othercons == "GBC")
{
if (ww.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.GBC_alt1);
console = "WII";
}
else if (wii.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.Icon);
console = "other";
}
else if (hb.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.GBC_alt2);
console = "WII";
}
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.NDS)
{
if (ww.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.NDS_Alt1);
console = "WII";
}
else if (wii.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.Icon);
console = "other";
}
else if (hb.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.NDS_Alt2);
console = "WII";
}
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.SNES)
{
if (ww.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.SNES_alt1);
console = "WII";
}
else if (wii.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.Icon);
console = "other";
}
else if (hb.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.SNES_alt2);
console = "WII";
}
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.NES)
{
if (ww.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.NES_alt1);
console = "WII";
}
else if (wii.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.Icon);
console = "other";
}
else if (hb.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.NES_alt2);
console = "WII";
}
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.N64)
{
if (ww.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.N64_alt1);
console = "WII";
}
else if (wii.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.Icon);
console = "other";
}
else if (hb.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.N64_alt2);
console = "WII";
}
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.MSX)
{
if (ww.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.MSX_alt1);
console = "WII";
}
else if (wii.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.Icon);
console = "other";
}
else if (hb.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.MSX_alt2);
console = "WII";
}
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.TG16)
{
if (ww.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.TGFX_alt1);
console = "WII";
}
else if (wii.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.Icon);
console = "other";
}
else if (hb.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.TGFX_alt2);
console = "WII";
}
}
else if ((FindResource("mvm") as MainViewModel).GameConfiguration.Console == GameConsoles.GBA)
{
if (ww.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.GBA_alt1);
console = "WII";
}
else if (wii.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.Icon);
console = "other";
}
else if (hb.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.GBA_alt2);
console = "WII";
}
}
else if ((FindResource("mvm") as MainViewModel).test != GameConsoles.GCN)
{
if (ww.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.WiiIcon);
}
else if (wii.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.Wii2);
}
else if (hb.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.HBICON);
}
}
else
{
if (ww.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.GCN_ICON2);
console = "WII";
}
else if (wii.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.Icon);
console = "other";
}
else if (hb.IsChecked == true)
{
bi.Frame = new Bitmap(Properties.Resources.GCN_ICON3);
console = "WII";
}
}
DrawImage();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/ImageCreator.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/ImageCreator.xaml.cs
================================================
using GameBaseClassLibrary;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.IO;
using System.Text.RegularExpressions;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media.Imaging;
using UWUVCI_AIO_WPF.Classes;
using Path = System.IO.Path;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für ImageCreator.xaml
///
public partial class ImageCreator : Window, IDisposable
{
private static readonly string tempPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "temp");
private static readonly string toolsPath = Path.Combine(Directory.GetCurrentDirectory(), "bin", "Tools");
BootImage bi = new BootImage();
Bitmap b;
string console = "other";
bool drc = false;
private string backupcons;
private bool _disposed;
public ImageCreator(string name)
{
InitializeComponent();
imageName.Content = name;
if (name.ToLower().Contains("drc"))
{
drc = true;
imageName_Copy.Content = "DRC IMAGE";
}
}
public ImageCreator(GameConsoles console, string name) : this(name)
{
InitializeComponent();
SetTemplate(console);
}
public ImageCreator(bool other, GameConsoles consoles, string name) : this(name)
{
InitializeComponent();
Bitmap bit;
if (consoles == GameConsoles.TG16)
{
bit = new Bitmap(other ? Properties.Resources.TGCD : Properties.Resources.TG16);
}
else
{
console = "GBC";
bit = new Bitmap(other ? Properties.Resources.GBC : Properties.Resources.newgameboy);
}
bi.Frame = bit;
}
private void SetTemplate(GameConsoles console)
{
Bitmap bit;
switch (console)
{
case GameConsoles.NDS:
bit = new Bitmap(Properties.Resources.NDS);
this.console = "NDS";
break;
case GameConsoles.N64:
bit = new Bitmap(Properties.Resources.N64);
break;
case GameConsoles.NES:
bit = new Bitmap(Properties.Resources.NES);
break;
case GameConsoles.GBA:
bit = new Bitmap(Properties.Resources.GBA);
this.console = "GBA";
break;
case GameConsoles.WII:
bit = new Bitmap(Properties.Resources.WII);
this.console = "WII";
GameName1.Visibility = Visibility.Hidden;
GameName2.Visibility = Visibility.Hidden;
ReleaseYearLabel.Visibility = Visibility.Hidden;
RLDi.Visibility = Visibility.Hidden;
RLEn.Visibility = Visibility.Hidden;
ReleaseYear.Visibility = Visibility.Hidden;
PLDi.Visibility = Visibility.Hidden;
PLEn.Visibility = Visibility.Hidden;
Players.Visibility = Visibility.Hidden;
PlayerLabel.Visibility = Visibility.Hidden;
snesonly.Visibility = Visibility.Visible;
pal.Content = "Wii";
sntsc.Content = "WiiWare";
sfc.Content = "Homebrew";
altwii.Visibility = Visibility.Visible;
backupcons = "WII";
break;
case GameConsoles.GCN:
bit = new Bitmap(Properties.Resources.GCN);
break;
case GameConsoles.MSX:
bit = new Bitmap(Properties.Resources.MSX);
break;
case GameConsoles.SNES:
bit = new Bitmap(Properties.Resources.SNES_PAL);
snesonly.Visibility = Visibility.Visible;
List styles = new List();
styles.Add("SNES - PAL");
styles.Add("SNES - NTSC");
styles.Add("Super Famicom");
combo.ItemsSource = styles;
combo.SelectedIndex = 0;
break;
default:
bit = null;
break;
}
bi.Frame = bit;
}
private void Button_Click(object sender, RoutedEventArgs e)
{
Close();
}
private void FileSelect_Click(object sender, RoutedEventArgs e)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
string file = mvm.GetFilePath(false, false);
if (!string.IsNullOrEmpty(file))
{
string copy = "";
if (new FileInfo(file).Extension.Contains("tga"))
{
using (Process conv = new Process())
{
conv.StartInfo.UseShellExecute = false;
conv.StartInfo.CreateNoWindow = true;
if (Directory.Exists(Path.Combine(tempPath, "image")))
{
Directory.Delete(Path.Combine(tempPath, "image"), true);
}
Directory.CreateDirectory(Path.Combine(tempPath, "image"));
conv.StartInfo.FileName = Path.Combine(toolsPath, "tga2png.exe");
conv.StartInfo.Arguments = $"-i \"{file}\" -o \"{Path.Combine(tempPath, "image")}\"";
conv.Start();
conv.WaitForExit();
foreach (string sFile in Directory.GetFiles(Path.Combine(tempPath, "image"), "*.png"))
{
copy = sFile;
}
}
}
else
{
copy = file;
}
try
{
bi.TitleScreen = new Bitmap(copy);
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
catch
{
Custom_Message cm = new Custom_Message("Image Issue", "The image you're trying to use will not work, please try a different image.");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
//left empty on purpose
}
cm.ShowDialog();
}
}
enOv_Click(null, null);
}
private void Finish_Click(object sender, RoutedEventArgs e)
{
if (!Directory.Exists(@"bin\createdIMG"))
{
Directory.CreateDirectory(@"bin\createdIMG");
}
if (File.Exists(Path.Combine(@"bin\createdIMG", imageName.Content + ".png")))
{
File.Delete(Path.Combine(@"bin\createdIMG", imageName.Content + ".png"));
}
if (drc)
{
b = ResizeImage(b, 854, 480);
}
b.Save(Path.Combine(@"bin\createdIMG", imageName.Content + ".png"));
Close();
}
private void TextBox_PreviewTextInput(object sender, TextCompositionEventArgs e)
{
e.Handled = !IsTextAllowed(e.Text);
}
private static readonly Regex _regex = new Regex("[^0-9]+"); //regex that matches disallowed text
private static bool IsTextAllowed(string text)
{
return !_regex.IsMatch(text);
}
private void TextBoxPasting(object sender, DataObjectPastingEventArgs e)
{
if (e.DataObject.GetDataPresent(typeof(string)))
{
string text = (string)e.DataObject.GetData(typeof(string));
if (!IsTextAllowed(text))
{
e.CancelCommand();
}
}
else
{
e.CancelCommand();
}
}
private void wind_Loaded(object sender, RoutedEventArgs e)
{
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
BitmapImage BitmapToImageSource(Bitmap bitmap)
{
using (MemoryStream memory = new MemoryStream())
{
bitmap.Save(memory, ImageFormat.Bmp);
memory.Position = 0;
BitmapImage bitmapimage = new BitmapImage();
bitmapimage.BeginInit();
bitmapimage.StreamSource = memory;
bitmapimage.CacheOption = BitmapCacheOption.OnLoad;
bitmapimage.EndInit();
return bitmapimage;
}
}
void EnableOrDisbale(bool en)
{
GameName1.IsEnabled = en;
GameName2.IsEnabled = en;
ReleaseYearLabel.IsEnabled = en;
RLDi.IsEnabled = en;
RLEn.IsEnabled = en;
ReleaseYear.IsEnabled = en;
if (en && RLDi.IsChecked == true)
{
ReleaseYear.IsEnabled = false;
}
PLDi.IsEnabled = en;
PLEn.IsEnabled = en;
Players.IsEnabled = en;
if (en && PLDi.IsChecked == true)
{
Players.IsEnabled = false;
}
PlayerLabel.IsEnabled = en;
if (snesonly.IsVisible == true)
{
snesonly.IsEnabled = en;
}
}
private void enOv_Click(object sender, RoutedEventArgs e)
{
if ((ovl.IsVisible == true && enOv.IsChecked == true))
{
EnableOrDisbale(true);
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
else
{
EnableOrDisbale(false);
if (bi.TitleScreen != null)
{
b = ResizeImage(bi.TitleScreen, 1280, 720); Image.Source = BitmapToImageSource(b);
}
else
{
b = new Bitmap(1280, 720);
using (Graphics gfx = Graphics.FromImage(b))
using (SolidBrush brush = new SolidBrush(Color.FromArgb(0, 0, 0)))
{
gfx.FillRectangle(brush, 0, 0, 1280, 720);
}
Image.Source = BitmapToImageSource(b);
}
}
}
public static Bitmap ResizeImage(System.Drawing.Image image, int width, int height)
{
var destRect = new System.Drawing.Rectangle(0, 0, width, height);
var destImage = new Bitmap(width, height);
destImage.SetResolution(image.HorizontalResolution, image.VerticalResolution);
using (var graphics = Graphics.FromImage(destImage))
{
graphics.CompositingMode = CompositingMode.SourceCopy;
graphics.CompositingQuality = CompositingQuality.HighQuality;
graphics.InterpolationMode = InterpolationMode.HighQualityBicubic;
graphics.SmoothingMode = SmoothingMode.HighQuality;
graphics.PixelOffsetMode = PixelOffsetMode.HighQuality;
using (var wrapMode = new ImageAttributes())
{
wrapMode.SetWrapMode(WrapMode.TileFlipXY);
graphics.DrawImage(image, destRect, 0, 0, image.Width, image.Height, GraphicsUnit.Pixel, wrapMode);
}
}
return destImage;
}
void DrawImage()
{
bi.NameLine1 = GameName1.Text;
bi.NameLine2 = GameName2.Text;
bi.Longname = !string.IsNullOrWhiteSpace(GameName2.Text);
bi.Players = (PLEn.IsChecked == true && !string.IsNullOrWhiteSpace(Players.Text)) ? Convert.ToInt32(Players.Text) : 0;
bi.Released = (RLEn.IsChecked == true && !string.IsNullOrWhiteSpace(ReleaseYear.Text)) ? Convert.ToInt32(ReleaseYear.Text) : 0;
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
private void Players_TextChanged(object sender, TextChangedEventArgs e)
{
DrawImage();
}
public void Dispose()
{
Dispose(true);
GC.SuppressFinalize(this);
}
private void Dispose(bool disposing)
{
if (_disposed) return;
if (disposing)
{
bi?.Dispose();
b?.Dispose();
}
_disposed = true;
}
private void combo_SelectionChanged(object sender, SelectionChangedEventArgs e)
{
if (combo.SelectedIndex == 0)
{
bi.Frame = Properties.Resources.SNES_PAL;
}
else if (combo.SelectedIndex == 1)
{
bi.Frame = Properties.Resources.SNES_USA;
}
else
{
bi.Frame = Properties.Resources.SFAM;
}
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
private void pal_Click(object sender, RoutedEventArgs e)
{
if (console != "WII" && backupcons != "WII")
{
bi.Frame = pal.IsChecked == true ? Properties.Resources.SNES_PAL : Properties.Resources.SNES_USA;
}
else
{
console = "WII";
switchs(Visibility.Hidden);
bi.Frame = pal.IsChecked == true ? Properties.Resources.WII : Properties.Resources.WIIWARE;
}
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
private void RadioButton_Click(object sender, RoutedEventArgs e)
{
if (console != "WII" && backupcons != "WII")
{
backupcons = console;
bi.Frame = Properties.Resources.SFAM;
}
else
{
backupcons = "WII";
if (altwii.IsChecked == false)
{
console = "WII";
switchs(Visibility.Hidden);
bi.Frame = Properties.Resources.homebrew3;
}
else
{
switchs(Visibility.Visible);
console = "other";
bi.Frame = Properties.Resources.wii3New;
}
}
b = bi.Create(console);
Image.Source = BitmapToImageSource(b);
}
private void PLDi_Click(object sender, RoutedEventArgs e)
{
Players.IsEnabled = PLEn.IsChecked == true;
DrawImage();
}
private void RLEn_Click(object sender, RoutedEventArgs e)
{
ReleaseYearLabel.IsEnabled = RLEn.IsChecked == true;
DrawImage();
}
private void switchs(Visibility v)
{
GameName1.Visibility = v;
GameName2.Visibility = v;
ReleaseYear.Visibility = v;
Players.Visibility = v;
if (v == Visibility.Hidden)
{
bi.NameLine1 = "";
bi.NameLine2 = "";
bi.Released = 0;
bi.Players = 0;
}
else
{
bi.NameLine1 = GameName1.Text;
bi.NameLine2 = GameName2.Text;
if (!string.IsNullOrEmpty(ReleaseYear.Text))
{
bi.Released = Convert.ToInt32(ReleaseYear.Text);
}
if (!string.IsNullOrEmpty(Players.Text))
{
bi.Players = Convert.ToInt32(Players.Text);
}
}
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/IntroductionWindow.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/IntroductionWindow.xaml.cs
================================================
using System;
using System.Windows;
using System.Windows.Threading;
namespace UWUVCI_AIO_WPF.UI.Windows
{
public partial class IntroductionWindow : Window
{
private DispatcherTimer timer;
public IntroductionWindow()
{
InitializeComponent();
// Disable the Next button initially
NextButton.IsEnabled = false;
// Create a dispatcher timer
timer = new DispatcherTimer();
timer.Interval = TimeSpan.FromSeconds(3); // Set the timer for 3 seconds
timer.Tick += Timer_Tick; // Subscribe to the Tick event
timer.Start(); // Start the timer
}
// Event triggered when the timer ticks (after 3 seconds)
private void Timer_Tick(object sender, EventArgs e)
{
// Enable the Next button
NextButton.IsEnabled = true;
// Stop the timer after it has run once
timer.Stop();
}
private void NextButton_Click(object sender, RoutedEventArgs e)
{
// Navigate to the next window (GuideWindow)
var guideWindow = new GuideWindow();
guideWindow.Show();
Close();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/MacLinuxWindow.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/MacLinuxWindow.xaml.cs
================================================
using System;
using System.Windows;
using System.Windows.Threading;
namespace UWUVCI_AIO_WPF.UI.Windows
{
public partial class MacLinuxWindow : Window
{
private DispatcherTimer timer;
public MacLinuxWindow()
{
InitializeComponent();
// Disable the Next button initially
NextButton.IsEnabled = false;
// Create a dispatcher timer
timer = new DispatcherTimer();
timer.Interval = TimeSpan.FromSeconds(3); // Set the timer for 3 seconds
timer.Tick += Timer_Tick; // Subscribe to the Tick event
timer.Start(); // Start the timer
}
// Event triggered when the timer ticks (after 3 seconds)
private void Timer_Tick(object sender, EventArgs e)
{
// Enable the Next button
NextButton.IsEnabled = true;
// Stop the timer after it has run once
timer.Stop();
}
private void NextButton_Click(object sender, RoutedEventArgs e)
{
// Navigate to the next window (CloseWindow)
var closeWindow = new CloseWindow();
closeWindow.Show();
Close();
}
private void BackButton_Click(object sender, RoutedEventArgs e)
{
// Navigate to the previous window (BaseGameWindow)
var baseGameWindow = new BaseGameWindow();
baseGameWindow.Show();
Close();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/MenuWindow.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/MenuWindow.xaml.cs
================================================
using System;
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using System.Windows.Media;
using System.Diagnostics;
using NAudio.Wave;
using UWUVCI_AIO_WPF.Models;
using UWUVCI_AIO_WPF.UI.Frames;
using GameBaseClassLibrary;
using UWUVCI_AIO_WPF.UI.Frames.Path;
namespace UWUVCI_AIO_WPF
{
public partial class MainWindow : Window
{
private readonly List _konamiCode = new List
{
Key.Up, Key.Up,
Key.Down, Key.Down,
Key.Left, Key.Right,
Key.Left, Key.Right,
Key.B, Key.A,
Key.Enter
};
private bool movingrn = false;
private bool startedmoving = false;
private int _match;
public static byte[] StreamToBytes(Stream stream)
{
long originalPosition = stream.CanSeek ? stream.Position : 0;
if (stream.CanSeek) stream.Position = 0;
try
{
using (var memoryStream = new MemoryStream())
{
stream.CopyTo(memoryStream);
return memoryStream.ToArray();
}
}
finally
{
if (stream.CanSeek) stream.Position = originalPosition;
}
}
internal void is32()
{
Wii.DataContext = this;
Wii.IsEnabled = false;
GC.DataContext = this;
GC.IsEnabled = false;
}
static MemoryStream sound = new MemoryStream(Properties.Resources.mario);
static MemoryStream ms = new MemoryStream(StreamToBytes(sound));
static WaveStream ws = new Mp3FileReader(ms);
static WaveOutEvent output = new WaveOutEvent();
public MainWindow()
{
InitializeComponent();
load_frame.Content = new StartFrame();
(FindResource("mvm") as MainViewModel).setMW(this);
}
private void Window_KeyUp(object sender, KeyEventArgs e)
{
if (e.Key == _konamiCode[_match])
{
if (++_match >= _konamiCode.Count)
{
_match = 0;
output.PlaybackStopped += Media_Ended;
output.Init(ws);
output.Play();
}
}
else if (_match > 0 && e.Key != _konamiCode[_match])
{
_match = 0;
}
}
public static void Media_Ended(object sender, EventArgs e)
{
DisposeResources();
}
private static void DisposeResources()
{
ms?.Dispose();
ws?.Dispose();
output?.Dispose();
}
public bool move = true;
private void ButtonCloseMenu_Click(object sender, RoutedEventArgs e)
{
ButtonOpenMenu.Visibility = Visibility.Visible;
ButtonCloseMenu.Visibility = Visibility.Collapsed;
}
private void ButtonOpenMenu_Click(object sender, RoutedEventArgs e)
{
ButtonOpenMenu.Visibility = Visibility.Collapsed;
ButtonCloseMenu.Visibility = Visibility.Visible;
}
private void ButtonCloseMenu_Click(object sender, MouseEventArgs e)
{
if (!movingrn)
{
// Uncomment if Storyboard is needed
// Storyboard sb = this.FindResource("MenuClose") as Storyboard;
// if (sb != null) { BeginStoryboard(sb); }
}
}
private void ButtonOpenMenu_Click(object sender, MouseEventArgs e)
{
if (!movingrn)
{
// Uncomment if Storyboard is needed
// Storyboard sb = this.FindResource("MenuOpen") as Storyboard;
// if (sb != null) { BeginStoryboard(sb); }
}
}
private void MoveWindow(object sender, MouseButtonEventArgs e)
{
startedmoving = true;
try
{
if (e.ChangedButton == MouseButton.Left && move)
{
movingrn = true;
DragMove();
}
}
catch (Exception)
{
// Exception handling logic can be added here
}
finally
{
startedmoving = false;
}
}
private void DestroyFrame()
{
// Dispose of the content if necessary
// (load_frame.Content as IDisposable)?.Dispose();
load_frame.Content = null;
load_frame.NavigationService.RemoveBackEntry();
}
public void ListView_Click(object sender, MouseButtonEventArgs e)
{
if (!startedmoving && !movingrn)
{
ResetMainViewModel();
try
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
mvm.curr = (sender as ListView).SelectedItem as ListViewItem;
UpdateUIForSelectedIndex(mvm, (sender as ListView).SelectedIndex);
}
catch
{
// Exception handling logic can be added here
}
}
}
private void ResetMainViewModel()
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
if (mvm.curr != null) mvm.curr.Background = null;
mvm.GameConfiguration = new GameConfig();
mvm.LGameBasesString.Clear();
mvm.CanInject = false;
mvm.BaseDownloaded = false;
mvm.RomSet = false;
mvm.RomPath = null;
mvm.Injected = false;
mvm.CBasePath = null;
mvm.bcf = null;
mvm.BootSound = null;
mvm.setThing(null);
mvm.gc2rom = null;
mvm.Index = -1;
mvm.donttrim = false;
mvm.NKITFLAG = false;
mvm.prodcode = "";
mvm.foldername = "";
mvm.jppatch = false;
mvm.GC = false;
mvm.test = GameConsoles.WII;
mvm.regionfrii = false;
mvm.cd = false;
mvm.regionfriijp = false;
mvm.regionfriius = false;
mvm.pixelperfect = false;
mvm.injected2 = false;
mvm.Brightness = 80;
mvm.RendererScale = false;
mvm.RemoveDeflicker = false;
mvm.RemoveDithering = false;
mvm.HalfVFilter = false;
mvm.PixelArtUpscaler = 0;
mvm.DSLayout = false;
mvm.RemoveCreatedIMG();
mvm.isDoneMW();
DestroyFrame();
mvm.saveconf = null;
mvm.GC = false;
}
private void UpdateUIForSelectedIndex(MainViewModel mvm, int selectedIndex)
{
Console.WriteLine(Directory.GetCurrentDirectory());
string title = selectedIndex switch
{
0 => "UWUVCI AIO - NDS VC INJECT",
1 => "UWUVCI AIO - GBA VC INJECT",
2 => "UWUVCI AIO - N64 VC INJECT",
3 => "UWUVCI AIO - SNES VC INJECT",
4 => "UWUVCI AIO - NES VC INJECT",
5 => "UWUVCI AIO - TurboGrafX-16 VC INJECT",
6 => "UWUVCI AIO - MSX VC INJECT",
7 => "UWUVCI AIO - Wii VC INJECT",
8 => "UWUVCI AIO - GC VC INJECT",
_ => tbTitleBar.Text
};
tbTitleBar.Text = title;
var console = selectedIndex switch
{
0 => GameConsoles.NDS,
1 => GameConsoles.GBA,
2 => GameConsoles.N64,
3 => GameConsoles.SNES,
4 => GameConsoles.NES,
5 => GameConsoles.TG16,
6 => GameConsoles.MSX,
7 => GameConsoles.WII,
8 => GameConsoles.GCN,
_ => GameConsoles.WII
};
mvm.GameConfiguration = new GameConfig();
mvm.test = console;
load_frame.Content = new INJECTFRAME(console);
}
public void paths(bool remove)
{
load_frame.Content = null;
if (remove)
load_frame.Content = new SettingsFrame(this);
else
load_frame.Content = new Paths(this);
}
private void Window_Close(object sender, RoutedEventArgs e)
{
Close();
}
private void Window_Minimize(object sender, RoutedEventArgs e)
{
WindowState = WindowState.Minimized;
}
private void Button_MouseEnter(object sender, MouseEventArgs e)
{
min.Background = new SolidColorBrush(Color.FromArgb(100, 255, 255, 255));
}
private void close_MouseEnter(object sender, MouseEventArgs e)
{
close.Background = new SolidColorBrush(Color.FromArgb(150, 255, 100, 100));
}
private void close_MouseLeave(object sender, MouseEventArgs e)
{
close.Background = new SolidColorBrush(Color.FromArgb(0, 250, 250, 250));
}
private void min_MouseLeave(object sender, MouseEventArgs e)
{
min.Background = new SolidColorBrush(Color.FromArgb(0, 250, 250, 250));
}
private void sett_MouseEnter(object sender, MouseEventArgs e)
{
settings.Background = new SolidColorBrush(Color.FromArgb(100, 255, 255, 255));
}
private void sett_MouseLeave(object sender, MouseEventArgs e)
{
settings.Background = new SolidColorBrush(Color.FromArgb(0, 250, 250, 250));
}
public void setDebug(bool bypass)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
mvm.debug = true;
spc.Visibility = Visibility.Visible;
spc.Text = bypass ? "Debug & Space Bypass Mode" : "Debug Mode";
spc.ToolTip = bypass
? "Disables all Space checks. May cause issues.\n\"Unhides\" used Tools (Displays whats going on in the Background while a ProgressBar appears"
: "\"Unhides\" used Tools (Displays whats going on in the Background while a ProgressBar appears";
}
public void allowBypass()
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
mvm.saveworkaround = true;
spc.Visibility = Visibility.Visible;
spc.Text = "Space Bypass Mode";
spc.ToolTip = "Disables all Space checks. May cause issues.";
}
private void Window_MouseUp(object sender, MouseButtonEventArgs e)
{
Task.Run(() =>
{
System.Threading.Thread.Sleep(30);
if (!startedmoving)
{
movingrn = false;
}
});
}
private void settings_Click(object sender, RoutedEventArgs e)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
ResetMainViewModel();
tbTitleBar.Text = "UWUVCI AIO - Settings";
load_frame.Content = new SettingsFrame(this);
}
private void vwiiMode_Click(object sender, RoutedEventArgs e)
{
try
{
var p = new Process();
var fileName = Application.ResourceAssembly.Location;
foreach (var file in Directory.GetFiles(Directory.GetCurrentDirectory(), "*.exe"))
{
if (Path.GetFileName(file).ToLower().Contains("vwii"))
{
fileName = file;
break;
}
}
p.StartInfo.FileName = fileName;
p.Start();
Environment.Exit(0);
}
catch
{
// Exception handling logic can be added here
}
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/TitleKeys - Kopieren.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/TitleKeys - Kopieren.xaml.cs
================================================
using System.Windows;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für TitleKeys___Kopieren.xaml
///
public partial class TitleKeys_Kopieren : Window
{
public TitleKeys_Kopieren()
{
InitializeComponent();
}
}
}
================================================
FILE: UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml
================================================
================================================
FILE: UWUVCI AIO WPF/UI/Windows/TitleKeys.xaml.cs
================================================
using System;
using System.Diagnostics;
using System.Reflection;
using System.Threading;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
namespace UWUVCI_AIO_WPF.UI.Windows
{
///
/// Interaktionslogik für TitleKeys.xaml
///
public partial class TitleKeys : Window
{
string url = "";
public TitleKeys(string url)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
try
{
if (Owner?.GetType() != typeof(MainWindow))
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
}
catch (Exception)
{
WindowStartupLocation = WindowStartupLocation.CenterScreen;
}
string fullurl = "";
try
{
fullurl = mvm.GetURL(url);
if (fullurl == "" || fullurl == null)
{
throw new Exception();
}
}
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", $"The Helppage for {url.ToUpper()} is not implemented yet");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
// left empty on purpose
}
cm.ShowDialog();
Close();
mvm.mw.Show();
}
wb.Source = new Uri(fullurl, UriKind.Absolute);
wb.Refresh(true);
clsWebbrowser_Errors.SuppressscriptErrors(wb, true);
InitializeComponent();
this.url = url;
}
public TitleKeys(string url, string title)
{
InitializeComponent();
wb.Visibility = Visibility.Hidden;
Thread t = new Thread(() => DoStuff(url));
t.SetApartmentState(ApartmentState.STA);
t.Start();
tbTitleBar.Text = title.Replace(" Inject "," ");
}
private void MoveWindow(object sender, MouseButtonEventArgs e)
{
try
{
if (e.ChangedButton == MouseButton.Left)
{
Owner.PointToScreen(new Point(Left, Top));
DragMove();
// this.Owner.PointFromScreen(new Point(this.Left, this.Top));
//(FindResource("mvm") as MainViewModel).mw.PointFromScreen(new Point(this.Left, this.Top));
}
//PointFromScreen(new Point(this.Left, this.Top));
}
catch (Exception)
{
// left empty on purpose
}
}
public void DoStuff(string url)
{
MainViewModel mvm = FindResource("mvm") as MainViewModel;
string fullurl = "";
try
{
fullurl = mvm.GetURL(url);
if (string.IsNullOrEmpty(fullurl))
{
throw new Exception();
}
}
catch (Exception)
{
Custom_Message cm = new Custom_Message("Not Implemented", $"The Helppage for {url.ToUpper()} is not implemented yet");
try
{
cm.Owner = mvm.mw;
}
catch (Exception)
{
// left empty on purpose
}
cm.Show();
Close();
mvm.mw.Show();
}
Dispatcher.Invoke(() =>
{
wb.Source = new Uri(fullurl, UriKind.Absolute);
clsWebbrowser_Errors.SuppressscriptErrors(wb, true);
});
/*dynamic activeX = this.wb.GetType().InvokeMember("ActiveXInstance",
BindingFlags.GetProperty | BindingFlags.Instance | BindingFlags.NonPublic,
null, this.wb, new object[] { });
activeX.Silent = true;*/
}
private void Window_Close(object sender, RoutedEventArgs e)
{
Owner.Left =Left;
Owner.Top = Top;
Owner.Show();
Close();
}
private void Window_Minimize(object sender, RoutedEventArgs e)
{
WindowState = WindowState.Minimized;
}
private void wb_LoadCompleted(object sender, System.Windows.Navigation.NavigationEventArgs e)
{
load.Visibility = Visibility.Hidden;
wb.Visibility = Visibility.Visible;
}
private void wb_Navigating(object sender, System.Windows.Navigation.NavigatingCancelEventArgs e)
{
if (!e.Uri.ToString().Contains("UWUVCI-PRIME"))
{
e.Cancel = true;
var startInfo = new ProcessStartInfo
{
FileName = e.Uri.ToString()
};
Process.Start(startInfo);
}
// cancel navigation to the clicked link in the webBrowser control
}
private void wind_Closing(object sender, System.ComponentModel.CancelEventArgs e)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = true;
}
private void wind_Closed(object sender, EventArgs e)
{
(FindResource("mvm") as MainViewModel).mw.Topmost = false;
}
}
public static class clsWebbrowser_Errors
{
//*set wpf webbrowser Control to silent
//*code source: https://social.msdn.microsoft.com/Forums/vstudio/en-US/4f686de1-8884-4a8d-8ec5-ae4eff8ce6db
public static void SuppressscriptErrors(this WebBrowser webBrowser, bool hide)
{
FieldInfo fiComWebBrowser = typeof(WebBrowser).GetField("_axIWebBrowser2", BindingFlags.Instance | BindingFlags.NonPublic);
if (fiComWebBrowser == null)
return;
object objComWebBrowser = fiComWebBrowser.GetValue(webBrowser);
if (objComWebBrowser == null)
return;
objComWebBrowser.GetType().InvokeMember("Silent", BindingFlags.SetProperty, null, objComWebBrowser, new object[] { hide });
}
}
}
================================================
FILE: UWUVCI AIO WPF/UWUVCI AIO WPF.csproj
================================================
Debug
AnyCPU
{6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54}
WinExe
UWUVCI_AIO_WPF
UWUVCI AIO WPF
v4.8
8.0
512
{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
4
true
true
false
publish\
true
Disk
false
Foreground
7
Days
false
false
true
0
1.0.0.%2a
false
true
x86
true
full
false
bin\Debug\
DEBUG;TRACE
prompt
4
AnyCPU
pdbonly
true
bin\Release\
TRACE
prompt
4
false
b.ico
app.manifest
UWUVCI_AIO_WPF.App
..\packages\Autoupdater.NET.Official.1.9.2\lib\net462\AutoUpdater.NET.dll
..\packages\CNUSPACKER.1.0.5\lib\netstandard2.0\CNUSPACKER.dll
..\packages\Costura.Fody.6.0.0\lib\netstandard2.0\Costura.dll
..\packages\CDecryptSharp.1.0.4\lib\CSharpDecrypt.dll
.\GameBaseClassLibrary.dll
..\packages\GMWare.M2.1.1.3\lib\netstandard2.0\GMWare.M2.dll
..\packages\SharpZipLib.1.4.2\lib\netstandard2.0\ICSharpCode.SharpZipLib.dll
..\packages\Json.Net.1.0.33\lib\netstandard2.0\Json.Net.dll
..\packages\MaterialDesignColors.1.2.7\lib\net45\MaterialDesignColors.dll
..\packages\MaterialDesignThemes.2.6.0\lib\net45\MaterialDesignThemes.Wpf.dll
..\packages\McMaster.Extensions.CommandLineUtils.4.1.1\lib\net46\McMaster.Extensions.CommandLineUtils.dll
..\packages\Microsoft.Bcl.AsyncInterfaces.9.0.2\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll
..\packages\Microsoft.Extensions.Configuration.Abstractions.9.0.2\lib\net462\Microsoft.Extensions.Configuration.Abstractions.dll
..\packages\Microsoft.Extensions.DependencyInjection.9.0.2\lib\net462\Microsoft.Extensions.DependencyInjection.dll
..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.9.0.2\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll
..\packages\Microsoft.Extensions.Http.9.0.2\lib\net462\Microsoft.Extensions.Http.dll
..\packages\Microsoft.Extensions.Logging.9.0.2\lib\net462\Microsoft.Extensions.Logging.dll
..\packages\Microsoft.Extensions.Logging.Abstractions.9.0.2\lib\net462\Microsoft.Extensions.Logging.Abstractions.dll
..\packages\Microsoft.Extensions.Options.9.0.2\lib\net462\Microsoft.Extensions.Options.dll
..\packages\Microsoft.Extensions.Primitives.9.0.2\lib\net462\Microsoft.Extensions.Primitives.dll
..\packages\Microsoft.Web.WebView2.1.0.3065.39\lib\net462\Microsoft.Web.WebView2.Core.dll
..\packages\Microsoft.Web.WebView2.1.0.3065.39\lib\net462\Microsoft.Web.WebView2.WinForms.dll
..\packages\Microsoft.Web.WebView2.1.0.3065.39\lib\net462\Microsoft.Web.WebView2.Wpf.dll
..\packages\Microsoft.Win32.Registry.5.0.0\lib\net461\Microsoft.Win32.Registry.dll
..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll
..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll
..\packages\NAudio.2.2.1\lib\net472\NAudio.dll
..\packages\NAudio.Asio.2.2.1\lib\netstandard2.0\NAudio.Asio.dll
..\packages\NAudio.Core.2.2.1\lib\netstandard2.0\NAudio.Core.dll
..\packages\NAudio.Midi.2.2.1\lib\netstandard2.0\NAudio.Midi.dll
..\packages\NAudio.Wasapi.2.2.1\lib\netstandard2.0\NAudio.Wasapi.dll
..\packages\NAudio.WinForms.2.2.1\lib\net472\NAudio.WinForms.dll
..\packages\NAudio.WinMM.2.2.1\lib\netstandard2.0\NAudio.WinMM.dll
..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll
..\packages\Octokit.14.0.0\lib\netstandard2.0\Octokit.dll
..\packages\Pfim.0.11.3\lib\netstandard2.0\Pfim.dll
..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll
..\packages\System.Diagnostics.DiagnosticSource.9.0.2\lib\net462\System.Diagnostics.DiagnosticSource.dll
..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll
..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll
..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll
..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll
True
True
..\packages\System.Security.AccessControl.6.0.1\lib\net461\System.Security.AccessControl.dll
..\packages\System.Security.Principal.Windows.5.0.0\lib\net461\System.Security.Principal.Windows.dll
..\packages\System.Threading.Tasks.Extensions.4.6.0\lib\net462\System.Threading.Tasks.Extensions.dll
..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll
4.0
.\WiiUDownloaderLibrary.dll
..\packages\Zstandard.Net.1.1.7\lib\net45\Zstandard.Net.dll
MSBuild:Compile
Designer
Done.xaml
GBA.xaml
GCConfig.xaml
TurboGrafX.xaml
WiiConfig.xaml
TKFrame.xaml
Paths.xaml
CloseWindow.xaml
MacLinuxWindow.xaml
Custom Message - Kopieren.xaml
Custom Message.xaml
DownloadWait - Kopieren.xaml
DownloadWait.xaml
EnterKey.xaml
BaseGameWindow.xaml
ImageCreator - Kopieren - Kopieren %282%29.xaml
ImageCreator - Kopieren - Kopieren.xaml
ImageCreator - Kopieren.xaml
ImageCreator.xaml
IMG_Message - Kopieren - Kopieren - Kopieren.xaml
IMG_Message - Kopieren - Kopieren.xaml
IMG_Message - Kopieren.xaml
IMG_Message.xaml
GuideWindow.xaml
IntroductionWindow.xaml
TitleKeys - Kopieren.xaml
TitleKeys.xaml
Designer
MSBuild:Compile
Designer
MSBuild:Compile
Designer
MSBuild:Compile
Designer
MSBuild:Compile
Designer
MSBuild:Compile
Designer
MSBuild:Compile
MSBuild:Compile
Designer
MSBuild:Compile
Designer
MSBuild:Compile
Designer
Designer
MSBuild:Compile
Designer
MSBuild:Compile
Designer
MSBuild:Compile
Designer
MSBuild:Compile
Designer
MSBuild:Compile
Designer
MSBuild:Compile
MSBuild:Compile
Designer
MSBuild:Compile
Designer
Designer
MSBuild:Compile
Designer
MSBuild:Compile
MSBuild:Compile
Designer
Designer
MSBuild:Compile
Designer
MSBuild:Compile
MSBuild:Compile
Designer
MSBuild:Compile
Designer
MSBuild:Compile
Designer
MSBuild:Compile
Designer
Designer
MSBuild:Compile
MSBuild:Compile
Designer
MSBuild:Compile
Designer
MSBuild:Compile
Designer
Designer
MSBuild:Compile
MSBuild:Compile
Designer
Designer
MSBuild:Compile
MSBuild:Compile
Designer
App.xaml
Code
InjectFrame.xaml
BaseContainerFrame.xaml
CustomBaseFrame.xaml
NonCustomBaseFrame.xaml
N64Config.xaml
OtherConfigs.xaml
SettingsFrame.xaml
StartFrame.xaml
MenuWindow.xaml
Code
Designer
MSBuild:Compile
Designer
MSBuild:Compile
Code
True
True
Resources.resx
True
Settings.settings
True
ResXFileCodeGenerator
Resources.Designer.cs
SettingsSingleFileGenerator
Settings.Designer.cs
False
Microsoft .NET Framework 4.7.2 %28x86 and x64%29
true
False
.NET Framework 3.5 SP1
false
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}".
================================================
FILE: UWUVCI AIO WPF/app.manifest
================================================
false
================================================
FILE: UWUVCI AIO WPF/packages.config
================================================
================================================
FILE: UWUVCI AIO WPF/uwuvci_installer_creator/app/Readme.txt
================================================
Thanks for downloading UWUVCI-3!
If 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.
If you're looking for the FAQ, keep scrolling.
If you're interested in the Discord:
https://discord.gg/mPZpqJJVmZ
If you're curious about the latest changes:
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF/releases/latest
If you want to check out the official UWUVCI 3 video series:
https://www.youtube.com/watch?v=I5UdYcVSRSA&list=PLbQMtrmXFIxQ1hpvu9m1th41vsaqnZ2Id
By the time you're reading this, active development on UWUVCI-3 has ended.
I, ZestyTS, have been the active developer on UWUVCI-3 since late 2020 and have been helping the original creator with UWUVCI-Prime (aka V4).
For 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:
Widescreen for N64
DarkFilter removal for N64 and GBA
C2W for Wii
Added support for Win7/8
GCT & Deflicker for Wii
Support for Unix (helper app), etc.
If you'd like to donate to me:
https://ko-fi.com/zestyts
If you'd like to donate to the creator, NicoAICP:
https://ko-fi.com/uwuvci
If you have any questions, check out the FAQ below.
If you have any questions about anything, checkout the FAQ below, and don't hestitate to check out the Discord server.
##############################################################################################################################################################################
FAQ
##############################################################################################################################################################################
I, 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.
1) I don't know how to use UWUVCI, can you show me?
https://uwuvci-prime.github.io/UWUVCI-Resources/index
Select console and follow the guide
2) What games are compatible?
https://uwuvci.net/ → Click "Compatibility" (top right) → Select a console.
This guide is community-driven, so results may vary.
If it's not listed, that just means it's Untested
For GCN, Rhythm Heaven Fever works as a base for all games.
3) I don't understand what it means by "Base" in the drop down menu?
The base game is what UWUVCI uses to inject your selected game.
4) What does it mean by "Base not downloaded"
It means the base game cannot be found.
Click "Enter TKey" and enter the Title Key to fix this.
5) How do I get the Title Key?
Buy the base from the eshop
Use Tik2SD to dump the title key
Note: Title Key sharing is considered piracy
6) What does it mean by Common Key?
This is the Wii U system key needed for decryption.
If you have a NAND backup, use otp.bin.
If not, follow this guide: https://wiiu.hacks.guide/aroma/nand-backup.html
7) The base is taking a while to download
If not injecting GCN/Wii, it should finish in <5 min.
Otherwise, Nintendo’s servers may be slow—try again later.
Some games (like Xenoblade Chronicles) are large (~8.2GB) and take longer.
8) My anti virus said [insert anything]
There are no malicious files in this program.
9) I can't find my game when I click the "Rom Path" button
Your game is in a format UWUVCI can't read.
Revert it to its original state.
10) Wup install failing/Error 199-9999
Download SigpatchesModuleWiiU:
https://github.com/V10lator/SigpatchesModuleWiiU/releases/download/v1.0/01_sigpatches.rpx
Place it in:
sd:/wiiu/environments/aroma/modules/setup
11) GCN/Wii Injects not working
There are reports that SDUSB or ISFShax might be the reason why
12) Inject is created, but the game is having issues
Rhythm Heaven US as a base works on nearly everything
Stick to using the correct base/game for your region
Make sure the base game is bigger or equal in size to the game you're trying to inject
N64 games are notorious for giving issues, they may require different bases
Check out the compatibility guide listed earlier
13) UWUVCI is throwing an error that reads something like "Could not find file 'bin\temp\pre.iso'"
More than likely you have a bad dump of a game or UWUVCI doesn't like the trimmed dump
Example:
if the dump is an "nkit" or a "wbfs" please try using the iso version instead
14) If you're having issues and the fix isn't listed here, see about updating UWUVCI.
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF/releases/latest
15) Help with Rom Mods and Hacks
Don't expect that much help because mods or hacks add an extra level of complexity.
If the mods work with real hardware then there's a chance it will work on the Wii U
Ask the mod/hack's community, they'll be more helpful
It's possible that someone already tried it, check out the compatibility guide.
16) Having problems with GCN injects?
Usually has to do with Nintendont, you can check out their compatibility list here: https://wiki.gbatemp.net/wiki/Nintendont_Compatibility_List
Here's their main GBATemp thread:
https://gbatemp.net/threads/nintendont.349258/
17) If you've tried everything in this list then there are a few more things
See if your antivirus is getting in the way.
Check to see if you installed to a OneDrive directory.
18) GCN injects boot to the nintendont menu
You probably used TeconMoon injector before.
Delete nincfg.bin from the root of your sd card and the apps/nintendont folder, then do the sd setup again in UWUVCI.
19) Can't find injects in SaveMii
You'll want to use a modified version called "SaveMii Inject MOD"
20) Path .../temp/temp missing
Same issue as with Pre.iso, please redump and try again.
21) tmd.bin can't be found or parameter invalid or handle invalid
Same issue as with /temp/temp, please redump and try again
22) Official Video Guide?
https://www.youtube.com/watch?v=I5UdYcVSRSA&list=PLbQMtrmXFIxQ1hpvu9m1th41vsaqnZ2Id
23) UWUVCI is broken or acting funny
Check to see if you installed to OneDrive or if your Antivirus is blocking something
24) GB/C games aren't saving when using VC's reset button
This is because it's using Goombacolor, please use the button reset combination instead
25) boot.dol not found
UWUVCI mentioned after the GCN inject was done that your SD card must be setup with Nintendont
26) Stuck on "Copying to SD"
Manually copy the folder yourself.
Go to where UWUVCI is installed, and then look for the folder "InjectedGames"
You'll find the folder you're looking for there, just copy it to the install folder on your sd card.
27) UWUVCI says that my drive is full (12G)
The drive you installed UWUVCI does not have enough space, please install UWUVCI to a different drive that has enough space and try again.
28) Nkit error?
Sounds like you pirated your game, don't do that.
29) UWUVCI doesn't open
You're missing .Net Framework 4.8.1 Runtime, download/install it from here:
https://dotnet.microsoft.com/en-us/download/dotnet-framework/net481
30) UWUVCI still won't open
If 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.
31) UWUVCI's progress bar gets stuck (outside of Downloading base)
Try updating your tools (gear icon to the top right -> "Update Tools")
32) Mac/Linux version?
This program was built using WPF (Windows Platform Foundation) and that does not natively work on non-Windows platforms.
Using the exe, you can run it on Mac/Linux using Wine or some other tool like that.
The program will know if you're running it not on a Windows platform, and will do it's best to help you.
UWUVCI V4 will have Mac & Linux support.
33) Where can I find the Log file or the settings file?
It'll be in your local appdata folder called "UWUVCI-V3", you can find that by going to %localappdata%
As 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%"
That'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/
34) An error message popped up.
Read it, it'll explain the problem.
35) On Windows, but the program thinks you're running on Linux/Mac (Unix)?
You probably have some weird software that's flagging one of the checks.
Open regedit and go to here
HKEY_CURRENT_USER\Software\Wine
Is there something there?
If the answer is yes, then that's the problem, so right click the folder and click delete.
If 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.
Proton
Crossover
BoxedWine
Lutris
PlayOnLinux
DXVK
ReactOS
Winetricks
Cedega (WineX)
VMWare
Parallels
QEMU
Xen
Bhyve
Bochs
Openstack
ProxMox
Virtuozzo
36) Error when making N64 injects?
If the error says something like "Destination array is not long enough to copy all the items in the collection. Check array index and length."
It's because Removing Dark Filter and Enabling Widescreen is broken
================================================
FILE: UWUVCI AIO WPF/uwuvci_installer_creator/install_script.iss
================================================
; Inno Setup Script for UWUVCI AIO
; Version 3.Z-B
; Supports Windows and Wine
[Setup]
AppName=UWUVCI AIO
AppId=UWUVCI AIO
AppVersion=3.N
DefaultDirName={userdocs}\UWUVCI_AIO
UninstallDisplayIcon={app}\UWUVCI AIO.exe
OutputBaseFilename=UWUVCI_INSTALLER
Compression=lzma2
PrivilegesRequired=lowest
DisableDirPage=no
DisableProgramGroupPage=yes
DefaultGroupName=UWUVCI AIO
[Files]
Source: "app\*"; DestDir: "{app}"; Flags: recursesubdirs createallsubdirs;
Source: "dotnetfx481.exe"; DestDir: "{tmp}"; Flags: deleteafterinstall;
[Run]
Filename: "{tmp}\dotnetfx481.exe"; Parameters: "/quiet /norestart"; StatusMsg: "Installing .NET Framework 4.8.1..."; Check: not IsRunningUnderWine and NeedsDotNet481; Flags: runhidden;
Filename: "{app}\Readme.txt"; Flags: shellexec postinstall nowait;
Filename: "{app}\UWUVCI AIO.exe"; Description: "Launch UWUVCI AIO"; Flags: postinstall nowait unchecked;
[Icons]
Name: "{group}\UWUVCI AIO"; Filename: "{app}\UWUVCI AIO.exe";
Name: "{group}\Uninstall UWUVCI AIO"; Filename: "{uninstallexe}";
Name: "{autodesktop}\UWUVCI AIO"; Filename: "{app}\UWUVCI AIO.exe"; Tasks: desktopicon;
Name: "{autodesktop}\UWUVCI AIO Debug Mode"; Filename: "{app}\UWUVCI DEBUG MODE.bat"; Tasks: desktopicon;
Name: "{autodesktop}\UWUVCI AIO ReadMe"; Filename: "{app}\Readme.txt"; Tasks: desktopicon;
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}";
[UninstallDelete]
Type: filesandordirs; Name: "{app}"; Check: ConfirmUninstall;
[CustomMessages]
default.NameAndVersion=%1 version %2
default.AdditionalIcons=Additional shortcuts:
default.CreateDesktopIcon=Create a &desktop shortcut
default.UninstallProgram=Uninstall %1
default.LaunchProgram=Launch %1
[Code]
var
WelcomePage: TWizardPage;
function IsDotNetInstalled(version: string): Boolean;
var
Success: Boolean;
Installed: Cardinal;
begin
Success := RegQueryDWordValue(HKLM, 'SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full', 'Release', Installed);
Result := Success and (Installed >= 528372); // .NET 4.8.1 release key is 528372
end;
function NeedsDotNet481: Boolean;
begin
Result := not IsDotNetInstalled('4.8.1');
end;
function IsRunningUnderWine: Boolean;
var
WineCheck: String;
begin
Result := RegQueryStringValue(HKEY_LOCAL_MACHINE, 'Software\Wine', '', WineCheck);
if not Result then
Result := GetEnv('WINELOADER') <> '';
end;
function IsAlreadyInstalled: Boolean;
var
InstallPath: string;
begin
InstallPath := ExpandConstant('{userappdata}\UWUVCI_AIO'); // Use a safe fallback path
Result := DirExists(InstallPath); // Check if the folder exists
end;
function ConfirmUninstall: Boolean;
begin
Result := MsgBox('Are you sure you want to uninstall UWUVCI AIO?', mbConfirmation, MB_YESNO) = IDYES;
end;
function GetInstallDir(Default: string): string;
var
HomePath: string;
begin
if IsRunningUnderWine then
begin
// Get $HOME for Unix-like systems
if GetEnv('HOME') <> '' then
HomePath := GetEnv('HOME')
else
HomePath := ExpandConstant('{userdocs}'); // Fallback for Wine users
Result := HomePath + '/.UWUVCI_AIO';
end
else
begin
// Get USERPROFILE for Windows
if GetEnv('USERPROFILE') <> '' then
HomePath := GetEnv('USERPROFILE')
else
HomePath := ExpandConstant('{userdocs}'); // Fallback for Windows
Result := HomePath + '\UWUVCI_AIO';
end;
end;
function IsOneDrivePath(Path: string): Boolean;
begin
Result := (Pos('OneDrive', Path) > 0);
end;
procedure AddWelcomePage;
begin
WelcomePage := CreateCustomPage(wpWelcome, 'Welcome to UWUVCI AIO', 'Thank you for using UWUVCI AIO!');
with TNewStaticText.Create(WizardForm) do
begin
Parent := WelcomePage.Surface;
Left := ScaleX(10);
Top := ScaleY(10);
Width := WelcomePage.SurfaceWidth - ScaleX(40);
Caption := 'This installer will guide you through setting up UWUVCI AIO.' + #13#10 +
'Before you proceed, please ensure that:' + #13#10 +
'- You have at least 15GB of free disk space.' + #13#10 +
'- You are not installing in a OneDrive folder.' + #13#10 +
'- If using Wine, you have run `winetricks dotnet48`.' + #13#10#13#10 +
'Click Next to continue!';
AutoSize := True;
end;
end;
procedure InitializeWizard;
var
InstallPath: string;
begin
InstallPath := GetInstallDir('');
if IsOneDrivePath(InstallPath) then
begin
MsgBox('UWUVCI AIO cannot be installed in a OneDrive folder due to compatibility issues.' + #13#10 +
'Please choose a different location.', mbError, MB_OK);
Abort;
end;
AddWelcomePage;
if IsAlreadyInstalled then
begin
MsgBox('A previous version of UWUVCI AIO is already installed.' + #13#10 +
'Installing over it may overwrite existing files.', mbInformation, MB_OK);
end;
end;
================================================
FILE: UWUVCI AIO WPF.sln
================================================
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34714.143
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UWUVCI AIO WPF", "UWUVCI AIO WPF\UWUVCI AIO WPF.csproj", "{6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BDE1F92C-62A4-456D-844B-49FCECE2C0E9}
EndGlobalSection
EndGlobal
================================================
FILE: upgrade-assistant.clef
================================================
{"@t":"2022-08-04T23:19:42.4258367Z","@mt":"Hosting starting","@l":"Debug","EventId":{"Id":1,"Name":"Starting"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:19:42.6045016Z","@mt":"Loaded {Count} extensions","Count":8,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:19:47.9690824Z","@mt":"Generating context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"}
{"@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"}
{"@t":"2022-08-04T23:19:48.1362509Z","@mt":"Initializing context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"}
{"@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"}
{"@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 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"}
{"@t":"2022-08-04T23:19:51.1458136Z","@mt":"Done initializing context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:19:59.5221842Z","@mt":"Running analyzers on {ProjectName}","ProjectName":"UWUVCI AIO WPF","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:20:08.5626117Z","@mt":"Hosting started","@l":"Debug","EventId":{"Id":2,"Name":"Started"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"}
{"@t":"2022-08-04T23:20:08.5674680Z","@mt":"Hosting stopping","@l":"Debug","EventId":{"Id":3,"Name":"Stopping"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"}
{"@t":"2022-08-04T23:20:08.5678591Z","@mt":"Hosting stopped","@l":"Debug","EventId":{"Id":4,"Name":"Stopped"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"}
{"@t":"2022-08-04T23:20:08.5721719Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_NuGet2c31121adaf74577aa37a134f5191ec2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:20:08.5724147Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_BinaryAnalysis2c31121adaf74577aa37a134f5191ec2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:20:08.5724625Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_Default2c31121adaf74577aa37a134f5191ec2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:20:08.5724809Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_try-convert2c31121adaf74577aa37a134f5191ec2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:20:08.5724988Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_VB2c31121adaf74577aa37a134f5191ec2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:20:08.5725144Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_Web2c31121adaf74577aa37a134f5191ec2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:20:08.5725299Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_windows2c31121adaf74577aa37a134f5191ec2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:20:08.5725455Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_MAUI2c31121adaf74577aa37a134f5191ec2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:21:41.5042698Z","@mt":"Hosting starting","@l":"Debug","EventId":{"Id":1,"Name":"Starting"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:21:41.6552277Z","@mt":"Loaded {Count} extensions","Count":8,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:21:45.2630930Z","@mt":"Generating context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"}
{"@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"}
{"@t":"2022-08-04T23:21:45.3377111Z","@mt":"Initializing context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"}
{"@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"}
{"@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 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"}
{"@t":"2022-08-04T23:21:47.0119307Z","@mt":"Done initializing context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:21:47.8987267Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Select an entrypoint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@t":"2022-08-04T23:21:47.9053595Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Select an entrypoint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:21:47.9149074Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:21:48.0702834Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:21:48.0707632Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:21:48.0762624Z","@mt":"Determining backup path","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:21:48.0765109Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:22:09.0895529Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"}
{"@t":"2022-08-04T23:22:12.5878212Z","@mt":"Determining backup path","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:22:29.4924771Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"}
{"@t":"2022-08-04T23:22:32.0351454Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Convert project file to SDK style","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:04.1310932Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:24:04.1342979Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:24:04.1343538Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@t":"2022-08-04T23:24:04.1472492Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"}
{"@t":"2022-08-04T23:24:04.1488046Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:24:04.1488487Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@t":"2022-08-04T23:24:04.1560484Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"}
{"@t":"2022-08-04T23:24:04.1570349Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:24:04.1570663Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:04.3240563Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"}
{"@t":"2022-08-04T23:24:04.3275413Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:24:04.3275777Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:04.9892642Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:10.2818669Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"}
{"@t":"2022-08-04T23:24:10.2845487Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:17.5262938Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@t":"2022-08-04T23:24:17.5336959Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"}
{"@t":"2022-08-04T23:24:17.5358891Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:24:17.5359459Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:17.5407224Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"}
{"@t":"2022-08-04T23:24:17.5412267Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:24:17.5412561Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:17.6856058Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"}
{"@t":"2022-08-04T23:24:17.6879818Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:24:17.6880439Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:17.8151182Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"}
{"@t":"2022-08-04T23:24:17.8159074Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:24:17.8159605Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:17.8959621Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:24:17.8960263Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'System.Buffers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:24:17.8969122Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'System.Buffers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:28.0858767Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'System.Buffers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:30.4876531Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'System.Runtime.InteropServices.RuntimeInformation'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:46.3716796Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Zstandard.Net'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:24:46.3749074Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Zstandard.Net'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:53.5961457Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Zstandard.Net'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:53.6051002Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"}
{"@t":"2022-08-04T23:24:53.6057337Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:53.9935140Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:58.9120000Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update TFM","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:24:59.1615078Z","@mt":"TFM needs updated to {TargetTFM}","TargetTFM":"net6.0-windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.SetTFMStep"}
{"@t":"2022-08-04T23:24:59.1646400Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update TFM","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:25:06.2520048Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update TFM","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.SetTFMStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:25:06.4971334Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
{"@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.g__TryLoadAssembly|3(AssemblyName assemblyName)\r\n at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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.g__TryLoadAssembly|3(AssemblyName assemblyName)\r\n at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.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"}
{"@t":"2022-08-04T23:25:10.1322898Z","@mt":"Updated TFM to {TargetTFM}","TargetTFM":"net6.0-windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.SetTFMStep"}
{"@t":"2022-08-04T23:25:10.1336442Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update TFM","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.SetTFMStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:25:13.1000264Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:25:13.1009129Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:25:13.1009518Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@t":"2022-08-04T23:25:13.1033253Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@t":"2022-08-04T23:25:13.1038027Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:25:13.1038404Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@t":"2022-08-04T23:25:13.1048144Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@t":"2022-08-04T23:25:13.1052360Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:25:13.1052687Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:25:14.9265315Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:25:14.9265664Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Autoupdater.NET.Official'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:25:14.9284040Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Autoupdater.NET.Official'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:25:24.4656828Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Costura.Fody'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:25:24.4681286Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Costura.Fody'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:25:32.7321545Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Costura.Fody'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:25:34.1912874Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'MaterialDesignThemes'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:25:34.1933709Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'MaterialDesignThemes'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:25:39.9956178Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'MaterialDesignThemes'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@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"}
{"@t":"2022-08-04T23:25:39.9986277Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'MaterialDesignThemes'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:25:41.2717553Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'Autoupdater.NET.Official'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:25:41.2736385Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'Autoupdater.NET.Official'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:25:48.0331995Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'Costura.Fody'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:25:48.0358950Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'Costura.Fody'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:25:52.5754928Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add package 'Costura.Fody'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:25:54.2580299Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'MaterialDesignThemes'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:25:54.2603304Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'MaterialDesignThemes'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:25:59.8117292Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add package 'MaterialDesignThemes'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@t":"2022-08-04T23:25:59.8140811Z","@mt":"Adding package reference: {PackageReference}","PackageReference":"MaterialDesignThemes, Version=3.2.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
{"@t":"2022-08-04T23:25:59.8146715Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Add package 'MaterialDesignThemes'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@t":"2022-08-04T23:25:59.8152079Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@t":"2022-08-04T23:25:59.8157096Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
{"@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.g__TryLoadAssembly|3(AssemblyName assemblyName)\r\n at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:26:09.1418693Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:26:09.1439591Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@t":"2022-08-04T23:26:09.1449748Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:26:09.1450500Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:26:09.7795171Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:26:09.7796148Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.Windows.Compatibility'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:26:09.7809342Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'Microsoft.Windows.Compatibility'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:26:29.8086974Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@t":"2022-08-04T23:26:29.8092395Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
{"@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.g__TryLoadAssembly|3(AssemblyName assemblyName)\r\n at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:26:34.0391015Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:26:34.0410097Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@t":"2022-08-04T23:26:34.0421309Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:26:34.0421709Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:26:35.7486263Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@t":"2022-08-04T23:26:35.7498098Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:26:35.7498705Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:26:37.0279243Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@t":"2022-08-04T23:26:37.0294632Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:26:37.0295139Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:26:37.4899038Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:26:37.4899671Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Fody'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:26:37.4913461Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Fody'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:27:06.7078155Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Fody'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@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"}
{"@t":"2022-08-04T23:27:06.7112748Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Fody'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:27:12.7761462Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'MaterialDesignColors'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:27:12.7796908Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'MaterialDesignColors'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:27:50.7408255Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'MaterialDesignColors'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@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"}
{"@t":"2022-08-04T23:27:50.7454313Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'MaterialDesignColors'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:27:54.6832041Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'System.Management'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:27:54.6844502Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'System.Management'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:28:31.1170960Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'System.Management'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:28:31.1226680Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@t":"2022-08-04T23:28:31.1232101Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"}
{"@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.g__TryLoadAssembly|3(AssemblyName assemblyName)\r\n at Microsoft.Build.Locator.MSBuildLocator.<>c__DisplayClass15_0.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"}
{"@t":"2022-08-04T23:28:31.5081422Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@t":"2022-08-04T23:28:31.5110242Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@t":"2022-08-04T23:28:31.5118253Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:28:38.7747820Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add template files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:28:40.1949405Z","@mt":"{FilesNeededCount} expected template items needed","FilesNeededCount":0,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"}
{"@t":"2022-08-04T23:28:40.1976079Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add template files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:28:41.5326495Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:28:54.5313688Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:29:35.3719783Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Default Font API Alert","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:30:52.1893680Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:31:20.8208910Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Upgrade app config files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@t":"2022-08-04T23:31:20.8351285Z","@mt":"Loaded {ConfigCount} config files","@l":"Debug","ConfigCount":1,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:31:22.3069681Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Upgrade app config files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:31:23.7529156Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update source code","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@t":"2022-08-04T23:31:23.7648390Z","@mt":"Running analyzers on {ProjectName}","ProjectName":"UWUVCI AIO WPF","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:31:46.8728518Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update source code","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:32:05.0328894Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Move to next project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:32:05.0355574Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Move to next project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:32:35.3278997Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Move to next project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:32:40.8861521Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Finalize upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:32:40.8875914Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Finalize upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@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"}
{"@t":"2022-08-04T23:32:56.0551926Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Finalize upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep"}
{"@t":"2022-08-04T23:32:56.0570099Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Finalize upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep"}
{"@t":"2022-08-04T23:32:58.3821766Z","@mt":"No applicable upgrade steps found","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"}
{"@t":"2022-08-04T23:32:58.3827209Z","@mt":"Upgrade has completed. Please review any changes.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleUpgrade"}
{"@t":"2022-08-04T23:32:58.4266211Z","@mt":"Hosting started","@l":"Debug","EventId":{"Id":2,"Name":"Started"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"}
{"@t":"2022-08-04T23:32:58.4311658Z","@mt":"Hosting stopping","@l":"Debug","EventId":{"Id":3,"Name":"Stopping"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"}
{"@t":"2022-08-04T23:32:58.4316278Z","@mt":"Hosting stopped","@l":"Debug","EventId":{"Id":4,"Name":"Stopped"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"}
{"@t":"2022-08-04T23:32:58.4355989Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_NuGet5970577a6abf42198d5c0eb0d8bd3db0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:32:58.4357964Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_BinaryAnalysis5970577a6abf42198d5c0eb0d8bd3db0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:32:58.4358353Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_Default5970577a6abf42198d5c0eb0d8bd3db0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:32:58.4358509Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_try-convert5970577a6abf42198d5c0eb0d8bd3db0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:32:58.4358657Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_VB5970577a6abf42198d5c0eb0d8bd3db0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:32:58.4358834Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_Web5970577a6abf42198d5c0eb0d8bd3db0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:32:58.4358998Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_windows5970577a6abf42198d5c0eb0d8bd3db0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}
{"@t":"2022-08-04T23:32:58.4359140Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_MAUI5970577a6abf42198d5c0eb0d8bd3db0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}