From 47062daa35727c155d38a92728517b2b2d18b740 Mon Sep 17 00:00:00 2001 From: ZestyTS Date: Thu, 4 Aug 2022 17:04:45 -0700 Subject: [PATCH] Start of the overhaul --- AnalysisReport.sarif | 71 + UWUVCI AIO WPF/FodyWeavers.xsd | 30 + UWUVCI AIO WPF/UWUVCI AIO WPF.csproj | 553 +- UWUVCI AIO WPF/packages.config | 22 - upgrade-assistant.clef | 13353 +++++++++++++++++++++++++ 5 files changed, 13486 insertions(+), 543 deletions(-) create mode 100644 AnalysisReport.sarif delete mode 100644 UWUVCI AIO WPF/packages.config create mode 100644 upgrade-assistant.clef diff --git a/AnalysisReport.sarif b/AnalysisReport.sarif new file mode 100644 index 0000000..890b71d --- /dev/null +++ b/AnalysisReport.sarif @@ -0,0 +1,71 @@ +{ + "$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" + } + ] +} \ No newline at end of file diff --git a/UWUVCI AIO WPF/FodyWeavers.xsd b/UWUVCI AIO WPF/FodyWeavers.xsd index 44a5374..05e92c1 100644 --- a/UWUVCI AIO WPF/FodyWeavers.xsd +++ b/UWUVCI AIO WPF/FodyWeavers.xsd @@ -17,6 +17,16 @@ 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. + + A list of unmanaged 32 bit assembly names to include, delimited with line breaks. @@ -43,6 +53,16 @@ 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. @@ -73,6 +93,16 @@ 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 |. + + A list of unmanaged 32 bit assembly names to include, delimited with |. diff --git a/UWUVCI AIO WPF/UWUVCI AIO WPF.csproj b/UWUVCI AIO WPF/UWUVCI AIO WPF.csproj index 2d037a9..974921b 100644 --- a/UWUVCI AIO WPF/UWUVCI AIO WPF.csproj +++ b/UWUVCI AIO WPF/UWUVCI AIO WPF.csproj @@ -1,22 +1,7 @@ - - - - + - Debug - AnyCPU - {6A60AB0E-4597-4ECA-AEFB-D63A26CA7B54} + net6.0-windows WinExe - UWUVCI_AIO_WPF - UWUVCI AIO WPF - v4.7.2 - 512 - {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 - true - true - - false publish\ true @@ -32,26 +17,10 @@ 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 + true + true + true false @@ -64,359 +33,16 @@ UWUVCI_AIO_WPF.App + AnyCPU - - ..\packages\Autoupdater.NET.Official.1.6.3\lib\net45\AutoUpdater.NET.dll - - - ..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll - .\GameBaseClassLibrary.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.2.4.2\lib\net45\McMaster.Extensions.CommandLineUtils.dll - - - ..\packages\WindowsAPICodePack-Core.1.1.2\lib\Microsoft.WindowsAPICodePack.dll - - - ..\packages\WindowsAPICodePack-Shell.1.1.1\lib\Microsoft.WindowsAPICodePack.Shell.dll - - - ..\packages\NAudio.1.10.0\lib\net35\NAudio.dll - - - ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll - - - ..\packages\Octokit.1.0.0\lib\net46\Octokit.dll - - - ..\packages\Pfim.0.10.3\lib\netstandard2.0\Pfim.dll - - - - ..\packages\System.Buffers.4.5.0\lib\netstandard2.0\System.Buffers.dll - - - - - - - - ..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll - True - True - - - - ..\packages\System.ValueTuple.4.4.0\lib\net47\System.ValueTuple.dll - - - - - - - - - - 4.0 - - - - - - ..\packages\Zstandard.Net.1.1.7\lib\net45\Zstandard.Net.dll - - - MSBuild:Compile - Designer - - - - - - - - - - Done.xaml - - - OtherConfigs - Kopieren - Kopieren %282%29.xaml - - - OtherConfigs - Kopieren - Kopieren.xaml - - - OtherConfigs - Kopieren.xaml - - - WiiConfig.xaml - - - TKFrame.xaml - - - Paths.xaml - - - Teaser.xaml - - - Custom Message - Kopieren.xaml - - - Custom Message.xaml - - - DownloadWait - Kopieren.xaml - - - DownloadWait.xaml - - - EnterKey.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 - - - 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 - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - MSBuild:Compile - Designer - - - Designer - MSBuild:Compile - - - Designer - MSBuild:Compile - - - 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 - - - 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 - - - - @@ -489,135 +115,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -655,15 +152,29 @@ - - - - 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}". - - - - - - - + + + + + + + + + + + + + + + + all + + + + + + + + + \ No newline at end of file diff --git a/UWUVCI AIO WPF/packages.config b/UWUVCI AIO WPF/packages.config deleted file mode 100644 index 6d982ff..0000000 --- a/UWUVCI AIO WPF/packages.config +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/upgrade-assistant.clef b/upgrade-assistant.clef new file mode 100644 index 0000000..906c34b --- /dev/null +++ b/upgrade-assistant.clef @@ -0,0 +1,13353 @@ +{"@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"}